-
Notifications
You must be signed in to change notification settings - Fork 0
/
glpm_const.h
99 lines (98 loc) · 1.81 KB
/
glpm_const.h
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
#ifdef __PM__
if (1) {
i(GLX_USE_GL)
i(GLX_BUFFER_SIZE)
i(GLX_LEVEL)
i(GLX_RGBA)
i(GLX_DOUBLEBUFFER)
i(GLX_STEREO)
i(GLX_AUX_BUFFERS)
i(GLX_RED_SIZE)
i(GLX_GREEN_SIZE)
i(GLX_BLUE_SIZE)
i(GLX_ALPHA_SIZE)
i(GLX_DEPTH_SIZE)
i(GLX_STENCIL_SIZE)
i(GLX_ACCUM_RED_SIZE)
i(GLX_ACCUM_GREEN_SIZE)
i(GLX_ACCUM_BLUE_SIZE)
i(GLX_ACCUM_ALPHA_SIZE)
i(NoEventMask)
i(KeyPressMask)
i(KeyReleaseMask)
i(ButtonPressMask)
i(ButtonReleaseMask)
i(EnterWindowMask)
i(LeaveWindowMask)
i(PointerMotionMask)
i(PointerMotionHintMask)
i(Button1MotionMask)
i(Button2MotionMask)
i(Button3MotionMask)
i(Button4MotionMask)
i(Button5MotionMask)
i(ButtonMotionMask)
i(KeymapStateMask)
i(ExposureMask)
i(VisibilityChangeMask)
i(StructureNotifyMask)
i(ResizeRedirectMask)
i(SubstructureNotifyMask)
i(SubstructureRedirectMask)
i(FocusChangeMask)
i(PropertyChangeMask)
i(ColormapChangeMask)
i(OwnerGrabButtonMask)
i(KeyPress)
i(KeyRelease)
i(ButtonPress)
i(ButtonRelease)
i(MotionNotify)
i(EnterNotify)
i(LeaveNotify)
i(FocusIn)
i(FocusOut)
i(KeymapNotify)
i(Expose)
i(GraphicsExpose)
i(NoExpose)
i(VisibilityNotify)
i(CreateNotify)
i(DestroyNotify)
i(UnmapNotify)
i(MapNotify)
i(MapRequest)
i(ReparentNotify)
i(ConfigureNotify)
i(ConfigureRequest)
i(GravityNotify)
i(ResizeRequest)
i(CirculateNotify)
i(CirculateRequest)
i(PropertyNotify)
i(SelectionClear)
i(SelectionRequest)
i(SelectionNotify)
i(ColormapNotify)
i(ClientMessage)
i(MappingNotify)
i(LASTEvent)
i(ShiftMask)
i(LockMask)
i(ControlMask)
i(Mod1Mask)
i(Mod2Mask)
i(Mod3Mask)
i(Mod4Mask)
i(Mod5Mask)
i(Button1MaskOS2)
i(Button2MaskOS2)
i(Button3MaskOS2)
i(Button4Mask)
i(Button5Mask)
i(AnyModifier)
}
if (0) {
}
else
#endif /* def HAVE_GLX */