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 */
5 * Copyright 2008, 2009, 2013, 2014 Open Text Corporation <pharris[AT]opentext.com>
7 * Wireshark - Network traffic analyzer
8 * By Gerald Combs <gerald[AT]wireshark.org>
9 * Copyright 1998 Gerald Combs
11 * SPDX-License-Identifier: GPL-2.0-or-later
14 static const value_string x11_enum_render_PictType
[] = {
20 static const value_string x11_enum_composite_Redirect
[] = {
26 static const value_string x11_enum_damage_ReportLevel
[] = {
27 { 0, "RawRectangles" },
28 { 1, "DeltaRectangles" },
34 static const value_string x11_enum_xfixes_Region
[] = {
39 static const value_string x11_enum_dbe_SwapAction
[] = {
47 static const value_string x11_enum_dpms_DPMSMode
[] = {
55 static const value_string x11_enum_dri2_Attachment
[] = {
56 { 0, "BufferFrontLeft" },
57 { 1, "BufferBackLeft" },
58 { 2, "BufferFrontRight" },
59 { 3, "BufferBackRight" },
61 { 5, "BufferStencil" },
63 { 7, "BufferFakeFrontLeft" },
64 { 8, "BufferFakeFrontRight" },
65 { 9, "BufferDepthStencil" },
70 static const value_string x11_enum_dri2_DriverType
[] = {
76 static const value_string x11_enum_randr_Connection
[] = {
78 { 1, "Disconnected" },
83 static const value_string x11_enum_render_SubPixel
[] = {
85 { 1, "HorizontalRGB" },
86 { 2, "HorizontalBGR" },
93 static const value_string x11_enum_xproto_Property
[] = {
99 static const value_string x11_enum_sync_VALUETYPE
[] = {
105 static const value_string x11_enum_sync_TESTTYPE
[] = {
106 { 0, "PositiveTransition" },
107 { 1, "NegativeTransition" },
108 { 2, "PositiveComparison" },
109 { 3, "NegativeComparison" },
113 static const value_string x11_enum_present_CompleteKind
[] = {
119 static const value_string x11_enum_present_CompleteMode
[] = {
123 { 3, "SuboptimalCopy" },
127 static const value_string x11_enum_randr_SetConfig
[] = {
129 { 1, "InvalidConfigTime" },
130 { 2, "InvalidTime" },
135 static const value_string x11_enum_xproto_PropMode
[] = {
142 static const value_string x11_enum_xproto_GetPropertyType
[] = {
147 static const value_string x11_enum_xproto_Atom
[] = {
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" },
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" },
182 { 34, "WM_COMMAND" },
184 { 36, "WM_CLIENT_MACHINE" },
185 { 37, "WM_ICON_NAME" },
186 { 38, "WM_ICON_SIZE" },
188 { 40, "WM_NORMAL_HINTS" },
189 { 41, "WM_SIZE_HINTS" },
190 { 42, "WM_ZOOM_HINTS" },
192 { 44, "NORM_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" },
205 { 57, "QUAD_WIDTH" },
207 { 59, "POINT_SIZE" },
208 { 60, "RESOLUTION" },
212 { 64, "FAMILY_NAME" },
214 { 66, "CAP_HEIGHT" },
216 { 68, "WM_TRANSIENT_FOR" },
220 static const value_string x11_enum_randr_Notify
[] = {
222 { 1, "OutputChange" },
223 { 2, "OutputProperty" },
224 { 3, "ProviderChange" },
225 { 4, "ProviderProperty" },
226 { 5, "ResourceChange" },
231 static const value_string x11_enum_render_Repeat
[] = {
239 static const value_string x11_enum_xproto_SubwindowMode
[] = {
240 { 0, "ClipByChildren" },
241 { 1, "IncludeInferiors" },
245 static const value_string x11_enum_render_PolyEdge
[] = {
251 static const value_string x11_enum_render_PolyMode
[] = {
257 static const value_string x11_enum_render_PictOp
[] = {
262 { 4, "OverReverse" },
268 { 10, "AtopReverse" },
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" },
301 { 53, "ColorDodge" },
305 { 57, "Difference" },
308 { 60, "HSLSaturation" },
310 { 62, "HSLLuminosity" },
314 static const value_string x11_enum_render_Picture
[] = {
319 static const value_string x11_enum_screensaver_Kind
[] = {
326 static const value_string x11_enum_xproto_WindowClass
[] = {
327 { 0, "CopyFromParent" },
328 { 1, "InputOutput" },
333 static const value_string x11_enum_xproto_BackPixmap
[] = {
335 { 1, "ParentRelative" },
339 static const value_string x11_enum_xproto_Pixmap
[] = {
344 static const value_string x11_enum_xproto_Gravity
[] = {
359 static const value_string x11_enum_xproto_BackingStore
[] = {
366 static const value_string x11_enum_xproto_Colormap
[] = {
371 static const value_string x11_enum_xproto_Cursor
[] = {
376 static const value_string x11_enum_shape_SO
[] = {
385 static const value_string x11_enum_shape_SK
[] = {
392 static const value_string x11_enum_xproto_ClipOrdering
[] = {
400 static const value_string x11_enum_sync_ALARMSTATE
[] = {
407 static const value_string x11_enum_xfixes_SaveSetMode
[] = {
413 static const value_string x11_enum_xfixes_SaveSetTarget
[] = {
419 static const value_string x11_enum_xfixes_SaveSetMapping
[] = {
425 static const value_string x11_enum_xfixes_CursorNotify
[] = {
426 { 0, "DisplayCursor" },
430 static const value_string x11_enum_xinput_DeviceUse
[] = {
432 { 1, "IsXKeyboard" },
433 { 2, "IsXExtensionDevice" },
434 { 3, "IsXExtensionKeyboard" },
435 { 4, "IsXExtensionPointer" },
439 static const value_string x11_enum_xinput_InputClass
[] = {
450 static const value_string x11_enum_xinput_ValuatorMode
[] = {
456 static const value_string x11_enum_xproto_GrabStatus
[] = {
458 { 1, "AlreadyGrabbed" },
459 { 2, "InvalidTime" },
460 { 3, "NotViewable" },
465 static const value_string x11_enum_xinput_PropagateMode
[] = {
467 { 1, "DeleteFromList" },
471 static const value_string x11_enum_xproto_Time
[] = {
472 { 0, "CurrentTime" },
476 static const value_string x11_enum_xproto_GrabMode
[] = {
482 static const value_string x11_enum_xinput_ModifierDevice
[] = {
483 { 255, "UseXKeyboard" },
487 static const value_string x11_enum_xproto_Grab
[] = {
492 static const value_string x11_enum_xinput_DeviceInputMode
[] = {
493 { 0, "AsyncThisDevice" },
494 { 1, "SyncThisDevice" },
495 { 2, "ReplayThisDevice" },
496 { 3, "AsyncOtherDevices" },
502 static const value_string x11_enum_xproto_InputFocus
[] = {
504 { 1, "PointerRoot" },
506 { 3, "FollowKeyboard" },
510 static const value_string x11_enum_xinput_FeedbackClass
[] = {
520 static const value_string x11_enum_xproto_MappingStatus
[] = {
527 static const value_string x11_enum_xinput_DeviceControl
[] = {
536 static const value_string x11_enum_xinput_PropertyFormat
[] = {
543 static const value_string x11_enum_xinput_Device
[] = {
549 static const value_string x11_enum_xinput_HierarchyChangeType
[] = {
551 { 2, "RemoveMaster" },
552 { 3, "AttachSlave" },
553 { 4, "DetachSlave" },
557 static const value_string x11_enum_xinput_ChangeMode
[] = {
563 static const value_string x11_enum_xinput_DeviceClassType
[] = {
573 static const value_string x11_enum_xinput_ScrollType
[] = {
579 static const value_string x11_enum_xinput_TouchMode
[] = {
585 static const value_string x11_enum_xinput_DeviceType
[] = {
586 { 1, "MasterPointer" },
587 { 2, "MasterKeyboard" },
588 { 3, "SlavePointer" },
589 { 4, "SlaveKeyboard" },
590 { 5, "FloatingSlave" },
594 static const value_string x11_enum_xinput_GrabOwner
[] = {
600 static const value_string x11_enum_xinput_EventMode
[] = {
601 { 0, "AsyncDevice" },
603 { 2, "ReplayDevice" },
604 { 3, "AsyncPairedDevice" },
607 { 6, "AcceptTouch" },
608 { 7, "RejectTouch" },
612 static const value_string x11_enum_xinput_ModifierMask
[] = {
616 static const value_string x11_enum_xinput_GrabType
[] = {
622 { 5, "GesturePinchBegin" },
623 { 6, "GestureSwipeBegin" },
627 static const value_string x11_enum_xinput_GrabMode22
[] = {
634 static const value_string x11_enum_xproto_Window
[] = {
639 static const value_string x11_enum_xproto_NotifyDetail
[] = {
644 { 4, "NonlinearVirtual" },
646 { 6, "PointerRoot" },
651 static const value_string x11_enum_xproto_NotifyMode
[] = {
655 { 3, "WhileGrabbed" },
659 static const value_string x11_enum_xproto_Mapping
[] = {
666 static const value_string x11_enum_xinput_ChangeDevice
[] = {
668 { 1, "NewKeyboard" },
672 static const value_string x11_enum_xinput_DeviceChange
[] = {
677 { 4, "Unrecoverable" },
678 { 5, "ControlChanged" },
682 static const value_string x11_enum_xinput_ChangeReason
[] = {
683 { 1, "SlaveSwitch" },
684 { 2, "DeviceChange" },
688 static const value_string x11_enum_xinput_NotifyMode
[] = {
692 { 3, "WhileGrabbed" },
693 { 4, "PassiveGrab" },
694 { 5, "PassiveUngrab" },
698 static const value_string x11_enum_xinput_NotifyDetail
[] = {
703 { 4, "NonlinearVirtual" },
705 { 6, "PointerRoot" },
710 static const value_string x11_enum_xinput_PropertyFlag
[] = {
717 static const value_string x11_enum_xinput_TouchOwnershipFlags
[] = {
722 static const value_string x11_enum_xkb_IMFlag
[] = {
726 static const value_string x11_enum_xkb_IMGroupsWhich
[] = {
730 static const value_string x11_enum_xkb_SetOfGroup
[] = {
734 static const value_string x11_enum_xkb_IMModsWhich
[] = {
738 static const value_string x11_enum_xkb_LedClass
[] = {
739 { 0, "KbdFeedbackClass" },
740 { 4, "LedFeedbackClass" },
741 { 768, "DfltXIClass" },
742 { 1280, "AllXIClasses" },
746 static const value_string x11_enum_xkb_ID
[] = {
747 { 256, "UseCoreKbd" },
748 { 512, "UseCorePtr" },
749 { 768, "DfltXIClass" },
750 { 1024, "DfltXIId" },
751 { 1280, "AllXIClass" },
757 static const value_string x11_enum_xkb_SAType
[] = {
768 { 10, "SetPtrDflt" },
771 { 13, "SwitchScreen" },
772 { 14, "SetControls" },
773 { 15, "LockControls" },
774 { 16, "ActionMessage" },
775 { 17, "RedirectKey" },
777 { 19, "LockDeviceBtn" },
778 { 20, "DeviceValuator" },
782 static const value_string x11_enum_xkb_SAValWhat
[] = {
785 { 2, "SetValCenter" },
787 { 4, "SetValRelative" },
788 { 5, "SetValAbsolute" },
792 static const value_string x11_enum_xkb_SymInterpretMatch
[] = {
794 { 1, "AnyOfOrNone" },
801 static const value_string x11_enum_xkb_Group
[] = {
809 static const value_string x11_enum_xkb_BellClassResult
[] = {
810 { 0, "KbdFeedbackClass" },
811 { 5, "BellFeedbackClass" },
815 static const value_string x11_enum_xkb_LedClassResult
[] = {
816 { 0, "KbdFeedbackClass" },
817 { 4, "LedFeedbackClass" },
821 static const value_string x11_enum_xv_ImageFormatInfoType
[] = {
827 static const value_string x11_enum_xproto_ImageOrder
[] = {
833 static const value_string x11_enum_xv_ImageFormatInfoFormat
[] = {
839 static const value_string x11_enum_xv_ScanlineOrder
[] = {
840 { 0, "TopToBottom" },
841 { 1, "BottomToTop" },
845 static const value_string x11_enum_xv_GrabPortStatus
[] = {
847 { 1, "BadExtension" },
848 { 2, "AlreadyGrabbed" },
849 { 3, "InvalidTime" },