From 687d44b6eaa3c64a12af9bbd557b401419b208eb Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Fri, 29 Jul 2016 00:44:38 +0200 Subject: update src files *[ch] to libX11 1.3.4 --- nx-X11/lib/X11/Flush.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nx-X11/lib/X11/Flush.c') 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); -- cgit v1.2.3