summaryrefslogtreecommitdiff
path: root/src/EventUtil.c
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:39 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:39 +0000
commitb90c05162b5edd08338a060f5777419654fa6d2e (patch)
tree346b8c7439d7d8db30404ad9f4db4c4e1725c252 /src/EventUtil.c
parenta6bdd56c5b098599942e4091ae7e2af2d4631b44 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'src/EventUtil.c')
-rw-r--r--src/EventUtil.c11
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;