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 /include/X11/EventI.h | |
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 'include/X11/EventI.h')
-rw-r--r-- | include/X11/EventI.h | 14 |
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 */ |