summaryrefslogtreecommitdiff
path: root/include/X11/EventI.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/EventI.h')
-rw-r--r--include/X11/EventI.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/include/X11/EventI.h b/include/X11/EventI.h
index 73c9770..e2d7564 100644
--- a/include/X11/EventI.h
+++ b/include/X11/EventI.h
@@ -47,7 +47,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
-/* $XFree86: xc/lib/Xt/EventI.h,v 1.3 2001/12/14 19:56:12 dawes Exp $ */
+/* $XFree86: xc/lib/Xt/EventI.h,v 1.4 2003/04/21 16:34:27 herrb Exp $ */
/*
* Event.h - exported types and functions for toolkit event handler
@@ -66,9 +66,7 @@ typedef struct _XtGrabRec *XtGrabList;
#include "PassivGraI.h"
extern void _XtEventInitialize(
-#if NeedFunctionPrototypes
void
-#endif
);
typedef struct _XtEventRec {
@@ -96,35 +94,25 @@ typedef struct _BlockHookRec {
} BlockHookRec, *BlockHook;
extern void _XtFreeEventTable(
-#if NeedFunctionPrototypes
XtEventTable* /* event_table */
-#endif
);
extern Boolean _XtOnGrabList(
-#if NeedFunctionPrototypes
Widget /* widget */,
XtGrabRec* /* grabList */
-#endif
);
extern void _XtRemoveAllInputs(
-#if NeedFunctionPrototypes
XtAppContext /* app */
-#endif
);
extern void _XtRefreshMapping(
-#if NeedFunctionPrototypes
XEvent* /* event */,
_XtBoolean /* dispatch */
-#endif
);
extern EventMask _XtConvertTypeToMask(
-#if NeedFunctionPrototypes
int /* eventType */
-#endif
);
/* EventUtil.c */