VirtualBox

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

最後變更 在這個檔案從25078是 25078,由 vboxsync 提交於 15 年 前

Additions/x11/x11include: exported and set eol-style on new headers

  • 屬性 svn:eol-style 設為 native
檔案大小: 2.4 KB
 
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
35#ifndef EXGLOBALS_H
36#define EXGLOBALS_H 1
37
38extern int IReqCode;
39extern int BadDevice;
40extern int BadEvent;
41extern int BadMode;
42extern int DeviceBusy;
43extern int BadClass;
44
45extern Mask DevicePointerMotionMask;
46extern Mask DevicePointerMotionHintMask;
47extern Mask DeviceFocusChangeMask;
48extern Mask DeviceStateNotifyMask;
49extern Mask ChangeDeviceNotifyMask;
50extern Mask DeviceMappingNotifyMask;
51extern Mask DeviceOwnerGrabButtonMask;
52extern Mask DeviceButtonGrabMask;
53extern Mask DeviceButtonMotionMask;
54extern Mask PropagateMask[];
55
56extern int DeviceValuator;
57extern int DeviceKeyPress;
58extern int DeviceKeyRelease;
59extern int DeviceButtonPress;
60extern int DeviceButtonRelease;
61extern int DeviceMotionNotify;
62extern int DeviceFocusIn;
63extern int DeviceFocusOut;
64extern int ProximityIn;
65extern int ProximityOut;
66extern int DeviceStateNotify;
67extern int DeviceKeyStateNotify;
68extern int DeviceButtonStateNotify;
69extern int DeviceMappingNotify;
70extern int ChangeDeviceNotify;
71
72extern int RT_INPUTCLIENT;
73
74#if 0
75/* FIXME: in dix */
76extern InputInfo inputInfo;
77#endif
78
79#endif /* EXGLOBALS_H */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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