diff options
Diffstat (limited to 'nx-X11/lib/X11/Flush.c')
-rw-r--r-- | nx-X11/lib/X11/Flush.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/Flush.c b/nx-X11/lib/X11/Flush.c index 0328bf8f6..46168999b 100644 --- a/nx-X11/lib/X11/Flush.c +++ b/nx-X11/lib/X11/Flush.c @@ -33,9 +33,8 @@ in this Software without prior written authorization from The Open Group. /* NOTE: NOT necessary when calling any of the Xlib routines. */ int -XFlush (dpy) - register Display *dpy; - { +XFlush (register Display *dpy) +{ LockDisplay(dpy); _XFlush (dpy); UnlockDisplay(dpy); |