diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
commit | b90c05162b5edd08338a060f5777419654fa6d2e (patch) | |
tree | 346b8c7439d7d8db30404ad9f4db4c4e1725c252 /include/X11/PassivGraI.h | |
parent | a6bdd56c5b098599942e4091ae7e2af2d4631b44 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'include/X11/PassivGraI.h')
-rw-r--r-- | include/X11/PassivGraI.h | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/include/X11/PassivGraI.h b/include/X11/PassivGraI.h index 178c5ef..d322329 100644 --- a/include/X11/PassivGraI.h +++ b/include/X11/PassivGraI.h @@ -51,7 +51,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/PassivGraI.h,v 1.3 2001/12/14 19:56:27 dawes Exp $ */ +/* $XFree86: xc/lib/Xt/PassivGraI.h,v 1.4 2003/04/21 16:34:28 herrb Exp $ */ #ifndef _PDI_h_ #define _PDI_h_ @@ -136,26 +136,20 @@ typedef struct XtPerDisplayInputRec{ #define IsPseudoGrab(g) ((g == XtPseudoPassiveServerGrab)) extern void _XtDestroyServerGrabs( -#if NeedFunctionPrototypes Widget /* w */, XtPointer /* pwi */, /*XtPerWidgetInput*/ XtPointer /* call_data */ -#endif ); extern XtPerWidgetInput _XtGetPerWidgetInput( -#if NeedFunctionPrototypes Widget /* widget */, _XtBoolean /* create */ -#endif ); extern XtServerGrabPtr _XtCheckServerGrabsOnWidget( -#if NeedFunctionPrototypes XEvent* /* event */, Widget /* widget */, _XtBoolean /* isKeyboard */ -#endif ); /* @@ -165,32 +159,28 @@ extern XtGrabList* _XtGetGrabList( XtPerDisplayInput ); #define _XtGetGrabList(pdi) (&(pdi)->grabList) extern void _XtFreePerWidgetInput( -#if NeedFunctionPrototypes Widget /* w */, XtPerWidgetInput /* pwi */ -#endif ); extern Widget _XtProcessKeyboardEvent( -#if NeedFunctionPrototypes XKeyEvent* /* event */, Widget /* widget */, XtPerDisplayInput /* pdi */ -#endif ); extern Widget _XtProcessPointerEvent( -#if NeedFunctionPrototypes XButtonEvent* /* event */, Widget /* widget */, XtPerDisplayInput /* pdi */ -#endif ); extern void _XtRegisterPassiveGrabs( -#if NeedFunctionPrototypes Widget /* widget */ -#endif +); + +extern void _XtClearAncestorCache( + Widget /* widget */ ); extern void _XtClearAncestorCache( |