VirtualBox

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

最後變更 在這個檔案從62425是 51223,由 vboxsync 提交於 11 年 前

Additions/x11/x11include: added header files for X.Org Server 1.0 and 1.1.

  • 屬性 svn:eol-style 設為 native
檔案大小: 2.5 KB
 
1/* $XFree86: xc/programs/Xserver/Xi/exglobals.h,v 3.2 1996/05/06 05:56:03 dawes Exp $ */
2/************************************************************
3
4Copyright 1996 by Thomas E. Dickey <[email protected]>
5
6 All Rights Reserved
7
8Permission to use, copy, modify, and distribute this software and its
9documentation for any purpose and without fee is hereby granted,
10provided that the above copyright notice appear in all copies and that
11both that copyright notice and this permission notice appear in
12supporting documentation, and that the name of the above listed
13copyright holder(s) not be used in advertising or publicity pertaining
14to distribution of the software without specific, written prior
15permission.
16
17THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
18TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
19AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
20LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
21WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
22ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
23OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24
25********************************************************/
26
27/*****************************************************************
28 *
29 * Globals referenced elsewhere in the server.
30 *
31 */
32#ifdef HAVE_DIX_CONFIG_H
33#include <dix-config.h>
34#endif
35
36#ifndef EXGLOBALS_H
37#define EXGLOBALS_H 1
38
39extern int IReqCode;
40extern int BadDevice;
41extern int BadEvent;
42extern int BadMode;
43extern int DeviceBusy;
44extern int BadClass;
45
46extern Mask DevicePointerMotionMask;
47extern Mask DevicePointerMotionHintMask;
48extern Mask DeviceFocusChangeMask;
49extern Mask DeviceStateNotifyMask;
50extern Mask ChangeDeviceNotifyMask;
51extern Mask DeviceMappingNotifyMask;
52extern Mask DeviceOwnerGrabButtonMask;
53extern Mask DeviceButtonGrabMask;
54extern Mask DeviceButtonMotionMask;
55extern Mask PropagateMask[];
56
57extern int DeviceValuator;
58extern int DeviceKeyPress;
59extern int DeviceKeyRelease;
60extern int DeviceButtonPress;
61extern int DeviceButtonRelease;
62extern int DeviceMotionNotify;
63extern int DeviceFocusIn;
64extern int DeviceFocusOut;
65extern int ProximityIn;
66extern int ProximityOut;
67extern int DeviceStateNotify;
68extern int DeviceKeyStateNotify;
69extern int DeviceButtonStateNotify;
70extern int DeviceMappingNotify;
71extern int ChangeDeviceNotify;
72
73extern int RT_INPUTCLIENT;
74
75#if 0
76/* FIXME: in dix */
77extern InputInfo inputInfo;
78#endif
79
80#endif /* EXGLOBALS_H */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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