diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-12-28 18:39:31 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-01-06 00:50:30 +0100 |
commit | aa0662bbda71c3258c80a0b5d55dd17dd376be78 (patch) | |
tree | 57ec774e9590c25bc81ce7cf186a27f1951b3b83 /nx-X11/programs/Xserver/hw/nxagent/Window.c | |
parent | d2f694360f34cc9baaf5aec3148a7c82f3875259 (diff) | |
download | nx-libs-aa0662bbda71c3258c80a0b5d55dd17dd376be78.tar.gz nx-libs-aa0662bbda71c3258c80a0b5d55dd17dd376be78.tar.bz2 nx-libs-aa0662bbda71c3258c80a0b5d55dd17dd376be78.zip |
Window.c: fix comment
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Window.c')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/Window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Window.c b/nx-X11/programs/Xserver/hw/nxagent/Window.c index 3c582524d..4d9de081d 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Window.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Window.c @@ -1228,8 +1228,8 @@ void nxagentMoveViewport(ScreenPtr pScreen, int hShift, int vShift) /* * This will update the window on the real X server by calling - * XConfigureWindow()/XMapWindow()/XLowerWindow()/XRaiseWindow() - * mask definesthe values that need to be updated, see e.g + * XConfigureWindow()/XMapWindow()/XLowerWindow()/XRaiseWindow(). + * mask defines the values that need to be updated, see e.g. * man XConfigureWindow. * * In addition to the bit flags known to Xorg it uses these |