1 /* Do not modify this file. */
2 /* It was automatically generated by ../../tools/process-x11-xcb.pl
3 using xcbproto version 1.8-2-gc0d65da */
7 * Copyright 2008, 2009 Open Text Corporation <pharris[AT]opentext.com>
9 * Wireshark - Network traffic analyzer
10 * By Gerald Combs <gerald[AT]wireshark.org>
11 * Copyright 1998 Gerald Combs
13 * This program is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
23 * You should have received a copy of the GNU General Public License along
24 * with this program; if not, write to the Free Software Foundation, Inc.,
25 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
28 static const value_string x11_enum_render_PictType
[] = {
34 static const value_string x11_enum_composite_Redirect
[] = {
40 static const value_string x11_enum_damage_ReportLevel
[] = {
41 { 0, "RawRectangles" },
42 { 1, "DeltaRectangles" },
48 static const value_string x11_enum_xfixes_Region
[] = {
53 static const value_string x11_enum_dpms_DPMSMode
[] = {
61 static const value_string x11_enum_dri2_Attachment
[] = {
62 { 0, "BufferFrontLeft" },
63 { 1, "BufferBackLeft" },
64 { 2, "BufferFrontRight" },
65 { 3, "BufferBackRight" },
67 { 5, "BufferStencil" },
69 { 7, "BufferFakeFrontLeft" },
70 { 8, "BufferFakeFrontRight" },
71 { 9, "BufferDepthStencil" },
76 static const value_string x11_enum_dri2_DriverType
[] = {
82 static const value_string x11_enum_dri2_EventType
[] = {
83 { 1, "ExchangeComplete" },
84 { 2, "BlitComplete" },
85 { 3, "FlipComplete" },
89 static const value_string x11_enum_randr_SetConfig
[] = {
91 { 1, "InvalidConfigTime" },
97 static const value_string x11_enum_render_SubPixel
[] = {
99 { 1, "HorizontalRGB" },
100 { 2, "HorizontalBGR" },
101 { 3, "VerticalRGB" },
102 { 4, "VerticalBGR" },
107 static const value_string x11_enum_randr_Connection
[] = {
109 { 1, "Disconnected" },
114 static const value_string x11_enum_xproto_PropMode
[] = {
121 static const value_string x11_enum_xproto_GetPropertyType
[] = {
126 static const value_string x11_enum_xproto_Atom
[] = {
136 { 9, "CUT_BUFFER0" },
137 { 10, "CUT_BUFFER1" },
138 { 11, "CUT_BUFFER2" },
139 { 12, "CUT_BUFFER3" },
140 { 13, "CUT_BUFFER4" },
141 { 14, "CUT_BUFFER5" },
142 { 15, "CUT_BUFFER6" },
143 { 16, "CUT_BUFFER7" },
150 { 23, "RESOURCE_MANAGER" },
151 { 24, "RGB_COLOR_MAP" },
152 { 25, "RGB_BEST_MAP" },
153 { 26, "RGB_BLUE_MAP" },
154 { 27, "RGB_DEFAULT_MAP" },
155 { 28, "RGB_GRAY_MAP" },
156 { 29, "RGB_GREEN_MAP" },
157 { 30, "RGB_RED_MAP" },
161 { 34, "WM_COMMAND" },
163 { 36, "WM_CLIENT_MACHINE" },
164 { 37, "WM_ICON_NAME" },
165 { 38, "WM_ICON_SIZE" },
167 { 40, "WM_NORMAL_HINTS" },
168 { 41, "WM_SIZE_HINTS" },
169 { 42, "WM_ZOOM_HINTS" },
171 { 44, "NORM_SPACE" },
174 { 47, "SUPERSCRIPT_X" },
175 { 48, "SUPERSCRIPT_Y" },
176 { 49, "SUBSCRIPT_X" },
177 { 50, "SUBSCRIPT_Y" },
178 { 51, "UNDERLINE_POSITION" },
179 { 52, "UNDERLINE_THICKNESS" },
180 { 53, "STRIKEOUT_ASCENT" },
181 { 54, "STRIKEOUT_DESCENT" },
182 { 55, "ITALIC_ANGLE" },
184 { 57, "QUAD_WIDTH" },
186 { 59, "POINT_SIZE" },
187 { 60, "RESOLUTION" },
191 { 64, "FAMILY_NAME" },
193 { 66, "CAP_HEIGHT" },
195 { 68, "WM_TRANSIENT_FOR" },
199 static const value_string x11_enum_xproto_Property
[] = {
205 static const value_string x11_enum_randr_Notify
[] = {
207 { 1, "OutputChange" },
208 { 2, "OutputProperty" },
212 static const value_string x11_enum_render_PictOp
[] = {
217 { 4, "OverReverse" },
223 { 10, "AtopReverse" },
227 { 16, "DisjointClear" },
228 { 17, "DisjointSrc" },
229 { 18, "DisjointDst" },
230 { 19, "DisjointOver" },
231 { 20, "DisjointOverReverse" },
232 { 21, "DisjointIn" },
233 { 22, "DisjointInReverse" },
234 { 23, "DisjointOut" },
235 { 24, "DisjointOutReverse" },
236 { 25, "DisjointAtop" },
237 { 26, "DisjointAtopReverse" },
238 { 27, "DisjointXor" },
239 { 32, "ConjointClear" },
240 { 33, "ConjointSrc" },
241 { 34, "ConjointDst" },
242 { 35, "ConjointOver" },
243 { 36, "ConjointOverReverse" },
244 { 37, "ConjointIn" },
245 { 38, "ConjointInReverse" },
246 { 39, "ConjointOut" },
247 { 40, "ConjointOutReverse" },
248 { 41, "ConjointAtop" },
249 { 42, "ConjointAtopReverse" },
250 { 43, "ConjointXor" },
256 { 53, "ColorDodge" },
260 { 57, "Difference" },
263 { 60, "HSLSaturation" },
265 { 62, "HSLLuminosity" },
269 static const value_string x11_enum_render_Picture
[] = {
274 static const value_string x11_enum_shape_SK
[] = {
281 static const value_string x11_enum_shape_SO
[] = {
290 static const value_string x11_enum_xproto_ClipOrdering
[] = {
298 static const value_string x11_enum_xproto_Pixmap
[] = {
303 static const value_string x11_enum_sync_VALUETYPE
[] = {
309 static const value_string x11_enum_sync_TESTTYPE
[] = {
310 { 0, "PositiveTransition" },
311 { 1, "NegativeTransition" },
312 { 2, "PositiveComparison" },
313 { 3, "NegativeComparison" },
317 static const value_string x11_enum_sync_ALARMSTATE
[] = {
324 static const value_string x11_enum_xfixes_SaveSetMode
[] = {
330 static const value_string x11_enum_xfixes_SaveSetTarget
[] = {
336 static const value_string x11_enum_xfixes_SaveSetMapping
[] = {
342 static const value_string x11_enum_xfixes_SelectionEvent
[] = {
343 { 0, "SetSelectionOwner" },
344 { 1, "SelectionWindowDestroy" },
345 { 2, "SelectionClientClose" },
349 static const value_string x11_enum_xfixes_CursorNotify
[] = {
350 { 0, "DisplayCursor" },
354 static const value_string x11_enum_xinput_DeviceUse
[] = {
356 { 1, "IsXKeyboard" },
357 { 2, "IsXExtensionDevice" },
358 { 3, "IsXExtensionKeyboard" },
359 { 4, "IsXExtensionPointer" },
363 static const value_string x11_enum_xinput_InputClass
[] = {
374 static const value_string x11_enum_xinput_ValuatorMode
[] = {
380 static const value_string x11_enum_xproto_GrabStatus
[] = {
382 { 1, "AlreadyGrabbed" },
383 { 2, "InvalidTime" },
384 { 3, "NotViewable" },
389 static const value_string x11_enum_xinput_PropagateMode
[] = {
391 { 1, "DeleteFromList" },
395 static const value_string x11_enum_xproto_Time
[] = {
396 { 0, "CurrentTime" },
400 static const value_string x11_enum_xproto_GrabMode
[] = {
406 static const value_string x11_enum_xproto_Grab
[] = {
411 static const value_string x11_enum_xinput_DeviceInputMode
[] = {
412 { 0, "AsyncThisDevice" },
413 { 1, "SyncThisDevice" },
414 { 2, "ReplayThisDevice" },
415 { 3, "AsyncOtherDevices" },
421 static const value_string x11_enum_xproto_InputFocus
[] = {
423 { 1, "PointerRoot" },
425 { 3, "FollowKeyboard" },
429 static const value_string x11_enum_xproto_MappingStatus
[] = {
436 static const value_string x11_enum_xproto_Window
[] = {
441 static const value_string x11_enum_xproto_NotifyDetail
[] = {
446 { 4, "NonlinearVirtual" },
448 { 6, "PointerRoot" },
453 static const value_string x11_enum_xproto_NotifyMode
[] = {
457 { 3, "WhileGrabbed" },
461 static const value_string x11_enum_xkb_AXFBOpt
[] = {
465 static const value_string x11_enum_xkb_AXSKOpt
[] = {
469 static const value_string x11_enum_xkb_IMFlag
[] = {
473 static const value_string x11_enum_xkb_IMGroupsWhich
[] = {
477 static const value_string x11_enum_xkb_SetOfGroup
[] = {
481 static const value_string x11_enum_xkb_IMModsWhich
[] = {
485 static const value_string x11_enum_xkb_BoolCtrl
[] = {
489 static const value_string x11_enum_xkb_DoodadType
[] = {
498 static const value_string x11_enum_xkb_LedClass
[] = {
499 { 768, "DfltXIClass" },
500 { 1280, "AllXIClasses" },
504 static const value_string x11_enum_xkb_ID
[] = {
505 { 256, "UseCoreKbd" },
506 { 512, "UseCorePtr" },
507 { 768, "DfltXIClass" },
508 { 1024, "DfltXIId" },
509 { 1280, "AllXIClass" },
515 static const value_string x11_enum_xkb_SAType
[] = {
526 { 10, "SetPtrDflt" },
529 { 13, "SwitchScreen" },
530 { 14, "SetControls" },
531 { 15, "LockControls" },
532 { 16, "ActionMessage" },
533 { 17, "RedirectKey" },
535 { 19, "LockDeviceBtn" },
536 { 20, "DeviceValuator" },
540 static const value_string x11_enum_xkb_SAValWhat
[] = {
543 { 2, "SetValCenter" },
545 { 4, "SetValRelative" },
546 { 5, "SetValAbsolute" },
550 static const value_string x11_enum_xkb_EventType
[] = {
554 static const value_string x11_enum_xkb_MapPart
[] = {
558 static const value_string x11_enum_xkb_Group
[] = {
566 static const value_string x11_enum_xkb_BellClassResult
[] = {
567 { 0, "KbdFeedbackClass" },
568 { 5, "BellFeedbackClass" },
572 static const value_string x11_enum_xkb_LedClassResult
[] = {
573 { 0, "KbdFeedbackClass" },
574 { 4, "LedFeedbackClass" },
578 static const value_string x11_enum_xv_ImageFormatInfoType
[] = {
584 static const value_string x11_enum_xproto_ImageOrder
[] = {
590 static const value_string x11_enum_xv_ImageFormatInfoFormat
[] = {
596 static const value_string x11_enum_xv_ScanlineOrder
[] = {
597 { 0, "TopToBottom" },
598 { 1, "BottomToTop" },
602 static const value_string x11_enum_xv_VideoNotifyReason
[] = {
611 static const value_string x11_enum_xv_GrabPortStatus
[] = {
613 { 1, "BadExtension" },
614 { 2, "AlreadyGrabbed" },
615 { 3, "InvalidTime" },