Commit 845ae6ea authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Screen.c/Events.c: fix some comments

parent 82dc0053
......@@ -3365,8 +3365,7 @@ int nxagentHandleConfigureNotify(XEvent* X)
nxagentWaitEvents(nxagentDisplay, &timeout);
/*
* This should also flush
* the NX link for us.
* This should also flush the NX link for us.
*/
XSync(nxagentDisplay, 0);
......
......@@ -2471,7 +2471,7 @@ FIXME: We should try to restore the previously
nxagentMoveViewport(pScreen, 0, 0);
/*
* Update void * bounds.
* Update pointer bounds.
*/
ScreenRestructured(pScreen);
......
......@@ -869,8 +869,7 @@ void nxagentSwitchAllScreens(ScreenPtr pScreen, Bool switchOn)
}
/*
* This should also flush
* the NX link for us.
* This should also flush the NX link for us.
*/
XSync(nxagentDisplay, 0);
......
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