blob: 6ee37c70f0e92acc2436afd6f21c35e9788ad110 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
LIBRARY XEXT
VERSION LIBRARY_VERSION
EXPORTS
XMissingExtension
XSetExtensionErrorHandler
XShapeCombineMask
XShapeCombineRectangles
XShapeCombineRegion
XShapeCombineShape
XShapeGetRectangles
XShapeInputSelected
XShapeOffsetShape
XShapeQueryExtension
XShapeQueryExtents
XShapeQueryVersion
XShapeSelectInput
#if (defined(__CYGWIN__) && defined(HAS_SHM)) || defined(__UNIXOS2__)
XShmAttach
XShmCreateImage
XShmCreatePixmap
XShmDetach
;XShmDestroyImage
XShmGetEventBase
XShmGetImage
XShmPixmapFormat
XShmPutImage
XShmQueryExtension
XShmQueryVersion
#endif
XSyncAwait
XSyncChangeAlarm
XSyncChangeCounter
XSyncCreateAlarm
XSyncCreateCounter
XSyncDestroyAlarm
XSyncDestroyCounter
XSyncFreeSystemCounterList
XSyncGetPriority
XSyncInitialize
XSyncIntToValue
XSyncIntsToValue
XSyncListSystemCounters
XSyncMaxValue
XSyncMinValue
XSyncQueryAlarm
XSyncQueryCounter
XSyncQueryExtension
XSyncSetCounter
XSyncSetPriority
XSyncValueAdd
XSyncValueEqual
XSyncValueGreaterOrEqual
XSyncValueGreaterThan
XSyncValueHigh32
XSyncValueIsNegative
XSyncValueIsPositive
XSyncValueIsZero
XSyncValueLessOrEqual
XSyncValueLessThan
XSyncValueLow32
XSyncValueSubtract
XTestFakeInput
XTestFlush
XTestGetInput
XTestMovePointer
XTestPressButton
XTestPressKey
XTestQueryInputSize
XTestReset
XTestStopInput
XextAddDisplay
XextCreateExtension
XextDestroyExtension
XextFindDisplay
XextRemoveDisplay
XSecurityQueryExtension
XSecurityAllocXauth
XSecurityFreeXauth
XSecurityGenerateAuthorization
XSecurityRevokeAuthorization
#if !defined(__CYGWIN__) && !defined(__UNIXOS2__)
XPanoramiXQueryVersion
XPanoramiXAllocInfo
XPanoramiXGetScreenCount
XPanoramiXGetScreenSize
XPanoramiXGetState
XPanoramiXQueryExtension
#endif
DPMSQueryExtension
DPMSGetVersion
DPMSCapable
DPMSSetTimeouts
DPMSGetTimeouts
DPMSEnable
DPMSDisable
DPMSForceLevel
DPMSInfo
/* $Xorg: Xext-def.cpp,v 1.3 2000/08/17 19:45:53 cpqbld Exp $ */
/* $XFree86: xc/lib/Xext/Xext-def.cpp,v 1.8 2001/05/06 10:35:51 alanh Exp $ */
|