annotate semiconginev2/thirdparty/x11/x.nim @ 1237:97813ac43cfb

add: multi-text with all properties animated
author sam <sam@basx.dev>
date Sun, 21 Jul 2024 00:03:48 +0700
parents 56781cc0fc7c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1191
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
2 #
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
3 # Automatically converted by H2Pas 0.99.15 from x.h
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
4 # The following command line parameters were used:
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
5 # -p
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
6 # -T
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
7 # -S
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
8 # -d
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
9 # -c
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
10 # x.h
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
11 #
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
12 # Pointers to basic pascal types, inserted by h2pas conversion program.
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
13
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
14 const
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
15 X_PROTOCOL* = 11
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
16 X_PROTOCOL_REVISION* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
17
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
18 type
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
19 PXID* = ptr XID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
20 XID* = culong
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
21
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
22 PMask* = ptr Mask
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
23 Mask* = culong
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
24
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
25 PPAtom* = ptr PAtom
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
26 PAtom* = ptr Atom
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
27 Atom* = culong
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
28
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
29 PVisualID* = ptr VisualID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
30 VisualID* = culong
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
31
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
32 PTime* = ptr Time
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
33 Time* = culong
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
34
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
35 PPWindow* = ptr PWindow
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
36 PWindow* = ptr Window
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
37 Window* = XID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
38
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
39 PDrawable* = ptr Drawable
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
40 Drawable* = XID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
41
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
42 PFont* = ptr Font
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
43 Font* = XID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
44
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
45 PPixmap* = ptr Pixmap
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
46 Pixmap* = XID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
47
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
48 PCursor* = ptr Cursor
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
49 Cursor* = XID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
50
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
51 PColormap* = ptr Colormap
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
52 Colormap* = XID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
53
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
54 PGContext* = ptr GContext
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
55 GContext* = XID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
56
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
57 PKeySym* = ptr KeySym
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
58 KeySym* = XID
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
59
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
60 PKeyCode* = ptr KeyCode
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
61 KeyCode* = char
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
62
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
63 const
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
64 None* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
65 ParentRelative* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
66 CopyFromParent* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
67 PointerWindow* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
68 InputFocus* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
69 PointerRoot* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
70 AnyPropertyType* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
71 AnyKey* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
72 AnyButton* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
73 AllTemporary* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
74 CurrentTime* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
75 NoSymbol* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
76 NoEventMask* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
77 KeyPressMask* = 1 shl 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
78 KeyReleaseMask* = 1 shl 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
79 ButtonPressMask* = 1 shl 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
80 ButtonReleaseMask* = 1 shl 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
81 EnterWindowMask* = 1 shl 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
82 LeaveWindowMask* = 1 shl 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
83 PointerMotionMask* = 1 shl 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
84 PointerMotionHintMask* = 1 shl 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
85 Button1MotionMask* = 1 shl 8
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
86 Button2MotionMask* = 1 shl 9
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
87 Button3MotionMask* = 1 shl 10
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
88 Button4MotionMask* = 1 shl 11
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
89 Button5MotionMask* = 1 shl 12
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
90 ButtonMotionMask* = 1 shl 13
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
91 KeymapStateMask* = 1 shl 14
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
92 ExposureMask* = 1 shl 15
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
93 VisibilityChangeMask* = 1 shl 16
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
94 StructureNotifyMask* = 1 shl 17
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
95 ResizeRedirectMask* = 1 shl 18
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
96 SubstructureNotifyMask* = 1 shl 19
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
97 SubstructureRedirectMask* = 1 shl 20
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
98 FocusChangeMask* = 1 shl 21
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
99 PropertyChangeMask* = 1 shl 22
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
100 ColormapChangeMask* = 1 shl 23
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
101 OwnerGrabButtonMask* = 1 shl 24
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
102 KeyPress* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
103 KeyRelease* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
104 ButtonPress* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
105 ButtonRelease* = 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
106 MotionNotify* = 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
107 EnterNotify* = 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
108 LeaveNotify* = 8
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
109 FocusIn* = 9
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
110 FocusOut* = 10
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
111 KeymapNotify* = 11
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
112 Expose* = 12
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
113 GraphicsExpose* = 13
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
114 NoExpose* = 14
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
115 VisibilityNotify* = 15
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
116 CreateNotify* = 16
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
117 DestroyNotify* = 17
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
118 UnmapNotify* = 18
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
119 MapNotify* = 19
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
120 MapRequest* = 20
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
121 ReparentNotify* = 21
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
122 ConfigureNotify* = 22
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
123 ConfigureRequest* = 23
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
124 GravityNotify* = 24
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
125 ResizeRequest* = 25
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
126 CirculateNotify* = 26
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
127 CirculateRequest* = 27
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
128 PropertyNotify* = 28
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
129 SelectionClear* = 29
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
130 SelectionRequest* = 30
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
131 SelectionNotify* = 31
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
132 ColormapNotify* = 32
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
133 ClientMessage* = 33
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
134 MappingNotify* = 34
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
135 GenericEvent* = 35
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
136 LASTEvent* = 36
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
137 ShiftMask* = 1 shl 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
138 LockMask* = 1 shl 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
139 ControlMask* = 1 shl 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
140 Mod1Mask* = 1 shl 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
141 Mod2Mask* = 1 shl 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
142 Mod3Mask* = 1 shl 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
143 Mod4Mask* = 1 shl 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
144 Mod5Mask* = 1 shl 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
145 ShiftMapIndex* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
146 LockMapIndex* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
147 ControlMapIndex* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
148 Mod1MapIndex* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
149 Mod2MapIndex* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
150 Mod3MapIndex* = 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
151 Mod4MapIndex* = 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
152 Mod5MapIndex* = 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
153 Button1Mask* = 1 shl 8
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
154 Button2Mask* = 1 shl 9
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
155 Button3Mask* = 1 shl 10
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
156 Button4Mask* = 1 shl 11
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
157 Button5Mask* = 1 shl 12
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
158 AnyModifier* = 1 shl 15
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
159 Button1* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
160 Button2* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
161 Button3* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
162 Button4* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
163 Button5* = 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
164 NotifyNormal* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
165 NotifyGrab* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
166 NotifyUngrab* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
167 NotifyWhileGrabbed* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
168 NotifyHint* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
169 NotifyAncestor* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
170 NotifyVirtual* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
171 NotifyInferior* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
172 NotifyNonlinear* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
173 NotifyNonlinearVirtual* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
174 NotifyPointer* = 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
175 NotifyPointerRoot* = 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
176 NotifyDetailNone* = 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
177 VisibilityUnobscured* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
178 VisibilityPartiallyObscured* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
179 VisibilityFullyObscured* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
180 PlaceOnTop* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
181 PlaceOnBottom* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
182 FamilyInternet* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
183 FamilyDECnet* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
184 FamilyChaos* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
185 FamilyInternet6* = 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
186 FamilyServerInterpreted* = 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
187 PropertyNewValue* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
188 PropertyDelete* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
189 ColormapUninstalled* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
190 ColormapInstalled* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
191 GrabModeSync* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
192 GrabModeAsync* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
193 GrabSuccess* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
194 AlreadyGrabbed* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
195 GrabInvalidTime* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
196 GrabNotViewable* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
197 GrabFrozen* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
198 AsyncPointer* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
199 SyncPointer* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
200 ReplayPointer* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
201 AsyncKeyboard* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
202 SyncKeyboard* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
203 ReplayKeyboard* = 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
204 AsyncBoth* = 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
205 SyncBoth* = 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
206 RevertToNone* = None
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
207 RevertToPointerRoot* = PointerRoot
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
208 RevertToParent* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
209 Success* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
210 BadRequest* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
211 BadValue* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
212 BadWindow* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
213 BadPixmap* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
214 BadAtom* = 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
215 BadCursor* = 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
216 BadFont* = 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
217 BadMatch* = 8
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
218 BadDrawable* = 9
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
219 BadAccess* = 10
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
220 BadAlloc* = 11
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
221 BadColor* = 12
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
222 BadGC* = 13
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
223 BadIDChoice* = 14
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
224 BadName* = 15
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
225 BadLength* = 16
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
226 BadImplementation* = 17
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
227 FirstExtensionError* = 128
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
228 LastExtensionError* = 255
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
229 InputOutput* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
230 InputOnly* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
231 CWBackPixmap* = 1 shl 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
232 CWBackPixel* = 1 shl 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
233 CWBorderPixmap* = 1 shl 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
234 CWBorderPixel* = 1 shl 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
235 CWBitGravity* = 1 shl 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
236 CWWinGravity* = 1 shl 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
237 CWBackingStore* = 1 shl 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
238 CWBackingPlanes* = 1 shl 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
239 CWBackingPixel* = 1 shl 8
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
240 CWOverrideRedirect* = 1 shl 9
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
241 CWSaveUnder* = 1 shl 10
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
242 CWEventMask* = 1 shl 11
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
243 CWDontPropagate* = 1 shl 12
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
244 CWColormap* = 1 shl 13
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
245 CWCursor* = 1 shl 14
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
246 CWX* = 1 shl 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
247 CWY* = 1 shl 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
248 CWWidth* = 1 shl 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
249 CWHeight* = 1 shl 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
250 CWBorderWidth* = 1 shl 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
251 CWSibling* = 1 shl 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
252 CWStackMode* = 1 shl 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
253 ForgetGravity* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
254 NorthWestGravity* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
255 NorthGravity* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
256 NorthEastGravity* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
257 WestGravity* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
258 CenterGravity* = 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
259 EastGravity* = 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
260 SouthWestGravity* = 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
261 SouthGravity* = 8
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
262 SouthEastGravity* = 9
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
263 StaticGravity* = 10
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
264 UnmapGravity* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
265 NotUseful* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
266 WhenMapped* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
267 Always* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
268 IsUnmapped* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
269 IsUnviewable* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
270 IsViewable* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
271 SetModeInsert* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
272 SetModeDelete* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
273 DestroyAll* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
274 RetainPermanent* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
275 RetainTemporary* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
276 Above* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
277 Below* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
278 TopIf* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
279 BottomIf* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
280 Opposite* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
281 RaiseLowest* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
282 LowerHighest* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
283 PropModeReplace* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
284 PropModePrepend* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
285 PropModeAppend* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
286 GXclear* = 0x00000000
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
287 GXand* = 0x00000001
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
288 GXandReverse* = 0x00000002
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
289 GXcopy* = 0x00000003
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
290 GXandInverted* = 0x00000004
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
291 GXnoop* = 0x00000005
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
292 GXxor* = 0x00000006
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
293 GXor* = 0x00000007
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
294 GXnor* = 0x00000008
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
295 GXequiv* = 0x00000009
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
296 GXinvert* = 0x0000000A
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
297 GXorReverse* = 0x0000000B
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
298 GXcopyInverted* = 0x0000000C
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
299 GXorInverted* = 0x0000000D
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
300 GXnand* = 0x0000000E
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
301 GXset* = 0x0000000F
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
302 LineSolid* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
303 LineOnOffDash* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
304 LineDoubleDash* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
305 CapNotLast* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
306 CapButt* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
307 CapRound* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
308 CapProjecting* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
309 JoinMiter* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
310 JoinRound* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
311 JoinBevel* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
312 FillSolid* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
313 FillTiled* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
314 FillStippled* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
315 FillOpaqueStippled* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
316 EvenOddRule* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
317 WindingRule* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
318 ClipByChildren* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
319 IncludeInferiors* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
320 Unsorted* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
321 YSorted* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
322 YXSorted* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
323 YXBanded* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
324 CoordModeOrigin* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
325 CoordModePrevious* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
326 Complex* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
327 Nonconvex* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
328 Convex* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
329 ArcChord* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
330 ArcPieSlice* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
331 GCFunction* = 1 shl 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
332 GCPlaneMask* = 1 shl 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
333 GCForeground* = 1 shl 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
334 GCBackground* = 1 shl 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
335 GCLineWidth* = 1 shl 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
336 GCLineStyle* = 1 shl 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
337 GCCapStyle* = 1 shl 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
338 GCJoinStyle* = 1 shl 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
339 GCFillStyle* = 1 shl 8
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
340 GCFillRule* = 1 shl 9
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
341 GCTile* = 1 shl 10
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
342 GCStipple* = 1 shl 11
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
343 GCTileStipXOrigin* = 1 shl 12
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
344 GCTileStipYOrigin* = 1 shl 13
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
345 GCFont* = 1 shl 14
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
346 GCSubwindowMode* = 1 shl 15
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
347 GCGraphicsExposures* = 1 shl 16
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
348 GCClipXOrigin* = 1 shl 17
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
349 GCClipYOrigin* = 1 shl 18
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
350 GCClipMask* = 1 shl 19
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
351 GCDashOffset* = 1 shl 20
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
352 GCDashList* = 1 shl 21
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
353 GCArcMode* = 1 shl 22
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
354 GCLastBit* = 22
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
355 FontLeftToRight* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
356 FontRightToLeft* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
357 FontChange* = 255
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
358 XYBitmap* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
359 XYPixmap* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
360 ZPixmap* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
361 AllocNone* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
362 AllocAll* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
363 DoRed* = 1 shl 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
364 DoGreen* = 1 shl 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
365 DoBlue* = 1 shl 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
366 CursorShape* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
367 TileShape* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
368 StippleShape* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
369 AutoRepeatModeOff* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
370 AutoRepeatModeOn* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
371 AutoRepeatModeDefault* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
372 LedModeOff* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
373 LedModeOn* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
374 KBKeyClickPercent* = 1 shl 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
375 KBBellPercent* = 1 shl 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
376 KBBellPitch* = 1 shl 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
377 KBBellDuration* = 1 shl 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
378 KBLed* = 1 shl 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
379 KBLedMode* = 1 shl 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
380 KBKey* = 1 shl 6
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
381 KBAutoRepeatMode* = 1 shl 7
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
382 MappingSuccess* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
383 MappingBusy* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
384 MappingFailed* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
385 MappingModifier* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
386 MappingKeyboard* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
387 MappingPointer* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
388 DontPreferBlanking* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
389 PreferBlanking* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
390 DefaultBlanking* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
391 DisableScreenSaver* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
392 DisableScreenInterval* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
393 DontAllowExposures* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
394 AllowExposures* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
395 DefaultExposures* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
396 ScreenSaverReset* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
397 ScreenSaverActive* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
398 HostInsert* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
399 HostDelete* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
400 EnableAccess* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
401 DisableAccess* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
402 StaticGray* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
403 GrayScale* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
404 StaticColor* = 2
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
405 PseudoColor* = 3
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
406 TrueColor* = 4
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
407 DirectColor* = 5
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
408 LSBFirst* = 0
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
409 MSBFirst* = 1
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
410
239adab121a3 sync from bedroom to office
sam <sam@basx.dev>
parents:
diff changeset
411 # implementation