mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
This commit is contained in:
parent
90f1536dd3
commit
adc7f9a4eb
705 changed files with 30330 additions and 26603 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $XFree86: xc/programs/Xserver/include/XIstubs.h,v 3.1 1996/04/15 11:34:22 dawes Exp $ */
|
||||
/* $XFree86: xc/programs/Xserver/include/XIstubs.h,v 3.2 2003/04/27 21:31:04 herrb Exp $ */
|
||||
/************************************************************
|
||||
|
||||
Copyright 1996 by Thomas E. Dickey <dickey@clark.net>
|
||||
|
|
@ -29,73 +29,48 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
int
|
||||
ChangeKeyboardDevice (
|
||||
#if NeedFunctionPrototypes
|
||||
DeviceIntPtr /* old_dev */,
|
||||
DeviceIntPtr /* new_dev */
|
||||
#endif
|
||||
);
|
||||
DeviceIntPtr /* new_dev */);
|
||||
|
||||
int
|
||||
ChangePointerDevice (
|
||||
#if NeedFunctionPrototypes
|
||||
DeviceIntPtr /* old_dev */,
|
||||
DeviceIntPtr /* new_dev */,
|
||||
unsigned char /* x */,
|
||||
unsigned char /* y */
|
||||
#endif
|
||||
);
|
||||
unsigned char /* y */);
|
||||
|
||||
void
|
||||
CloseInputDevice (
|
||||
#if NeedFunctionPrototypes
|
||||
DeviceIntPtr /* d */,
|
||||
ClientPtr /* client */
|
||||
#endif
|
||||
);
|
||||
ClientPtr /* client */);
|
||||
|
||||
void
|
||||
AddOtherInputDevices (
|
||||
#if NeedFunctionPrototypes
|
||||
void
|
||||
#endif
|
||||
);
|
||||
AddOtherInputDevices (void);
|
||||
|
||||
void
|
||||
OpenInputDevice (
|
||||
#if NeedFunctionPrototypes
|
||||
DeviceIntPtr /* dev */,
|
||||
ClientPtr /* client */,
|
||||
int * /* status */
|
||||
#endif
|
||||
);
|
||||
int * /* status */);
|
||||
|
||||
int
|
||||
SetDeviceMode (
|
||||
#if NeedFunctionPrototypes
|
||||
ClientPtr /* client */,
|
||||
DeviceIntPtr /* dev */,
|
||||
int /* mode */
|
||||
#endif
|
||||
);
|
||||
int /* mode */);
|
||||
|
||||
int
|
||||
SetDeviceValuators (
|
||||
#if NeedFunctionPrototypes
|
||||
ClientPtr /* client */,
|
||||
DeviceIntPtr /* dev */,
|
||||
int * /* valuators */,
|
||||
int /* first_valuator */,
|
||||
int /* num_valuators */
|
||||
#endif
|
||||
);
|
||||
int /* num_valuators */);
|
||||
|
||||
int
|
||||
ChangeDeviceControl (
|
||||
#if NeedFunctionPrototypes
|
||||
ClientPtr /* client */,
|
||||
DeviceIntPtr /* dev */,
|
||||
xDeviceCtl * /* control */
|
||||
#endif
|
||||
);
|
||||
xDeviceCtl * /* control */);
|
||||
|
||||
#endif /* XI_STUBS_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue