summaryrefslogtreecommitdiff
path: root/src/EventUtil.c
diff options
context:
space:
mode:
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;