VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.6.0/exglobals.h@ 17473

Last change on this file since 17473 was 17471, checked in by vboxsync, 16 years ago

export to OSE

  • Property svn:eol-style set to native
File size: 2.6 KB
Line 
1/************************************************************
2
3Copyright 1996 by Thomas E. Dickey <[email protected]>
4
5 All Rights Reserved
6
7Permission to use, copy, modify, and distribute this software and its
8documentation for any purpose and without fee is hereby granted,
9provided that the above copyright notice appear in all copies and that
10both that copyright notice and this permission notice appear in
11supporting documentation, and that the name of the above listed
12copyright holder(s) not be used in advertising or publicity pertaining
13to distribution of the software without specific, written prior
14permission.
15
16THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
17TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
18AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
19LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
20WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
21ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
22OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23
24********************************************************/
25
26/*****************************************************************
27 *
28 * Globals referenced elsewhere in the server.
29 *
30 */
31#ifdef HAVE_DIX_CONFIG_H
32#include <dix-config.h>
33#endif
34#include "privates.h"
35
36#ifndef EXGLOBALS_H
37#define EXGLOBALS_H 1
38
39extern int IReqCode;
40extern int IEventBase;
41extern int BadDevice;
42extern int BadMode;
43extern int DeviceBusy;
44extern int BadClass;
45
46extern Mask DevicePointerMotionMask;
47extern Mask DevicePointerMotionHintMask;
48extern Mask DeviceFocusChangeMask;
49extern Mask DeviceStateNotifyMask;
50extern Mask DeviceMappingNotifyMask;
51extern Mask DeviceOwnerGrabButtonMask;
52extern Mask DeviceButtonGrabMask;
53extern Mask DeviceButtonMotionMask;
54extern Mask DevicePresenceNotifyMask;
55extern Mask DevicePropertyNotifyMask;
56extern Mask DeviceEnterWindowMask;
57extern Mask DeviceLeaveWindowMask;
58extern Mask PropagateMask[];
59
60extern int DeviceValuator;
61extern int DeviceKeyPress;
62extern int DeviceKeyRelease;
63extern int DeviceButtonPress;
64extern int DeviceButtonRelease;
65extern int DeviceMotionNotify;
66extern int DeviceFocusIn;
67extern int DeviceFocusOut;
68extern int ProximityIn;
69extern int ProximityOut;
70extern int DeviceStateNotify;
71extern int DeviceKeyStateNotify;
72extern int DeviceButtonStateNotify;
73extern int DeviceMappingNotify;
74extern int ChangeDeviceNotify;
75extern int DevicePresenceNotify;
76extern int DevicePropertyNotify;
77extern int DeviceEnterNotify;
78extern int DeviceLeaveNotify;
79
80extern int RT_INPUTCLIENT;
81
82extern DevPrivateKey XIClientPrivateKey;
83#endif /* EXGLOBALS_H */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette