VirtualBox

source: vbox/trunk/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/opaque.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.4 KB
 
1/* $Xorg: opaque.h,v 1.4 2001/02/09 02:05:15 xorgcvs Exp $ */
2/*
3
4Copyright 1987, 1998 The Open Group
5
6Permission to use, copy, modify, distribute, and sell this software and its
7documentation for any purpose is hereby granted without fee, provided that
8the above copyright notice appear in all copies and that both that
9copyright notice and this permission notice appear in supporting
10documentation.
11
12The above copyright notice and this permission notice shall be included
13in all copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
16OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
18IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
19OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
20ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
21OTHER DEALINGS IN THE SOFTWARE.
22
23Except as contained in this notice, the name of The Open Group shall
24not be used in advertising or otherwise to promote the sale, use or
25other dealings in this Software without prior written authorization
26from The Open Group.
27
28*/
29/* $XFree86: xc/programs/Xserver/include/opaque.h,v 1.13 2003/07/24 13:50:25 eich Exp $ */
30
31#ifndef OPAQUE_H
32#define OPAQUE_H
33
34#include <X11/Xmd.h>
35
36#include "globals.h"
37
38extern char *defaultTextFont;
39extern char *defaultCursorFont;
40extern int MaxClients;
41extern volatile char isItTimeToYield;
42extern volatile char dispatchException;
43
44/* bit values for dispatchException */
45#define DE_RESET 1
46#define DE_TERMINATE 2
47#define DE_PRIORITYCHANGE 4 /* set when a client's priority changes */
48
49extern CARD32 TimeOutValue;
50extern int ScreenSaverBlanking;
51extern int ScreenSaverAllowExposures;
52extern int defaultScreenSaverBlanking;
53extern int defaultScreenSaverAllowExposures;
54extern int argcGlobal;
55extern char **argvGlobal;
56extern char *display;
57
58extern int defaultBackingStore;
59extern Bool disableBackingStore;
60extern Bool enableBackingStore;
61extern Bool disableSaveUnders;
62extern Bool PartialNetwork;
63#ifndef NOLOGOHACK
64extern int logoScreenSaver;
65#endif
66#ifdef RLIMIT_DATA
67extern int limitDataSpace;
68#endif
69#ifdef RLIMIT_STACK
70extern int limitStackSpace;
71#endif
72#ifdef RLIMIT_NOFILE
73extern int limitNoFile;
74#endif
75extern Bool permitOldBugs;
76extern Bool defeatAccessControl;
77extern long maxBigRequestSize;
78extern Bool blackRoot;
79
80extern Bool CoreDump;
81
82
83#endif /* OPAQUE_H */
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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