diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:16 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:28:16 +0000 |
commit | f81d7ef72c9b4f13e33efa812bed9446657ed003 (patch) | |
tree | 183442a515d232d4d88cb56d6de651c215731c3f /src/EventUtil.c | |
parent | bdc0667ef29e24b1a2188b11546d843a7d3e5ef6 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16
Diffstat (limited to 'src/EventUtil.c')
-rw-r--r-- | src/EventUtil.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/EventUtil.c b/src/EventUtil.c index d14f952..92a1af4 100644 --- a/src/EventUtil.c +++ b/src/EventUtil.c @@ -59,7 +59,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/Xt/EventUtil.c,v 1.6 2001/12/14 19:56:13 dawes Exp $ */ +/* $XFree86: xc/lib/Xt/EventUtil.c,v 1.7 2003/04/21 16:34:27 herrb Exp $ */ #include "IntrinsicI.h" #include "PassivGraI.h" @@ -85,16 +85,9 @@ void _XtFreePerWidgetInput(w, pwi) * This routine gets the passive list associated with the widget * from the context manager. */ -#if NeedFunctionPrototypes XtPerWidgetInput _XtGetPerWidgetInput( Widget widget, - _XtBoolean create - ) -#else -XtPerWidgetInput _XtGetPerWidgetInput(widget, create) - Widget widget; - Boolean create; -#endif + _XtBoolean create) { XtPerWidgetInput pwi = NULL; Display *dpy = widget->core.screen->display; |