]> git.cameronkatri.com Git - apple_cmds.git/blob - patch_cmds/diffstat/testing/case10.pat
atrun: Install LaunchDaemon
[apple_cmds.git] / patch_cmds / diffstat / testing / case10.pat
1 Index: allowev.c
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
4 ***************
5 *** 63,72 ****
6
7 #include "extnsionst.h"
8 #include "extinit.h" /* LookupDeviceIntRec */
9
10 ! extern int IReqCode;
11 ! extern int BadDevice;
12 ! extern void (* ReplySwapVector[256]) ();
13
14 /***********************************************************************
15 *
16 --- 63,71 ----
17
18 #include "extnsionst.h"
19 #include "extinit.h" /* LookupDeviceIntRec */
20 + #include "exglobals.h"
21
22 ! #include "allowev.h"
23
24 /***********************************************************************
25 *
26 ***************
27 *** 99,105 ****
28 {
29 TimeStamp time;
30 DeviceIntPtr thisdev;
31 - void AllowSome ();
32
33 REQUEST(xAllowDeviceEventsReq);
34 REQUEST_SIZE_MATCH(xAllowDeviceEventsReq);
35 --- 98,103 ----
36 Index: XIstubs.h
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
39 ***************
40 *** 0 ****
41 --- 1,105 ----
42 + /* $XConsortium$ */
43 + /* $XFree86$ */
44 +
45 + #ifndef XI_STUBS_H
46 + #define XI_STUBS_H 1
47 +
48 + int
49 + ChangePointerDevice (
50 + #if NeedFunctionPrototypes
51 + DeviceIntPtr /* old_dev */,
52 + DeviceIntPtr /* new_dev */,
53 + unsigned char /* x */,
54 + unsigned char /* y */
55 + #endif
56 + );
57 +
58 + int
59 + ChangeDeviceControl (
60 + #if NeedFunctionPrototypes
61 + ClientPtr /* client */,
62 + DeviceIntPtr /* dev */,
63 + xDeviceCtl * /* control */
64 + #endif
65 + );
66 +
67 + #endif /* XI_STUBS_H */