2 *** /build/x11r6/XFree86-960317/xc/programs/Xserver/Xi/allowev.c Sun Mar 17 20:08:01 1996
3 --- /build/x11r6/XFree86-current/xc/programs/Xserver/Xi/allowev.c Wed Mar 20 20:47:09 1996
7 #include "extnsionst.h"
8 #include "extinit.h" /* LookupDeviceIntRec */
10 ! extern int IReqCode;
11 ! extern int BadDevice;
12 ! extern void (* ReplySwapVector[256]) ();
14 /***********************************************************************
18 #include "extnsionst.h"
19 #include "extinit.h" /* LookupDeviceIntRec */
20 + #include "exglobals.h"
22 ! #include "allowev.h"
24 /***********************************************************************
33 REQUEST(xAllowDeviceEventsReq);
34 REQUEST_SIZE_MATCH(xAllowDeviceEventsReq);
37 *** /dev/null Sun Jul 17 19:46:18 1994
38 --- /build/x11r6/XFree86-current/xc/programs/Xserver/include/XIstubs.h Wed Mar 20 22:08:14 1996
46 + #define XI_STUBS_H 1
49 + ChangePointerDevice (
50 + #if NeedFunctionPrototypes
51 + DeviceIntPtr /* old_dev */,
52 + DeviceIntPtr /* new_dev */,
53 + unsigned char /* x */,
54 + unsigned char /* y */
59 + ChangeDeviceControl (
60 + #if NeedFunctionPrototypes
61 + ClientPtr /* client */,
62 + DeviceIntPtr /* dev */,
63 + xDeviceCtl * /* control */
67 + #endif /* XI_STUBS_H */