diff options
Diffstat (limited to 'nx-X11/lib/X11/Sync.c')
-rw-r--r-- | nx-X11/lib/X11/Sync.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/Sync.c b/nx-X11/lib/X11/Sync.c index 50fa0c571..6326de768 100644 --- a/nx-X11/lib/X11/Sync.c +++ b/nx-X11/lib/X11/Sync.c @@ -32,9 +32,9 @@ in this Software without prior written authorization from The Open Group. /* Synchronize with errors and events, optionally discarding pending events */ int -XSync (dpy, discard) - register Display *dpy; - Bool discard; +XSync ( + register Display *dpy, + Bool discard) { xGetInputFocusReply rep; register xReq *req; |