HACK: 2nd try to match RowsetProperties
[wireshark-wip.git] / epan / dissectors / x11-enum.h
blobfd2d05969ba228060783e18202f0f72e8b9ce858
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 */
4 /* $Id$ */
6 /*
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[] = {
29 { 0, "Indexed" },
30 { 1, "Direct" },
31 { 0, NULL },
34 static const value_string x11_enum_composite_Redirect[] = {
35 { 0, "Automatic" },
36 { 1, "Manual" },
37 { 0, NULL },
40 static const value_string x11_enum_damage_ReportLevel[] = {
41 { 0, "RawRectangles" },
42 { 1, "DeltaRectangles" },
43 { 2, "BoundingBox" },
44 { 3, "NonEmpty" },
45 { 0, NULL },
48 static const value_string x11_enum_xfixes_Region[] = {
49 { 0, "None" },
50 { 0, NULL },
53 static const value_string x11_enum_dpms_DPMSMode[] = {
54 { 0, "On" },
55 { 1, "Standby" },
56 { 2, "Suspend" },
57 { 3, "Off" },
58 { 0, NULL },
61 static const value_string x11_enum_dri2_Attachment[] = {
62 { 0, "BufferFrontLeft" },
63 { 1, "BufferBackLeft" },
64 { 2, "BufferFrontRight" },
65 { 3, "BufferBackRight" },
66 { 4, "BufferDepth" },
67 { 5, "BufferStencil" },
68 { 6, "BufferAccum" },
69 { 7, "BufferFakeFrontLeft" },
70 { 8, "BufferFakeFrontRight" },
71 { 9, "BufferDepthStencil" },
72 { 10, "BufferHiz" },
73 { 0, NULL },
76 static const value_string x11_enum_dri2_DriverType[] = {
77 { 0, "DRI" },
78 { 1, "VDPAU" },
79 { 0, NULL },
82 static const value_string x11_enum_dri2_EventType[] = {
83 { 1, "ExchangeComplete" },
84 { 2, "BlitComplete" },
85 { 3, "FlipComplete" },
86 { 0, NULL },
89 static const value_string x11_enum_randr_SetConfig[] = {
90 { 0, "Success" },
91 { 1, "InvalidConfigTime" },
92 { 2, "InvalidTime" },
93 { 3, "Failed" },
94 { 0, NULL },
97 static const value_string x11_enum_render_SubPixel[] = {
98 { 0, "Unknown" },
99 { 1, "HorizontalRGB" },
100 { 2, "HorizontalBGR" },
101 { 3, "VerticalRGB" },
102 { 4, "VerticalBGR" },
103 { 5, "None" },
104 { 0, NULL },
107 static const value_string x11_enum_randr_Connection[] = {
108 { 0, "Connected" },
109 { 1, "Disconnected" },
110 { 2, "Unknown" },
111 { 0, NULL },
114 static const value_string x11_enum_xproto_PropMode[] = {
115 { 0, "Replace" },
116 { 1, "Prepend" },
117 { 2, "Append" },
118 { 0, NULL },
121 static const value_string x11_enum_xproto_GetPropertyType[] = {
122 { 0, "Any" },
123 { 0, NULL },
126 static const value_string x11_enum_xproto_Atom[] = {
127 { 0, "Any" },
128 { 1, "PRIMARY" },
129 { 2, "SECONDARY" },
130 { 3, "ARC" },
131 { 4, "ATOM" },
132 { 5, "BITMAP" },
133 { 6, "CARDINAL" },
134 { 7, "COLORMAP" },
135 { 8, "CURSOR" },
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" },
144 { 17, "DRAWABLE" },
145 { 18, "FONT" },
146 { 19, "INTEGER" },
147 { 20, "PIXMAP" },
148 { 21, "POINT" },
149 { 22, "RECTANGLE" },
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" },
158 { 31, "STRING" },
159 { 32, "VISUALID" },
160 { 33, "WINDOW" },
161 { 34, "WM_COMMAND" },
162 { 35, "WM_HINTS" },
163 { 36, "WM_CLIENT_MACHINE" },
164 { 37, "WM_ICON_NAME" },
165 { 38, "WM_ICON_SIZE" },
166 { 39, "WM_NAME" },
167 { 40, "WM_NORMAL_HINTS" },
168 { 41, "WM_SIZE_HINTS" },
169 { 42, "WM_ZOOM_HINTS" },
170 { 43, "MIN_SPACE" },
171 { 44, "NORM_SPACE" },
172 { 45, "MAX_SPACE" },
173 { 46, "END_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" },
183 { 56, "X_HEIGHT" },
184 { 57, "QUAD_WIDTH" },
185 { 58, "WEIGHT" },
186 { 59, "POINT_SIZE" },
187 { 60, "RESOLUTION" },
188 { 61, "COPYRIGHT" },
189 { 62, "NOTICE" },
190 { 63, "FONT_NAME" },
191 { 64, "FAMILY_NAME" },
192 { 65, "FULL_NAME" },
193 { 66, "CAP_HEIGHT" },
194 { 67, "WM_CLASS" },
195 { 68, "WM_TRANSIENT_FOR" },
196 { 0, NULL },
199 static const value_string x11_enum_xproto_Property[] = {
200 { 0, "NewValue" },
201 { 1, "Delete" },
202 { 0, NULL },
205 static const value_string x11_enum_randr_Notify[] = {
206 { 0, "CrtcChange" },
207 { 1, "OutputChange" },
208 { 2, "OutputProperty" },
209 { 0, NULL },
212 static const value_string x11_enum_render_PictOp[] = {
213 { 0, "Clear" },
214 { 1, "Src" },
215 { 2, "Dst" },
216 { 3, "Over" },
217 { 4, "OverReverse" },
218 { 5, "In" },
219 { 6, "InReverse" },
220 { 7, "Out" },
221 { 8, "OutReverse" },
222 { 9, "Atop" },
223 { 10, "AtopReverse" },
224 { 11, "Xor" },
225 { 12, "Add" },
226 { 13, "Saturate" },
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" },
251 { 48, "Multiply" },
252 { 49, "Screen" },
253 { 50, "Overlay" },
254 { 51, "Darken" },
255 { 52, "Lighten" },
256 { 53, "ColorDodge" },
257 { 54, "ColorBurn" },
258 { 55, "HardLight" },
259 { 56, "SoftLight" },
260 { 57, "Difference" },
261 { 58, "Exclusion" },
262 { 59, "HSLHue" },
263 { 60, "HSLSaturation" },
264 { 61, "HSLColor" },
265 { 62, "HSLLuminosity" },
266 { 0, NULL },
269 static const value_string x11_enum_render_Picture[] = {
270 { 0, "None" },
271 { 0, NULL },
274 static const value_string x11_enum_shape_SK[] = {
275 { 0, "Bounding" },
276 { 1, "Clip" },
277 { 2, "Input" },
278 { 0, NULL },
281 static const value_string x11_enum_shape_SO[] = {
282 { 0, "Set" },
283 { 1, "Union" },
284 { 2, "Intersect" },
285 { 3, "Subtract" },
286 { 4, "Invert" },
287 { 0, NULL },
290 static const value_string x11_enum_xproto_ClipOrdering[] = {
291 { 0, "Unsorted" },
292 { 1, "YSorted" },
293 { 2, "YXSorted" },
294 { 3, "YXBanded" },
295 { 0, NULL },
298 static const value_string x11_enum_xproto_Pixmap[] = {
299 { 0, "None" },
300 { 0, NULL },
303 static const value_string x11_enum_sync_VALUETYPE[] = {
304 { 0, "Absolute" },
305 { 1, "Relative" },
306 { 0, NULL },
309 static const value_string x11_enum_sync_TESTTYPE[] = {
310 { 0, "PositiveTransition" },
311 { 1, "NegativeTransition" },
312 { 2, "PositiveComparison" },
313 { 3, "NegativeComparison" },
314 { 0, NULL },
317 static const value_string x11_enum_sync_ALARMSTATE[] = {
318 { 0, "Active" },
319 { 1, "Inactive" },
320 { 2, "Destroyed" },
321 { 0, NULL },
324 static const value_string x11_enum_xfixes_SaveSetMode[] = {
325 { 0, "Insert" },
326 { 1, "Delete" },
327 { 0, NULL },
330 static const value_string x11_enum_xfixes_SaveSetTarget[] = {
331 { 0, "Nearest" },
332 { 1, "Root" },
333 { 0, NULL },
336 static const value_string x11_enum_xfixes_SaveSetMapping[] = {
337 { 0, "Map" },
338 { 1, "Unmap" },
339 { 0, NULL },
342 static const value_string x11_enum_xfixes_SelectionEvent[] = {
343 { 0, "SetSelectionOwner" },
344 { 1, "SelectionWindowDestroy" },
345 { 2, "SelectionClientClose" },
346 { 0, NULL },
349 static const value_string x11_enum_xfixes_CursorNotify[] = {
350 { 0, "DisplayCursor" },
351 { 0, NULL },
354 static const value_string x11_enum_xinput_DeviceUse[] = {
355 { 0, "IsXPointer" },
356 { 1, "IsXKeyboard" },
357 { 2, "IsXExtensionDevice" },
358 { 3, "IsXExtensionKeyboard" },
359 { 4, "IsXExtensionPointer" },
360 { 0, NULL },
363 static const value_string x11_enum_xinput_InputClass[] = {
364 { 0, "Key" },
365 { 1, "Button" },
366 { 2, "Valuator" },
367 { 3, "Feedback" },
368 { 4, "Proximity" },
369 { 5, "Focus" },
370 { 6, "Other" },
371 { 0, NULL },
374 static const value_string x11_enum_xinput_ValuatorMode[] = {
375 { 0, "Relative" },
376 { 1, "Absolute" },
377 { 0, NULL },
380 static const value_string x11_enum_xproto_GrabStatus[] = {
381 { 0, "Success" },
382 { 1, "AlreadyGrabbed" },
383 { 2, "InvalidTime" },
384 { 3, "NotViewable" },
385 { 4, "Frozen" },
386 { 0, NULL },
389 static const value_string x11_enum_xinput_PropagateMode[] = {
390 { 0, "AddToList" },
391 { 1, "DeleteFromList" },
392 { 0, NULL },
395 static const value_string x11_enum_xproto_Time[] = {
396 { 0, "CurrentTime" },
397 { 0, NULL },
400 static const value_string x11_enum_xproto_GrabMode[] = {
401 { 0, "Sync" },
402 { 1, "Async" },
403 { 0, NULL },
406 static const value_string x11_enum_xproto_Grab[] = {
407 { 0, "Any" },
408 { 0, NULL },
411 static const value_string x11_enum_xinput_DeviceInputMode[] = {
412 { 0, "AsyncThisDevice" },
413 { 1, "SyncThisDevice" },
414 { 2, "ReplayThisDevice" },
415 { 3, "AsyncOtherDevices" },
416 { 4, "AsyncAll" },
417 { 5, "SyncAll" },
418 { 0, NULL },
421 static const value_string x11_enum_xproto_InputFocus[] = {
422 { 0, "None" },
423 { 1, "PointerRoot" },
424 { 2, "Parent" },
425 { 3, "FollowKeyboard" },
426 { 0, NULL },
429 static const value_string x11_enum_xproto_MappingStatus[] = {
430 { 0, "Success" },
431 { 1, "Busy" },
432 { 2, "Failure" },
433 { 0, NULL },
436 static const value_string x11_enum_xproto_Window[] = {
437 { 0, "None" },
438 { 0, NULL },
441 static const value_string x11_enum_xproto_NotifyDetail[] = {
442 { 0, "Ancestor" },
443 { 1, "Virtual" },
444 { 2, "Inferior" },
445 { 3, "Nonlinear" },
446 { 4, "NonlinearVirtual" },
447 { 5, "Pointer" },
448 { 6, "PointerRoot" },
449 { 7, "None" },
450 { 0, NULL },
453 static const value_string x11_enum_xproto_NotifyMode[] = {
454 { 0, "Normal" },
455 { 1, "Grab" },
456 { 2, "Ungrab" },
457 { 3, "WhileGrabbed" },
458 { 0, NULL },
461 static const value_string x11_enum_xkb_AXFBOpt[] = {
462 { 0, NULL },
465 static const value_string x11_enum_xkb_AXSKOpt[] = {
466 { 0, NULL },
469 static const value_string x11_enum_xkb_IMFlag[] = {
470 { 0, NULL },
473 static const value_string x11_enum_xkb_IMGroupsWhich[] = {
474 { 0, NULL },
477 static const value_string x11_enum_xkb_SetOfGroup[] = {
478 { 0, NULL },
481 static const value_string x11_enum_xkb_IMModsWhich[] = {
482 { 0, NULL },
485 static const value_string x11_enum_xkb_BoolCtrl[] = {
486 { 0, NULL },
489 static const value_string x11_enum_xkb_DoodadType[] = {
490 { 1, "Outline" },
491 { 2, "Solid" },
492 { 3, "Text" },
493 { 4, "Indicator" },
494 { 5, "Logo" },
495 { 0, NULL },
498 static const value_string x11_enum_xkb_LedClass[] = {
499 { 768, "DfltXIClass" },
500 { 1280, "AllXIClasses" },
501 { 0, NULL },
504 static const value_string x11_enum_xkb_ID[] = {
505 { 256, "UseCoreKbd" },
506 { 512, "UseCorePtr" },
507 { 768, "DfltXIClass" },
508 { 1024, "DfltXIId" },
509 { 1280, "AllXIClass" },
510 { 1536, "AllXIId" },
511 { 65280, "XINone" },
512 { 0, NULL },
515 static const value_string x11_enum_xkb_SAType[] = {
516 { 0, "NoAction" },
517 { 1, "SetMods" },
518 { 2, "LatchMods" },
519 { 3, "LockMods" },
520 { 4, "SetGroup" },
521 { 5, "LatchGroup" },
522 { 6, "LockGroup" },
523 { 7, "MovePtr" },
524 { 8, "PtrBtn" },
525 { 9, "LockPtrBtn" },
526 { 10, "SetPtrDflt" },
527 { 11, "ISOLock" },
528 { 12, "Terminate" },
529 { 13, "SwitchScreen" },
530 { 14, "SetControls" },
531 { 15, "LockControls" },
532 { 16, "ActionMessage" },
533 { 17, "RedirectKey" },
534 { 18, "DeviceBtn" },
535 { 19, "LockDeviceBtn" },
536 { 20, "DeviceValuator" },
537 { 0, NULL },
540 static const value_string x11_enum_xkb_SAValWhat[] = {
541 { 0, "IgnoreVal" },
542 { 1, "SetValMin" },
543 { 2, "SetValCenter" },
544 { 3, "SetValMax" },
545 { 4, "SetValRelative" },
546 { 5, "SetValAbsolute" },
547 { 0, NULL },
550 static const value_string x11_enum_xkb_EventType[] = {
551 { 0, NULL },
554 static const value_string x11_enum_xkb_MapPart[] = {
555 { 0, NULL },
558 static const value_string x11_enum_xkb_Group[] = {
559 { 0, "1" },
560 { 1, "2" },
561 { 2, "3" },
562 { 3, "4" },
563 { 0, NULL },
566 static const value_string x11_enum_xkb_BellClassResult[] = {
567 { 0, "KbdFeedbackClass" },
568 { 5, "BellFeedbackClass" },
569 { 0, NULL },
572 static const value_string x11_enum_xkb_LedClassResult[] = {
573 { 0, "KbdFeedbackClass" },
574 { 4, "LedFeedbackClass" },
575 { 0, NULL },
578 static const value_string x11_enum_xv_ImageFormatInfoType[] = {
579 { 0, "RGB" },
580 { 1, "YUV" },
581 { 0, NULL },
584 static const value_string x11_enum_xproto_ImageOrder[] = {
585 { 0, "LSBFirst" },
586 { 1, "MSBFirst" },
587 { 0, NULL },
590 static const value_string x11_enum_xv_ImageFormatInfoFormat[] = {
591 { 0, "Packed" },
592 { 1, "Planar" },
593 { 0, NULL },
596 static const value_string x11_enum_xv_ScanlineOrder[] = {
597 { 0, "TopToBottom" },
598 { 1, "BottomToTop" },
599 { 0, NULL },
602 static const value_string x11_enum_xv_VideoNotifyReason[] = {
603 { 0, "Started" },
604 { 1, "Stopped" },
605 { 2, "Busy" },
606 { 3, "Preempted" },
607 { 4, "HardError" },
608 { 0, NULL },
611 static const value_string x11_enum_xv_GrabPortStatus[] = {
612 { 0, "Success" },
613 { 1, "BadExtension" },
614 { 2, "AlreadyGrabbed" },
615 { 3, "InvalidTime" },
616 { 4, "BadReply" },
617 { 5, "BadAlloc" },
618 { 0, NULL },