Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
x11-enum.h
1/* Do not modify this file. */
2/* It was automatically generated by ../../tools/process-x11-xcb.pl
3 using xcbproto version xcb-proto-1.17.0 */
4/*
5 * Copyright 2008, 2009, 2013, 2014 Open Text Corporation <pharris[AT]opentext.com>
6 *
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald[AT]wireshark.org>
9 * Copyright 1998 Gerald Combs
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 */
13
14static const value_string x11_enum_render_PictType[] = {
15 { 0, "Indexed" },
16 { 1, "Direct" },
17 { 0, NULL },
18};
19
20static const value_string x11_enum_composite_Redirect[] = {
21 { 0, "Automatic" },
22 { 1, "Manual" },
23 { 0, NULL },
24};
25
26static const value_string x11_enum_damage_ReportLevel[] = {
27 { 0, "RawRectangles" },
28 { 1, "DeltaRectangles" },
29 { 2, "BoundingBox" },
30 { 3, "NonEmpty" },
31 { 0, NULL },
32};
33
34static const value_string x11_enum_xfixes_Region[] = {
35 { 0, "None" },
36 { 0, NULL },
37};
38
39static const value_string x11_enum_dbe_SwapAction[] = {
40 { 0, "Undefined" },
41 { 1, "Background" },
42 { 2, "Untouched" },
43 { 3, "Copied" },
44 { 0, NULL },
45};
46
47static const value_string x11_enum_dpms_DPMSMode[] = {
48 { 0, "On" },
49 { 1, "Standby" },
50 { 2, "Suspend" },
51 { 3, "Off" },
52 { 0, NULL },
53};
54
55static const value_string x11_enum_dri2_Attachment[] = {
56 { 0, "BufferFrontLeft" },
57 { 1, "BufferBackLeft" },
58 { 2, "BufferFrontRight" },
59 { 3, "BufferBackRight" },
60 { 4, "BufferDepth" },
61 { 5, "BufferStencil" },
62 { 6, "BufferAccum" },
63 { 7, "BufferFakeFrontLeft" },
64 { 8, "BufferFakeFrontRight" },
65 { 9, "BufferDepthStencil" },
66 { 10, "BufferHiz" },
67 { 0, NULL },
68};
69
70static const value_string x11_enum_dri2_DriverType[] = {
71 { 0, "DRI" },
72 { 1, "VDPAU" },
73 { 0, NULL },
74};
75
76static const value_string x11_enum_randr_Connection[] = {
77 { 0, "Connected" },
78 { 1, "Disconnected" },
79 { 2, "Unknown" },
80 { 0, NULL },
81};
82
83static const value_string x11_enum_render_SubPixel[] = {
84 { 0, "Unknown" },
85 { 1, "HorizontalRGB" },
86 { 2, "HorizontalBGR" },
87 { 3, "VerticalRGB" },
88 { 4, "VerticalBGR" },
89 { 5, "None" },
90 { 0, NULL },
91};
92
93static const value_string x11_enum_xproto_Property[] = {
94 { 0, "NewValue" },
95 { 1, "Delete" },
96 { 0, NULL },
97};
98
99static const value_string x11_enum_sync_VALUETYPE[] = {
100 { 0, "Absolute" },
101 { 1, "Relative" },
102 { 0, NULL },
103};
104
105static const value_string x11_enum_sync_TESTTYPE[] = {
106 { 0, "PositiveTransition" },
107 { 1, "NegativeTransition" },
108 { 2, "PositiveComparison" },
109 { 3, "NegativeComparison" },
110 { 0, NULL },
111};
112
113static const value_string x11_enum_present_CompleteKind[] = {
114 { 0, "Pixmap" },
115 { 1, "NotifyMSC" },
116 { 0, NULL },
117};
118
119static const value_string x11_enum_present_CompleteMode[] = {
120 { 0, "Copy" },
121 { 1, "Flip" },
122 { 2, "Skip" },
123 { 3, "SuboptimalCopy" },
124 { 0, NULL },
125};
126
127static const value_string x11_enum_randr_SetConfig[] = {
128 { 0, "Success" },
129 { 1, "InvalidConfigTime" },
130 { 2, "InvalidTime" },
131 { 3, "Failed" },
132 { 0, NULL },
133};
134
135static const value_string x11_enum_xproto_PropMode[] = {
136 { 0, "Replace" },
137 { 1, "Prepend" },
138 { 2, "Append" },
139 { 0, NULL },
140};
141
142static const value_string x11_enum_xproto_GetPropertyType[] = {
143 { 0, "Any" },
144 { 0, NULL },
145};
146
147static const value_string x11_enum_xproto_Atom[] = {
148 { 0, "Any" },
149 { 1, "PRIMARY" },
150 { 2, "SECONDARY" },
151 { 3, "ARC" },
152 { 4, "ATOM" },
153 { 5, "BITMAP" },
154 { 6, "CARDINAL" },
155 { 7, "COLORMAP" },
156 { 8, "CURSOR" },
157 { 9, "CUT_BUFFER0" },
158 { 10, "CUT_BUFFER1" },
159 { 11, "CUT_BUFFER2" },
160 { 12, "CUT_BUFFER3" },
161 { 13, "CUT_BUFFER4" },
162 { 14, "CUT_BUFFER5" },
163 { 15, "CUT_BUFFER6" },
164 { 16, "CUT_BUFFER7" },
165 { 17, "DRAWABLE" },
166 { 18, "FONT" },
167 { 19, "INTEGER" },
168 { 20, "PIXMAP" },
169 { 21, "POINT" },
170 { 22, "RECTANGLE" },
171 { 23, "RESOURCE_MANAGER" },
172 { 24, "RGB_COLOR_MAP" },
173 { 25, "RGB_BEST_MAP" },
174 { 26, "RGB_BLUE_MAP" },
175 { 27, "RGB_DEFAULT_MAP" },
176 { 28, "RGB_GRAY_MAP" },
177 { 29, "RGB_GREEN_MAP" },
178 { 30, "RGB_RED_MAP" },
179 { 31, "STRING" },
180 { 32, "VISUALID" },
181 { 33, "WINDOW" },
182 { 34, "WM_COMMAND" },
183 { 35, "WM_HINTS" },
184 { 36, "WM_CLIENT_MACHINE" },
185 { 37, "WM_ICON_NAME" },
186 { 38, "WM_ICON_SIZE" },
187 { 39, "WM_NAME" },
188 { 40, "WM_NORMAL_HINTS" },
189 { 41, "WM_SIZE_HINTS" },
190 { 42, "WM_ZOOM_HINTS" },
191 { 43, "MIN_SPACE" },
192 { 44, "NORM_SPACE" },
193 { 45, "MAX_SPACE" },
194 { 46, "END_SPACE" },
195 { 47, "SUPERSCRIPT_X" },
196 { 48, "SUPERSCRIPT_Y" },
197 { 49, "SUBSCRIPT_X" },
198 { 50, "SUBSCRIPT_Y" },
199 { 51, "UNDERLINE_POSITION" },
200 { 52, "UNDERLINE_THICKNESS" },
201 { 53, "STRIKEOUT_ASCENT" },
202 { 54, "STRIKEOUT_DESCENT" },
203 { 55, "ITALIC_ANGLE" },
204 { 56, "X_HEIGHT" },
205 { 57, "QUAD_WIDTH" },
206 { 58, "WEIGHT" },
207 { 59, "POINT_SIZE" },
208 { 60, "RESOLUTION" },
209 { 61, "COPYRIGHT" },
210 { 62, "NOTICE" },
211 { 63, "FONT_NAME" },
212 { 64, "FAMILY_NAME" },
213 { 65, "FULL_NAME" },
214 { 66, "CAP_HEIGHT" },
215 { 67, "WM_CLASS" },
216 { 68, "WM_TRANSIENT_FOR" },
217 { 0, NULL },
218};
219
220static const value_string x11_enum_randr_Notify[] = {
221 { 0, "CrtcChange" },
222 { 1, "OutputChange" },
223 { 2, "OutputProperty" },
224 { 3, "ProviderChange" },
225 { 4, "ProviderProperty" },
226 { 5, "ResourceChange" },
227 { 6, "Lease" },
228 { 0, NULL },
229};
230
231static const value_string x11_enum_render_Repeat[] = {
232 { 0, "None" },
233 { 1, "Normal" },
234 { 2, "Pad" },
235 { 3, "Reflect" },
236 { 0, NULL },
237};
238
239static const value_string x11_enum_xproto_SubwindowMode[] = {
240 { 0, "ClipByChildren" },
241 { 1, "IncludeInferiors" },
242 { 0, NULL },
243};
244
245static const value_string x11_enum_render_PolyEdge[] = {
246 { 0, "Sharp" },
247 { 1, "Smooth" },
248 { 0, NULL },
249};
250
251static const value_string x11_enum_render_PolyMode[] = {
252 { 0, "Precise" },
253 { 1, "Imprecise" },
254 { 0, NULL },
255};
256
257static const value_string x11_enum_render_PictOp[] = {
258 { 0, "Clear" },
259 { 1, "Src" },
260 { 2, "Dst" },
261 { 3, "Over" },
262 { 4, "OverReverse" },
263 { 5, "In" },
264 { 6, "InReverse" },
265 { 7, "Out" },
266 { 8, "OutReverse" },
267 { 9, "Atop" },
268 { 10, "AtopReverse" },
269 { 11, "Xor" },
270 { 12, "Add" },
271 { 13, "Saturate" },
272 { 16, "DisjointClear" },
273 { 17, "DisjointSrc" },
274 { 18, "DisjointDst" },
275 { 19, "DisjointOver" },
276 { 20, "DisjointOverReverse" },
277 { 21, "DisjointIn" },
278 { 22, "DisjointInReverse" },
279 { 23, "DisjointOut" },
280 { 24, "DisjointOutReverse" },
281 { 25, "DisjointAtop" },
282 { 26, "DisjointAtopReverse" },
283 { 27, "DisjointXor" },
284 { 32, "ConjointClear" },
285 { 33, "ConjointSrc" },
286 { 34, "ConjointDst" },
287 { 35, "ConjointOver" },
288 { 36, "ConjointOverReverse" },
289 { 37, "ConjointIn" },
290 { 38, "ConjointInReverse" },
291 { 39, "ConjointOut" },
292 { 40, "ConjointOutReverse" },
293 { 41, "ConjointAtop" },
294 { 42, "ConjointAtopReverse" },
295 { 43, "ConjointXor" },
296 { 48, "Multiply" },
297 { 49, "Screen" },
298 { 50, "Overlay" },
299 { 51, "Darken" },
300 { 52, "Lighten" },
301 { 53, "ColorDodge" },
302 { 54, "ColorBurn" },
303 { 55, "HardLight" },
304 { 56, "SoftLight" },
305 { 57, "Difference" },
306 { 58, "Exclusion" },
307 { 59, "HSLHue" },
308 { 60, "HSLSaturation" },
309 { 61, "HSLColor" },
310 { 62, "HSLLuminosity" },
311 { 0, NULL },
312};
313
314static const value_string x11_enum_render_Picture[] = {
315 { 0, "None" },
316 { 0, NULL },
317};
318
319static const value_string x11_enum_screensaver_Kind[] = {
320 { 0, "Blanked" },
321 { 1, "Internal" },
322 { 2, "External" },
323 { 0, NULL },
324};
325
326static const value_string x11_enum_xproto_WindowClass[] = {
327 { 0, "CopyFromParent" },
328 { 1, "InputOutput" },
329 { 2, "InputOnly" },
330 { 0, NULL },
331};
332
333static const value_string x11_enum_xproto_BackPixmap[] = {
334 { 0, "None" },
335 { 1, "ParentRelative" },
336 { 0, NULL },
337};
338
339static const value_string x11_enum_xproto_Pixmap[] = {
340 { 0, "None" },
341 { 0, NULL },
342};
343
344static const value_string x11_enum_xproto_Gravity[] = {
345 { 0, "WinUnmap" },
346 { 1, "NorthWest" },
347 { 2, "North" },
348 { 3, "NorthEast" },
349 { 4, "West" },
350 { 5, "Center" },
351 { 6, "East" },
352 { 7, "SouthWest" },
353 { 8, "South" },
354 { 9, "SouthEast" },
355 { 10, "Static" },
356 { 0, NULL },
357};
358
359static const value_string x11_enum_xproto_BackingStore[] = {
360 { 0, "NotUseful" },
361 { 1, "WhenMapped" },
362 { 2, "Always" },
363 { 0, NULL },
364};
365
366static const value_string x11_enum_xproto_Colormap[] = {
367 { 0, "None" },
368 { 0, NULL },
369};
370
371static const value_string x11_enum_xproto_Cursor[] = {
372 { 0, "None" },
373 { 0, NULL },
374};
375
376static const value_string x11_enum_shape_SO[] = {
377 { 0, "Set" },
378 { 1, "Union" },
379 { 2, "Intersect" },
380 { 3, "Subtract" },
381 { 4, "Invert" },
382 { 0, NULL },
383};
384
385static const value_string x11_enum_shape_SK[] = {
386 { 0, "Bounding" },
387 { 1, "Clip" },
388 { 2, "Input" },
389 { 0, NULL },
390};
391
392static const value_string x11_enum_xproto_ClipOrdering[] = {
393 { 0, "Unsorted" },
394 { 1, "YSorted" },
395 { 2, "YXSorted" },
396 { 3, "YXBanded" },
397 { 0, NULL },
398};
399
400static const value_string x11_enum_sync_ALARMSTATE[] = {
401 { 0, "Active" },
402 { 1, "Inactive" },
403 { 2, "Destroyed" },
404 { 0, NULL },
405};
406
407static const value_string x11_enum_xfixes_SaveSetMode[] = {
408 { 0, "Insert" },
409 { 1, "Delete" },
410 { 0, NULL },
411};
412
413static const value_string x11_enum_xfixes_SaveSetTarget[] = {
414 { 0, "Nearest" },
415 { 1, "Root" },
416 { 0, NULL },
417};
418
419static const value_string x11_enum_xfixes_SaveSetMapping[] = {
420 { 0, "Map" },
421 { 1, "Unmap" },
422 { 0, NULL },
423};
424
425static const value_string x11_enum_xfixes_CursorNotify[] = {
426 { 0, "DisplayCursor" },
427 { 0, NULL },
428};
429
430static const value_string x11_enum_xinput_DeviceUse[] = {
431 { 0, "IsXPointer" },
432 { 1, "IsXKeyboard" },
433 { 2, "IsXExtensionDevice" },
434 { 3, "IsXExtensionKeyboard" },
435 { 4, "IsXExtensionPointer" },
436 { 0, NULL },
437};
438
439static const value_string x11_enum_xinput_InputClass[] = {
440 { 0, "Key" },
441 { 1, "Button" },
442 { 2, "Valuator" },
443 { 3, "Feedback" },
444 { 4, "Proximity" },
445 { 5, "Focus" },
446 { 6, "Other" },
447 { 0, NULL },
448};
449
450static const value_string x11_enum_xinput_ValuatorMode[] = {
451 { 0, "Relative" },
452 { 1, "Absolute" },
453 { 0, NULL },
454};
455
456static const value_string x11_enum_xproto_GrabStatus[] = {
457 { 0, "Success" },
458 { 1, "AlreadyGrabbed" },
459 { 2, "InvalidTime" },
460 { 3, "NotViewable" },
461 { 4, "Frozen" },
462 { 0, NULL },
463};
464
465static const value_string x11_enum_xinput_PropagateMode[] = {
466 { 0, "AddToList" },
467 { 1, "DeleteFromList" },
468 { 0, NULL },
469};
470
471static const value_string x11_enum_xproto_Time[] = {
472 { 0, "CurrentTime" },
473 { 0, NULL },
474};
475
476static const value_string x11_enum_xproto_GrabMode[] = {
477 { 0, "Sync" },
478 { 1, "Async" },
479 { 0, NULL },
480};
481
482static const value_string x11_enum_xinput_ModifierDevice[] = {
483 { 255, "UseXKeyboard" },
484 { 0, NULL },
485};
486
487static const value_string x11_enum_xproto_Grab[] = {
488 { 0, "Any" },
489 { 0, NULL },
490};
491
492static const value_string x11_enum_xinput_DeviceInputMode[] = {
493 { 0, "AsyncThisDevice" },
494 { 1, "SyncThisDevice" },
495 { 2, "ReplayThisDevice" },
496 { 3, "AsyncOtherDevices" },
497 { 4, "AsyncAll" },
498 { 5, "SyncAll" },
499 { 0, NULL },
500};
501
502static const value_string x11_enum_xproto_InputFocus[] = {
503 { 0, "None" },
504 { 1, "PointerRoot" },
505 { 2, "Parent" },
506 { 3, "FollowKeyboard" },
507 { 0, NULL },
508};
509
510static const value_string x11_enum_xinput_FeedbackClass[] = {
511 { 0, "Keyboard" },
512 { 1, "Pointer" },
513 { 2, "String" },
514 { 3, "Integer" },
515 { 4, "Led" },
516 { 5, "Bell" },
517 { 0, NULL },
518};
519
520static const value_string x11_enum_xproto_MappingStatus[] = {
521 { 0, "Success" },
522 { 1, "Busy" },
523 { 2, "Failure" },
524 { 0, NULL },
525};
526
527static const value_string x11_enum_xinput_DeviceControl[] = {
528 { 1, "resolution" },
529 { 2, "abs_calib" },
530 { 3, "core" },
531 { 4, "enable" },
532 { 5, "abs_area" },
533 { 0, NULL },
534};
535
536static const value_string x11_enum_xinput_PropertyFormat[] = {
537 { 8, "8Bits" },
538 { 16, "16Bits" },
539 { 32, "32Bits" },
540 { 0, NULL },
541};
542
543static const value_string x11_enum_xinput_Device[] = {
544 { 0, "All" },
545 { 1, "AllMaster" },
546 { 0, NULL },
547};
548
549static const value_string x11_enum_xinput_HierarchyChangeType[] = {
550 { 1, "AddMaster" },
551 { 2, "RemoveMaster" },
552 { 3, "AttachSlave" },
553 { 4, "DetachSlave" },
554 { 0, NULL },
555};
556
557static const value_string x11_enum_xinput_ChangeMode[] = {
558 { 1, "Attach" },
559 { 2, "Float" },
560 { 0, NULL },
561};
562
563static const value_string x11_enum_xinput_DeviceClassType[] = {
564 { 0, "Key" },
565 { 1, "Button" },
566 { 2, "Valuator" },
567 { 3, "Scroll" },
568 { 8, "Touch" },
569 { 9, "Gesture" },
570 { 0, NULL },
571};
572
573static const value_string x11_enum_xinput_ScrollType[] = {
574 { 1, "Vertical" },
575 { 2, "Horizontal" },
576 { 0, NULL },
577};
578
579static const value_string x11_enum_xinput_TouchMode[] = {
580 { 1, "Direct" },
581 { 2, "Dependent" },
582 { 0, NULL },
583};
584
585static const value_string x11_enum_xinput_DeviceType[] = {
586 { 1, "MasterPointer" },
587 { 2, "MasterKeyboard" },
588 { 3, "SlavePointer" },
589 { 4, "SlaveKeyboard" },
590 { 5, "FloatingSlave" },
591 { 0, NULL },
592};
593
594static const value_string x11_enum_xinput_GrabOwner[] = {
595 { 0, "NoOwner" },
596 { 1, "Owner" },
597 { 0, NULL },
598};
599
600static const value_string x11_enum_xinput_EventMode[] = {
601 { 0, "AsyncDevice" },
602 { 1, "SyncDevice" },
603 { 2, "ReplayDevice" },
604 { 3, "AsyncPairedDevice" },
605 { 4, "AsyncPair" },
606 { 5, "SyncPair" },
607 { 6, "AcceptTouch" },
608 { 7, "RejectTouch" },
609 { 0, NULL },
610};
611
612static const value_string x11_enum_xinput_ModifierMask[] = {
613 { 0, NULL },
614};
615
616static const value_string x11_enum_xinput_GrabType[] = {
617 { 0, "Button" },
618 { 1, "Keycode" },
619 { 2, "Enter" },
620 { 3, "FocusIn" },
621 { 4, "TouchBegin" },
622 { 5, "GesturePinchBegin" },
623 { 6, "GestureSwipeBegin" },
624 { 0, NULL },
625};
626
627static const value_string x11_enum_xinput_GrabMode22[] = {
628 { 0, "Sync" },
629 { 1, "Async" },
630 { 2, "Touch" },
631 { 0, NULL },
632};
633
634static const value_string x11_enum_xproto_Window[] = {
635 { 0, "None" },
636 { 0, NULL },
637};
638
639static const value_string x11_enum_xproto_NotifyDetail[] = {
640 { 0, "Ancestor" },
641 { 1, "Virtual" },
642 { 2, "Inferior" },
643 { 3, "Nonlinear" },
644 { 4, "NonlinearVirtual" },
645 { 5, "Pointer" },
646 { 6, "PointerRoot" },
647 { 7, "None" },
648 { 0, NULL },
649};
650
651static const value_string x11_enum_xproto_NotifyMode[] = {
652 { 0, "Normal" },
653 { 1, "Grab" },
654 { 2, "Ungrab" },
655 { 3, "WhileGrabbed" },
656 { 0, NULL },
657};
658
659static const value_string x11_enum_xproto_Mapping[] = {
660 { 0, "Modifier" },
661 { 1, "Keyboard" },
662 { 2, "Pointer" },
663 { 0, NULL },
664};
665
666static const value_string x11_enum_xinput_ChangeDevice[] = {
667 { 0, "NewPointer" },
668 { 1, "NewKeyboard" },
669 { 0, NULL },
670};
671
672static const value_string x11_enum_xinput_DeviceChange[] = {
673 { 0, "Added" },
674 { 1, "Removed" },
675 { 2, "Enabled" },
676 { 3, "Disabled" },
677 { 4, "Unrecoverable" },
678 { 5, "ControlChanged" },
679 { 0, NULL },
680};
681
682static const value_string x11_enum_xinput_ChangeReason[] = {
683 { 1, "SlaveSwitch" },
684 { 2, "DeviceChange" },
685 { 0, NULL },
686};
687
688static const value_string x11_enum_xinput_NotifyMode[] = {
689 { 0, "Normal" },
690 { 1, "Grab" },
691 { 2, "Ungrab" },
692 { 3, "WhileGrabbed" },
693 { 4, "PassiveGrab" },
694 { 5, "PassiveUngrab" },
695 { 0, NULL },
696};
697
698static const value_string x11_enum_xinput_NotifyDetail[] = {
699 { 0, "Ancestor" },
700 { 1, "Virtual" },
701 { 2, "Inferior" },
702 { 3, "Nonlinear" },
703 { 4, "NonlinearVirtual" },
704 { 5, "Pointer" },
705 { 6, "PointerRoot" },
706 { 7, "None" },
707 { 0, NULL },
708};
709
710static const value_string x11_enum_xinput_PropertyFlag[] = {
711 { 0, "Deleted" },
712 { 1, "Created" },
713 { 2, "Modified" },
714 { 0, NULL },
715};
716
717static const value_string x11_enum_xinput_TouchOwnershipFlags[] = {
718 { 0, "None" },
719 { 0, NULL },
720};
721
722static const value_string x11_enum_xkb_IMFlag[] = {
723 { 0, NULL },
724};
725
726static const value_string x11_enum_xkb_IMGroupsWhich[] = {
727 { 0, NULL },
728};
729
730static const value_string x11_enum_xkb_SetOfGroup[] = {
731 { 0, NULL },
732};
733
734static const value_string x11_enum_xkb_IMModsWhich[] = {
735 { 0, NULL },
736};
737
738static const value_string x11_enum_xkb_LedClass[] = {
739 { 0, "KbdFeedbackClass" },
740 { 4, "LedFeedbackClass" },
741 { 768, "DfltXIClass" },
742 { 1280, "AllXIClasses" },
743 { 0, NULL },
744};
745
746static const value_string x11_enum_xkb_ID[] = {
747 { 256, "UseCoreKbd" },
748 { 512, "UseCorePtr" },
749 { 768, "DfltXIClass" },
750 { 1024, "DfltXIId" },
751 { 1280, "AllXIClass" },
752 { 1536, "AllXIId" },
753 { 65280, "XINone" },
754 { 0, NULL },
755};
756
757static const value_string x11_enum_xkb_SAType[] = {
758 { 0, "NoAction" },
759 { 1, "SetMods" },
760 { 2, "LatchMods" },
761 { 3, "LockMods" },
762 { 4, "SetGroup" },
763 { 5, "LatchGroup" },
764 { 6, "LockGroup" },
765 { 7, "MovePtr" },
766 { 8, "PtrBtn" },
767 { 9, "LockPtrBtn" },
768 { 10, "SetPtrDflt" },
769 { 11, "ISOLock" },
770 { 12, "Terminate" },
771 { 13, "SwitchScreen" },
772 { 14, "SetControls" },
773 { 15, "LockControls" },
774 { 16, "ActionMessage" },
775 { 17, "RedirectKey" },
776 { 18, "DeviceBtn" },
777 { 19, "LockDeviceBtn" },
778 { 20, "DeviceValuator" },
779 { 0, NULL },
780};
781
782static const value_string x11_enum_xkb_SAValWhat[] = {
783 { 0, "IgnoreVal" },
784 { 1, "SetValMin" },
785 { 2, "SetValCenter" },
786 { 3, "SetValMax" },
787 { 4, "SetValRelative" },
788 { 5, "SetValAbsolute" },
789 { 0, NULL },
790};
791
792static const value_string x11_enum_xkb_SymInterpretMatch[] = {
793 { 0, "NoneOf" },
794 { 1, "AnyOfOrNone" },
795 { 2, "AnyOf" },
796 { 3, "AllOf" },
797 { 4, "Exactly" },
798 { 0, NULL },
799};
800
801static const value_string x11_enum_xkb_Group[] = {
802 { 0, "1" },
803 { 1, "2" },
804 { 2, "3" },
805 { 3, "4" },
806 { 0, NULL },
807};
808
809static const value_string x11_enum_xkb_BellClassResult[] = {
810 { 0, "KbdFeedbackClass" },
811 { 5, "BellFeedbackClass" },
812 { 0, NULL },
813};
814
815static const value_string x11_enum_xkb_LedClassResult[] = {
816 { 0, "KbdFeedbackClass" },
817 { 4, "LedFeedbackClass" },
818 { 0, NULL },
819};
820
821static const value_string x11_enum_xv_ImageFormatInfoType[] = {
822 { 0, "RGB" },
823 { 1, "YUV" },
824 { 0, NULL },
825};
826
827static const value_string x11_enum_xproto_ImageOrder[] = {
828 { 0, "LSBFirst" },
829 { 1, "MSBFirst" },
830 { 0, NULL },
831};
832
833static const value_string x11_enum_xv_ImageFormatInfoFormat[] = {
834 { 0, "Packed" },
835 { 1, "Planar" },
836 { 0, NULL },
837};
838
839static const value_string x11_enum_xv_ScanlineOrder[] = {
840 { 0, "TopToBottom" },
841 { 1, "BottomToTop" },
842 { 0, NULL },
843};
844
845static const value_string x11_enum_xv_GrabPortStatus[] = {
846 { 0, "Success" },
847 { 1, "BadExtension" },
848 { 2, "AlreadyGrabbed" },
849 { 3, "InvalidTime" },
850 { 4, "BadReply" },
851 { 5, "BadAlloc" },
852 { 0, NULL },
853};
854
Definition value_string.h:25