diff options
Diffstat (limited to 'src/Sync.c')
-rw-r--r-- | src/Sync.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,7 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ +/* $XFree86: xc/lib/X11/Sync.c,v 1.4 2001/12/14 19:54:07 dawes Exp $ */ #define NEED_REPLIES #define NEED_EVENTS @@ -31,6 +32,7 @@ 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; |