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/CallbackI.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/CallbackI.h')
-rw-r--r-- | include/X11/CallbackI.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/include/X11/CallbackI.h b/include/X11/CallbackI.h index 9d4db98..b45ef68 100644 --- a/include/X11/CallbackI.h +++ b/include/X11/CallbackI.h @@ -45,6 +45,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ +/* $XFree86: xc/lib/Xt/CallbackI.h,v 1.4 2003/10/24 15:47:35 tsi Exp $ */ /**************************************************************** * @@ -68,67 +69,49 @@ typedef struct internalCallbackRec { } InternalCallbackRec, *InternalCallbackList; typedef Boolean (*_XtConditionProc)( -#if NeedFunctionPrototypes XtPointer /* data */ -#endif ); extern void _XtAddCallback( -#if NeedFunctionPrototypes InternalCallbackList* /* callbacks */, XtCallbackProc /* callback */, XtPointer /* closure */ -#endif ); extern void _XtAddCallbackOnce( -#if NeedFunctionPrototypes InternalCallbackList* /* callbacks */, XtCallbackProc /* callback */, XtPointer /* closure */ -#endif ); extern InternalCallbackList _XtCompileCallbackList( -#if NeedFunctionPrototypes XtCallbackList /* xtcallbacks */ -#endif ); extern XtCallbackList _XtGetCallbackList( -#if NeedFunctionPrototypes InternalCallbackList* /* callbacks */ -#endif ); extern void _XtRemoveAllCallbacks( -#if NeedFunctionPrototypes InternalCallbackList* /* callbacks */ -#endif ); extern void _XtRemoveCallback( -#if NeedFunctionPrototypes InternalCallbackList* /* callbacks */, XtCallbackProc /* callback */, XtPointer /* closure */ -#endif ); extern void _XtPeekCallback( -#if NeedFunctionPrototypes Widget /* widget */, XtCallbackList /* callbacks */, XtCallbackProc * /* callback */, XtPointer * /* closure */ -#endif ); extern void _XtCallConditionalCallbackList( -#if NeedFunctionPrototypes Widget /* widget */, XtCallbackList /* callbacks */, XtPointer /* call_data */, _XtConditionProc /* cond_proc */ -#endif ); |