merge latest (4.3.99.16) from XFree86 (vendor) branch
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $XFree86: xc/programs/Xserver/include/dixgrabs.h,v 3.0 1996/04/15 11:34:27 dawes Exp $ */
|
||||
/* $XFree86: xc/programs/Xserver/include/dixgrabs.h,v 3.1 2003/04/27 21:31:04 herrb Exp $ */
|
||||
/************************************************************
|
||||
|
||||
Copyright 1996 by Thomas E. Dickey <dickey@clark.net>
|
||||
@@ -27,9 +27,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
#ifndef DIXGRABS_H
|
||||
#define DIXGRABS_H 1
|
||||
|
||||
GrabPtr
|
||||
CreateGrab(
|
||||
#if NeedFunctionPrototypes
|
||||
extern GrabPtr CreateGrab(
|
||||
int /* client */,
|
||||
DeviceIntPtr /* device */,
|
||||
WindowPtr /* window */,
|
||||
@@ -42,38 +40,20 @@ CreateGrab(
|
||||
int /* type */,
|
||||
KeyCode /* keybut */,
|
||||
WindowPtr /* confineTo */,
|
||||
CursorPtr /* cursor */
|
||||
#endif
|
||||
);
|
||||
CursorPtr /* cursor */);
|
||||
|
||||
int
|
||||
DeletePassiveGrab(
|
||||
#if NeedFunctionPrototypes
|
||||
extern int DeletePassiveGrab(
|
||||
pointer /* value */,
|
||||
XID /* id */
|
||||
#endif
|
||||
);
|
||||
XID /* id */);
|
||||
|
||||
Bool
|
||||
GrabMatchesSecond(
|
||||
#if NeedFunctionPrototypes
|
||||
extern Bool GrabMatchesSecond(
|
||||
GrabPtr /* pFirstGrab */,
|
||||
GrabPtr /* pSecondGrab */
|
||||
#endif
|
||||
);
|
||||
GrabPtr /* pSecondGrab */);
|
||||
|
||||
int
|
||||
AddPassiveGrabToList(
|
||||
#if NeedFunctionPrototypes
|
||||
GrabPtr /* pGrab */
|
||||
#endif
|
||||
);
|
||||
extern int AddPassiveGrabToList(
|
||||
GrabPtr /* pGrab */);
|
||||
|
||||
Bool
|
||||
DeletePassiveGrabFromList(
|
||||
#if NeedFunctionPrototypes
|
||||
GrabPtr /* pMinuendGrab */
|
||||
#endif
|
||||
);
|
||||
extern Bool DeletePassiveGrabFromList(
|
||||
GrabPtr /* pMinuendGrab */);
|
||||
|
||||
#endif /* DIXGRABS_H */
|
||||
|
||||
Reference in New Issue
Block a user