diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:20 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-14 16:48:20 +0000 |
commit | 917de4a98eeb9a7eafeab7ddd8e1b1ae6aae6514 (patch) | |
tree | e79f892e8545c72ddbe15d679315143e5672175d /src/IfEvent.c | |
parent | deae12c6b683898f5213992d561a59d4ea889cca (diff) |
XFree86 4.3.0.1PRE_xf86-4_3_0_1
Diffstat (limited to 'src/IfEvent.c')
-rw-r--r-- | src/IfEvent.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IfEvent.c b/src/IfEvent.c index 975d77a..34b9e39 100644 --- a/src/IfEvent.c +++ b/src/IfEvent.c @@ -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/IfEvent.c,v 1.4 2001/12/14 19:54:01 dawes Exp $ */ #define NEED_EVENTS #include "Xlibint.h" @@ -33,6 +34,7 @@ in this Software without prior written authorization from The Open Group. * predicate in the queue. */ +int XIfEvent (dpy, event, predicate, arg) register Display *dpy; Bool (*predicate)( |