Commit aa0662bb authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Window.c: fix comment

parent d2f69436
...@@ -1228,8 +1228,8 @@ void nxagentMoveViewport(ScreenPtr pScreen, int hShift, int vShift) ...@@ -1228,8 +1228,8 @@ void nxagentMoveViewport(ScreenPtr pScreen, int hShift, int vShift)
/* /*
* This will update the window on the real X server by calling * This will update the window on the real X server by calling
* XConfigureWindow()/XMapWindow()/XLowerWindow()/XRaiseWindow() * XConfigureWindow()/XMapWindow()/XLowerWindow()/XRaiseWindow().
* mask definesthe values that need to be updated, see e.g * mask defines the values that need to be updated, see e.g.
* man XConfigureWindow. * man XConfigureWindow.
* *
* In addition to the bit flags known to Xorg it uses these * In addition to the bit flags known to Xorg it uses these
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment