summaryrefslogtreecommitdiff
path: root/xc/lib/X11/XErrorDB
blob: d2b1fa78fea7565527b13495309d82cb234aa538 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
! $XConsortium: XErrorDB,v 1.25 94/04/13 18:11:43 gildea Exp $
! Copyright 1993 Massachusetts Institute of Technology
!
! Permission to use, copy, modify, distribute, and sell this software and
! its documentation for any purpose is hereby granted without fee, provided
! that the above copyright notice appear in all copies and that both that
! copyright notice and this permission notice appear in supporting
! documentation, and that the name of M.I.T. not be used in advertising or
! publicity pertaining to distribution of the software without specific,
! written prior permission.  M.I.T. makes no representations about the
! suitability of this software for any purpose.  It is provided "as is"
! without express or implied warranty.
!
! these are used in XGetErrorMessage.
XlibMessage.XError: X Error of failed request
XlibMessage.MajorCode: Major opcode of failed request:  %d
XlibMessage.MinorCode: Minor opcode of failed request:  %d
XlibMessage.ResourceID: Resource id in failed request:  0x%lx
XlibMessage.Value: Value in failed request:  0x%lx
XlibMessage.AtomID: Atom id in failed request:  0x%lx
XlibMessage.ErrorSerial: Serial number of failed request:  %lu
XlibMessage.CurrentSerial: Current serial number in output stream:  %lu
! X request codes.
XRequest.1:X_CreateWindow
XRequest.2:X_ChangeWindowAttributes
XRequest.3:X_GetWindowAttributes
XRequest.4:X_DestroyWindow
XRequest.5:X_DestroySubwindows
XRequest.6:X_ChangeSaveSet
XRequest.7:X_ReparentWindow
XRequest.8:X_MapWindow
XRequest.9:X_MapSubwindows
XRequest.10:X_UnmapWindow
XRequest.11:X_UnmapSubwindows
XRequest.12:X_ConfigureWindow
XRequest.13:X_CirculateWindow
XRequest.14:X_GetGeometry
XRequest.15:X_QueryTree
XRequest.16:X_InternAtom
XRequest.17:X_GetAtomName
XRequest.18:X_ChangeProperty
XRequest.19:X_DeleteProperty
XRequest.20:X_GetProperty
XRequest.21:X_ListProperties
XRequest.22:X_SetSelectionOwner
XRequest.23:X_GetSelectionOwner
XRequest.24:X_ConvertSelection
XRequest.25:X_SendEvent
XRequest.26:X_GrabPointer
XRequest.27:X_UngrabPointer
XRequest.28:X_GrabButton
XRequest.29:X_UngrabButton
XRequest.30:X_ChangeActivePointerGrab
XRequest.31:X_GrabKeyboard
XRequest.32:X_UngrabKeyboard
XRequest.33:X_GrabKey
XRequest.34:X_UngrabKey
XRequest.35:X_AllowEvents
XRequest.36:X_GrabServer
XRequest.37:X_UngrabServer
XRequest.38:X_QueryPointer
XRequest.39:X_GetMotionEvents
XRequest.40:X_TranslateCoords
XRequest.41:X_WarpPointer
XRequest.42:X_SetInputFocus
XRequest.43:X_GetInputFocus
XRequest.44:X_QueryKeymap
XRequest.45:X_OpenFont
XRequest.46:X_CloseFont
XRequest.47:X_QueryFont
XRequest.48:X_QueryTextExtents
XRequest.49:X_ListFonts
XRequest.50:X_ListFontsWithInfo
XRequest.51:X_SetFontPath
XRequest.52:X_GetFontPath
XRequest.53:X_CreatePixmap
XRequest.54:X_FreePixmap
XRequest.55:X_CreateGC
XRequest.56:X_ChangeGC
XRequest.57:X_CopyGC
XRequest.58:X_SetDashes
XRequest.59:X_SetClipRectangles
XRequest.60:X_FreeGC
XRequest.61:X_ClearArea
XRequest.62:X_CopyArea
XRequest.63:X_CopyPlane
XRequest.64:X_PolyPoint
XRequest.65:X_PolyLine
XRequest.66:X_PolySegment
XRequest.67:X_PolyRectangle
XRequest.68:X_PolyArc
XRequest.69:X_FillPoly
XRequest.70:X_PolyFillRectangle
XRequest.71:X_PolyFillArc
XRequest.72:X_PutImage
XRequest.73:X_GetImage
XRequest.74:X_PolyText8
XRequest.75:X_PolyText16
XRequest.76:X_ImageText8
XRequest.77:X_ImageText16
XRequest.78:X_CreateColormap
XRequest.79:X_FreeColormap
XRequest.80:X_CopyColormapAndFree
XRequest.81:X_InstallColormap
XRequest.82:X_UninstallColormap
XRequest.83:X_ListInstalledColormaps
XRequest.84:X_AllocColor
XRequest.85:X_AllocNamedColor
XRequest.86:X_AllocColorCells
XRequest.87:X_AllocColorPlanes
XRequest.88:X_FreeColors
XRequest.89:X_StoreColors
XRequest.90:X_StoreNamedColor
XRequest.91:X_QueryColors
XRequest.92:X_LookupColor
XRequest.93:X_CreateCursor
XRequest.94:X_CreateGlyphCursor
XRequest.95:X_FreeCursor
XRequest.96:X_RecolorCursor
XRequest.97:X_QueryBestSize
XRequest.98:X_QueryExtension
XRequest.99:X_ListExtensions
XRequest.100:X_ChangeKeyboardMapping
XRequest.101:X_GetKeyboardMapping
XRequest.102:X_ChangeKeyboardControl
XRequest.103:X_GetKeyboardControl
XRequest.104:X_Bell
XRequest.105:X_ChangePointerControl
XRequest.106:X_GetPointerControl
XRequest.107:X_SetScreenSaver
XRequest.108:X_GetScreenSaver
XRequest.109:X_ChangeHosts
XRequest.110:X_ListHosts
XRequest.111:X_SetAccessControl
XRequest.112:X_SetCloseDownMode
XRequest.113:X_KillClient
XRequest.114:X_RotateProperties
XRequest.115:X_ForceScreenSaver
XRequest.116:X_SetPointerMapping
XRequest.117:X_GetPointerMapping
XRequest.118:X_SetModifierMapping
XRequest.119:X_GetModifierMapping
XRequest.127:X_NoOperation
! X Error Codes
XProtoError.0: unknown error code 0
XProtoError.1: BadRequest (invalid request code or no such operation)
XProtoError.2: BadValue (integer parameter out of range for operation)
XProtoError.3: BadWindow (invalid Window parameter)
XProtoError.4: BadPixmap (invalid Pixmap parameter)
XProtoError.5: BadAtom (invalid Atom parameter)
XProtoError.6: BadCursor (invalid Cursor parameter)
XProtoError.7: BadFont (invalid Font parameter)
XProtoError.8: BadMatch (invalid parameter attributes)
XProtoError.9: BadDrawable (invalid Pixmap or Window parameter)
XProtoError.10: BadAccess (attempt to access private resource denied)
XProtoError.11: BadAlloc (insufficient resources for operation)
XProtoError.12: BadColor (invalid Colormap parameter)
XProtoError.13: BadGC (invalid GC parameter)
XProtoError.14: BadIDChoice (invalid resource ID chosen for this connection)
XProtoError.15: BadName (named color or font does not exist)
XProtoError.16: BadLength (poly request too large or internal Xlib length error)
XProtoError.17: BadImplementation (server does not implement operation)
! Multi-Buffering extension, a draft X Consortium standard
XRequest.Multi-Buffering.0: X_MbufGetBufferVersion
XRequest.Multi-Buffering.1: X_MbufCreateImageBuffers
XRequest.Multi-Buffering.2: X_MbufDestroyImageBuffers
XRequest.Multi-Buffering.3: X_MbufDisplayImageBuffers
XRequest.Multi-Buffering.4: X_MbufSetMultiBufferAttributes
XRequest.Multi-Buffering.5: X_MbufGetMultiBufferAttributes
XRequest.Multi-Buffering.6: X_MbufSetBufferAttributes
XRequest.Multi-Buffering.7: X_MbufGetBufferAttributes
XRequest.Multi-Buffering.8: X_MbufGetBufferInfo
XRequest.Multi-Buffering.9: X_MbufCreateStereoWindow
XProtoError.Multi-Buffering.0: BadBuffer (invalid Buffer parameter)
XlibMessage.Multi-Buffering.0: Buffer id in failed request:  0x%lx
! SHAPE extension, an X Consortium standard
XRequest.SHAPE.0: X_ShapeQueryVersion
XRequest.SHAPE.1: X_ShapeRectangles
XRequest.SHAPE.2: X_ShapeMask
XRequest.SHAPE.3: X_ShapeCombine
XRequest.SHAPE.4: X_ShapeOffset
XRequest.SHAPE.5: X_ShapeQueryExtents
XRequest.SHAPE.6: X_ShapeSelectInput
XRequest.SHAPE.7: X_ShapeInputSelected
XRequest.SHAPE.8: X_ShapeGetRectangles
! Input extension, a draft X Consortium standard
XRequest.XInputExtension.1:X_GetExtensionVersion
XRequest.XInputExtension.2:X_ListInputDevices
XRequest.XInputExtension.3:X_OpenDevice
XRequest.XInputExtension.4:X_CloseDevice
XRequest.XInputExtension.5:X_SetDeviceMode
XRequest.XInputExtension.6:X_SelectExtensionEvent
XRequest.XInputExtension.7:X_GetSelectedExtensionEvents
XRequest.XInputExtension.8:X_ChangeDeviceDontPropagateList
XRequest.XInputExtension.9:X_GetDeviceDontPropagateList
XRequest.XInputExtension.10:X_GetDeviceMotionEvents
XRequest.XInputExtension.11:X_ChangeKeyboardDevice
XRequest.XInputExtension.12:X_ChangePointerDevice
XRequest.XInputExtension.13:X_GrabDevice
XRequest.XInputExtension.14:X_UngrabDevice
XRequest.XInputExtension.15:X_GrabDeviceKey
XRequest.XInputExtension.16:X_UngrabDeviceKey
XRequest.XInputExtension.17:X_GrabDeviceButton
XRequest.XInputExtension.18:X_UngrabDeviceButton
XRequest.XInputExtension.19:X_AllowDeviceEvents
XRequest.XInputExtension.20:X_GetDeviceFocus
XRequest.XInputExtension.21:X_SetDeviceFocus
XRequest.XInputExtension.22:X_GetFeedbackControl
XRequest.XInputExtension.23:X_ChangeFeedbackControl
XRequest.XInputExtension.24:X_GetDeviceKeyMapping
XRequest.XInputExtension.25:X_ChangeDeviceKeyMapping
XRequest.XInputExtension.26:X_GetDeviceModifierMapping
XRequest.XInputExtension.27:X_SetDeviceModifierMapping
XRequest.XInputExtension.28:X_GetDeviceButtonMapping
XRequest.XInputExtension.29:X_SetDeviceButtonMapping
XRequest.XInputExtension.30:X_QueryDeviceState
XRequest.XInputExtension.31:X_SendExtensionEvent
XRequest.XInputExtension.32:X_DeviceBell
XRequest.XInputExtension.33:X_SetDeviceValuators
XRequest.XInputExtension.34:X_GetDeviceControl
XRequest.XInputExtension.35:X_ChangeDeviceControl
! MIT-SHM extension, experimental, not an X Consortium standard
XRequest.MIT-SHM.0: X_ShmQueryVersion
XRequest.MIT-SHM.1: X_ShmAttach
XRequest.MIT-SHM.2: X_ShmDetach
XRequest.MIT-SHM.3: X_ShmPutImage
XRequest.MIT-SHM.4: X_ShmGetImage
XRequest.MIT-SHM.5: X_ShmCreatePixmap
XProtoError.MIT-SHM.0: BadShmSeg (invalid shared segment parameter)
XlibMessage.MIT-SHM.0: Segment id in failed request:  0x%lx
! MIT-SUNDRY-NONSTANDARD extension, definitely not an X Consortium standard
XRequest.MIT-SUNDRY-NONSTANDARD.0: X_MITSetBugMode
XRequest.MIT-SUNDRY-NONSTANDARD.1: X_MITGetBugMode
! X3D-PEX extension
XRequest.X3D-PEX.1: PEX_GetExtensionInfo
XRequest.X3D-PEX.2: PEX_GetEnumeratedTypeInfo
XRequest.X3D-PEX.3: PEX_GetImpDepConstants
XRequest.X3D-PEX.4: PEX_CreateLookupTable
XRequest.X3D-PEX.5: PEX_CopyLookupTable
XRequest.X3D-PEX.6: PEX_FreeLookupTable
XRequest.X3D-PEX.7: PEX_GetTableInfo
XRequest.X3D-PEX.8: PEX_GetPredefinedEntries
XRequest.X3D-PEX.9: PEX_GetDefinedIndices
XRequest.X3D-PEX.10: PEX_GetTableEntry
XRequest.X3D-PEX.11: PEX_GetTableEntries
XRequest.X3D-PEX.12: PEX_SetTableEntries
XRequest.X3D-PEX.13: PEX_DeleteTableEntries
XRequest.X3D-PEX.14: PEX_CreatePipelineContext
XRequest.X3D-PEX.15: PEX_CopyPipelineContext
XRequest.X3D-PEX.16: PEX_FreePipelineContext
XRequest.X3D-PEX.17: PEX_GetPipelineContext
XRequest.X3D-PEX.18: PEX_ChangePipelineContext
XRequest.X3D-PEX.19: PEX_CreateRenderer
XRequest.X3D-PEX.20: PEX_FreeRenderer
XRequest.X3D-PEX.21: PEX_ChangeRenderer
XRequest.X3D-PEX.22: PEX_GetRendererAttributes
XRequest.X3D-PEX.23: PEX_GetRendererDynamics
XRequest.X3D-PEX.24: PEX_BeginRendering
XRequest.X3D-PEX.25: PEX_EndRendering
XRequest.X3D-PEX.26: PEX_BeginStructure
XRequest.X3D-PEX.27: PEX_EndStructure
XRequest.X3D-PEX.28: PEX_RenderOutputCommands
XRequest.X3D-PEX.29: PEX_RenderNetwork
XRequest.X3D-PEX.30: PEX_CreateStructure
XRequest.X3D-PEX.31: PEX_CopyStructure
XRequest.X3D-PEX.32: PEX_DestroyStructures
XRequest.X3D-PEX.33: PEX_GetStructureInfo
XRequest.X3D-PEX.34: PEX_GetElementInfo
XRequest.X3D-PEX.35: PEX_GetStructuresInNetwork
XRequest.X3D-PEX.36: PEX_GetAncestors
XRequest.X3D-PEX.37: PEX_GetDescendants
XRequest.X3D-PEX.38: PEX_FetchElements
XRequest.X3D-PEX.39: PEX_SetEditingMode
XRequest.X3D-PEX.40: PEX_SetElementPointer
XRequest.X3D-PEX.41: PEX_SetElementPointerAtLabel
XRequest.X3D-PEX.42: PEX_ElementSearch
XRequest.X3D-PEX.43: PEX_StoreElements
XRequest.X3D-PEX.44: PEX_DeleteElements
XRequest.X3D-PEX.45: PEX_DeleteElementsToLabel
XRequest.X3D-PEX.46: PEX_DeleteBetweenLabels
XRequest.X3D-PEX.47: PEX_CopyElements
XRequest.X3D-PEX.48: PEX_ChangeStructureRefs
XRequest.X3D-PEX.49: PEX_CreateNameSet
XRequest.X3D-PEX.50: PEX_CopyNameSet
XRequest.X3D-PEX.51: PEX_FreeNameSet
XRequest.X3D-PEX.52: PEX_GetNameSet
XRequest.X3D-PEX.53: PEX_ChangeNameSet
XRequest.X3D-PEX.54: PEX_CreateSearchContext
XRequest.X3D-PEX.55: PEX_CopySearchContext
XRequest.X3D-PEX.56: PEX_FreeSearchContext
XRequest.X3D-PEX.57: PEX_GetSearchContext
XRequest.X3D-PEX.58: PEX_ChangeSearchContext
XRequest.X3D-PEX.59: PEX_SearchNetwork
XRequest.X3D-PEX.60: PEX_CreatePhigsWks
XRequest.X3D-PEX.61: PEX_FreePhigsWks
XRequest.X3D-PEX.62: PEX_GetWksInfo
XRequest.X3D-PEX.63: PEX_GetDynamics
XRequest.X3D-PEX.64: PEX_GetViewRep
XRequest.X3D-PEX.65: PEX_RedrawAllStructures
XRequest.X3D-PEX.66: PEX_UpdateWorkstation
XRequest.X3D-PEX.67: PEX_RedrawClipRegion
XRequest.X3D-PEX.68: PEX_ExecuteDeferredActions
XRequest.X3D-PEX.69: PEX_SetViewPriority
XRequest.X3D-PEX.70: PEX_SetDisplayUpdateMode
XRequest.X3D-PEX.71: PEX_MapDCtoWC
XRequest.X3D-PEX.72: PEX_MapWCtoDC
XRequest.X3D-PEX.73: PEX_SetViewRep
XRequest.X3D-PEX.74: PEX_SetWksWindow
XRequest.X3D-PEX.75: PEX_SetWksViewport
XRequest.X3D-PEX.76: PEX_SetHlhsrMode
XRequest.X3D-PEX.77: PEX_SetWksBufferMode
XRequest.X3D-PEX.78: PEX_PostStructure
XRequest.X3D-PEX.79: PEX_UnpostStructure
XRequest.X3D-PEX.80: PEX_UnpostAllStructures
XRequest.X3D-PEX.81: PEX_GetWksPostings
XRequest.X3D-PEX.82: PEX_GetPickDevice
XRequest.X3D-PEX.83: PEX_ChangePickDevice
XRequest.X3D-PEX.84: PEX_CreatePickMeasure
XRequest.X3D-PEX.85: PEX_FreePickMeasure
XRequest.X3D-PEX.86: PEX_GetPickMeasure
XRequest.X3D-PEX.87: PEX_UpdatePickMeasure
XRequest.X3D-PEX.88: PEX_OpenFont
XRequest.X3D-PEX.89: PEX_CloseFont
XRequest.X3D-PEX.90: PEX_QueryFont
XRequest.X3D-PEX.91: PEX_ListFonts
XRequest.X3D-PEX.92: PEX_ListFontsWithInfo
XRequest.X3D-PEX.93: PEX_QueryTextExtents
XRequest.X3D-PEX.94: PEX_MatchRenderingTargets
XRequest.X3D-PEX.95: PEX_Escape
XRequest.X3D-PEX.96: PEX_EscapeWithReply
XRequest.X3D-PEX.97: PEX_RenderElements
XRequest.X3D-PEX.98: PEX_AccumulateState
XRequest.X3D-PEX.99: PEX_BeginPickOne
XRequest.X3D-PEX.100: PEX_EndPickOne
XRequest.X3D-PEX.101: PEX_PickOne
XRequest.X3D-PEX.102: PEX_BeginPickAll
XRequest.X3D-PEX.103: PEX_EndPickAll
XRequest.X3D-PEX.104: PEX_PickAll
XProtoError.X3D-PEX.0: PEXColorTypeError
XlibMessage.X3D-PEX.0: Color type in failed request:  0x%lx
XProtoError.X3D-PEX.1: PEXRendererStateError
XlibMessage.X3D-PEX.1: Renderer id in failed request:  0x%lx
XProtoError.X3D-PEX.2: PEXFloatingPointFormatError
XlibMessage.X3D-PEX.2: Format in failed request:  0x%lx
XProtoError.X3D-PEX.3: PEXLabelError
XlibMessage.X3D-PEX.3: Label in failed request:  0x%lx
XProtoError.X3D-PEX.4: PEXLookupTableError
XlibMessage.X3D-PEX.4: Table id in failed request:  0x%lx
XProtoError.X3D-PEX.5: PEXNameSetError
XlibMessage.X3D-PEX.5: Nameset in failed request:  0x%lx
XProtoError.X3D-PEX.6: PEXPathError
XlibMessage.X3D-PEX.6: Path id in failed request:  0x%lx
XProtoError.X3D-PEX.7: PEXFontError
XlibMessage.X3D-PEX.7: Font id in failed request:  0x%lx
XProtoError.X3D-PEX.8: PEXPhigsWksError
XlibMessage.X3D-PEX.8: Workstation id in failed request:  0x%lx
XProtoError.X3D-PEX.9: PEXPickMeasureError
XlibMessage.X3D-PEX.9: Device id in failed request:  0x%lx
XProtoError.X3D-PEX.10: PEXPipelineContextError
XlibMessage.X3D-PEX.10: Context id in failed request:  0x%lx
XProtoError.X3D-PEX.11: PEXRendererError
XlibMessage.X3D-PEX.11: Renderer id in failed request:  0x%lx
XProtoError.X3D-PEX.12: PEXSearchContextError
XlibMessage.X3D-PEX.12: Context id in failed request:  0x%lx
XProtoError.X3D-PEX.13: PEXStructureError
XlibMessage.X3D-PEX.13: Structure id in failed request:  0x%lx
XProtoError.X3D-PEX.14: PEXOutputCommandError
XlibMessage.X3D-PEX.14: Resource id in failed request:  0x%lx
! XTEST extension
XRequest.XTEST.0: X_XTestGetVersion
XRequest.XTEST.1: X_XTestCompareCursor
XRequest.XTEST.2: X_XTestFakeInput
! BIG-REQUESTS extension
XRequest.BIG-REQUESTS.0: X_BigReqEnable
! XIE extension
XRequest.XIE.1: XIE_QueryImageExtension
XRequest.XIE.2: XIE_QueryTechniques
XRequest.XIE.3: XIE_CreateColorList
XRequest.XIE.4: XIE_DestroyColorList
XRequest.XIE.5: XIE_PurgeColorList
XRequest.XIE.6: XIE_QueryColorList
XRequest.XIE.7: XIE_CreateLUT
XRequest.XIE.8: XIE_DestroyLUT
XRequest.XIE.9: XIE_CreatePhotomap
XRequest.XIE.10: XIE_DestroyPhotomap
XRequest.XIE.11: XIE_QueryPhotomap
XRequest.XIE.12: XIE_CreateROI
XRequest.XIE.13: XIE_DestroyROI
XRequest.XIE.14: XIE_CreatePhotospace
XRequest.XIE.15: XIE_DestroyPhotospace
XRequest.XIE.16: XIE_ExecuteImmediate
XRequest.XIE.17: XIE_CreatePhotoflo
XRequest.XIE.18: XIE_DestroyPhotoflo
XRequest.XIE.19: XIE_ExecutePhotoflo
XRequest.XIE.20: XIE_ModifyPhotoflo
XRequest.XIE.21: XIE_RedefinePhotoflo
XRequest.XIE.22: XIE_PutClientData
XRequest.XIE.23: XIE_GetClientData
XRequest.XIE.24: XIE_QueryPhotoflo
XRequest.XIE.25: XIE_Await
XRequest.XIE.26: XIE_Abort
XProtoError.XIE.0: XIE_ColorListError
XlibMessage.XIE.0: ColorList in failed request:  0x%lx
XProtoError.XIE.1: XIE_LUTError
XlibMessage.XIE.1: LUT in failed request:  0x%lx
XProtoError.XIE.2: XIE_PhotofloError
XlibMessage.XIE.2: Photoflo in failed request:  0x%lx
XProtoError.XIE.3: XIE_PhotomapError
XlibMessage.XIE.3: Photomap in failed request:  0x%lx
XProtoError.XIE.4: XIE_PhotospaceError
XlibMessage.XIE.4: Photospace in failed request:  0x%lx
XProtoError.XIE.5: XIE_ROIError
XlibMessage.XIE.5: ROI in failed request:  0x%lx
XProtoError.XIE.6: XIE_FloError
XlibMessage.XIE.6: Photoflo in failed request:  0x%lx
! SYNC extension
XRequest.SYNC.0: X_SyncInitialize
XRequest.SYNC.1: X_SyncListSystemCounters
XRequest.SYNC.2: X_SyncCreateCounter
XRequest.SYNC.3: X_SyncSetCounter
XRequest.SYNC.4: X_SyncChangeCounter
XRequest.SYNC.5: X_SyncQueryCounter
XRequest.SYNC.6: X_SyncDestroyCounter
XRequest.SYNC.7: X_SyncAwait
XRequest.SYNC.8: X_SyncCreateAlarm
XRequest.SYNC.9: X_SyncChangeAlarm
XRequest.SYNC.10: X_SyncQueryAlarm
XRequest.SYNC.11: X_SyncDestroyAlarm
XRequest.SYNC.12: X_SyncSetPriority
XRequest.SYNC.13: X_SyncGetPriority
XProtoError.SYNC.0: XSyncBadCounter
XlibMessage.SYNC.0: Counter in failed request:  0x%lx
XProtoError.SYNC.1: XSyncBadAlarm
XlibMessage.SYNC.1: Alarm in failed request:  0x%lx
! XKB extension
XRequest.XKEYBOARD.0: XkbUseExtension
XRequest.XKEYBOARD.1: XkbSelectEvents
XRequest.XKEYBOARD.2: XkbSendEvent
XRequest.XKEYBOARD.3: XkbBell
XRequest.XKEYBOARD.4: XkbGetState
XRequest.XKEYBOARD.5: XkbLatchLockState
XRequest.XKEYBOARD.6: XkbGetControls
XRequest.XKEYBOARD.7: XkbSetControls
XRequest.XKEYBOARD.8: XkbGetMap
XRequest.XKEYBOARD.9: XkbSetMap
XRequest.XKEYBOARD.10: XkbGetCompatMap
XRequest.XKEYBOARD.11: XkbSetCompatMap
XRequest.XKEYBOARD.12: XkbGetIndicatorState
XRequest.XKEYBOARD.13: XkbGetIndicatorMap
XRequest.XKEYBOARD.14: XkbSetIndicatorMap
XRequest.XKEYBOARD.15: XkbGetNames
XRequest.XKEYBOARD.16: XkbSetNames
XRequest.XKEYBOARD.17: XkbListAlternateSyms
XRequest.XKEYBOARD.18: XkbGetAlternateSyms
XRequest.XKEYBOARD.19: XkbSetAlternateSyms
XRequest.XKEYBOARD.20: XkbGetGeometry
XRequest.XKEYBOARD.21: XkbSetGeometry
XRequest.XKEYBOARD.101: XkbSetDebuggingFlags
XProtoError.XKEYBOARD.0: XkbBadKeyboard
XlibMessage.XKEYBOARD.0: Device id in failed request:  0x%lx
! GLX extension for OpenGL, an OpenGL Architectural Review Board standard
! GLX Commands
XRequest.GLX.7: X_GLXQueryVersion
XRequest.GLX.3: X_GLXCreateContext
XRequest.GLX.4: X_GLXDestroyContext
XRequest.GLX.5: X_GLXMakeCurrent
XRequest.GLX.6: X_GLXIsDirect
XRequest.GLX.10: X_GLXCopyContext
XRequest.GLX.8: X_GLXWaitGL
XRequest.GLX.9: X_GLXWaitX
XRequest.GLX.11: X_GLXSwapBuffers
XRequest.GLX.12: X_GLXUseXFont
XRequest.GLX.13: X_GLXCreateGLXPixmap
XRequest.GLX.15: X_GLXDestroyGLXPixmap
XRequest.GLX.14: X_GLXGetVisualConfigs
XRequest.GLX.16: X_GLXVendorPrivate
XRequest.GLX.17: X_GLXVendorPrivateWithReply
! GL Non-rendering Commands
XRequest.GLX.103: X_GLXDeleteLists
XRequest.GLX.102: X_GLXEndList
XRequest.GLX.105: X_GLXFeedbackBuffer
XRequest.GLX.108: X_GLXFinish
XRequest.GLX.142: X_GLXFlush
XRequest.GLX.104: X_GLXGenLists
XRequest.GLX.112: X_GLXGetBooleanv
XRequest.GLX.113: X_GLXGetClipPlane
XRequest.GLX.114: X_GLXGetDoublev
XRequest.GLX.115: X_GLXGetError
XRequest.GLX.116: X_GLXGetFloatv
XRequest.GLX.117: X_GLXGetIntegerv
XRequest.GLX.118: X_GLXGetLightfv
XRequest.GLX.119: X_GLXGetLightiv
XRequest.GLX.120: X_GLXGetMapdv
XRequest.GLX.121: X_GLXGetMapfv
XRequest.GLX.122: X_GLXGetMapiv
XRequest.GLX.123: X_GLXGetMaterialfv
XRequest.GLX.124: X_GLXGetMaterialiv
XRequest.GLX.125: X_GLXGetPixelfv
XRequest.GLX.126: X_GLXGetPixelMapuiv
XRequest.GLX.127: X_GLXGetPixelMapusv
XRequest.GLX.129: X_GLXGetString
XRequest.GLX.130: X_GLXGetTexEnvfv
XRequest.GLX.131: X_GLXGetTexEnviv
XRequest.GLX.132: X_GLXGetTexGendv
XRequest.GLX.133: X_GLXGetTexGenfv
XRequest.GLX.134: X_GLXGetTexGeniv
XRequest.GLX.138: X_GLXGetTexLevelParameterfv
XRequest.GLX.139: X_GLXGetTexLevelParameteriv
XRequest.GLX.136: X_GLXGetTexParameterfv
XRequest.GLX.137: X_GLXGetTexParameteriv
XRequest.GLX.140: X_GLXIsEnabled
XRequest.GLX.141: X_GLXIsList
XRequest.GLX.101: X_GLXNewList
XRequest.GLX.109: X_GLXPixelStoref
XRequest.GLX.110: X_GLXPixelStorei
XRequest.GLX.107: X_GLXRenderMode
XRequest.GLX.106: X_GLXSelectBuffer
! GL Non-rendering Commands That Return Pixel Data
XRequest.GLX.128: X_GLXGetPolygonStipple
XRequest.GLX.135: X_GLXGetTexImage
XRequest.GLX.111: X_GLXReadPixels
! GL Rendering Commands
XRequest.GLX.1: X_GLXRender
XRequest.GLX.2: X_GLXRenderLarge
! GLX Errors
XProtoError.GLX.0: GLXBadContext
XProtoError.GLX.1: GLXBadContextState
XProtoError.GLX.2: GLXBadDrawable
XProtoError.GLX.3: GLXBadPixmap
XProtoError.GLX.4: GLXBadContextTag
XProtoError.GLX.5: GLXBadCurrentWindow
XProtoError.GLX.6: GLXBadRenderRequest
XProtoError.GLX.7: GLXBadLargeRequest
XProtoError.GLX.8: GLXUnsupportedPrivateRequest
! XC-MISC extension
XRequest.XC-MISC.0: XCMiscGetVersion
XRequest.XC-MISC.1: XCMiscGetXIDRange
! RECORD extension
XRequest.RECORD.0: XRecordQueryVersion
XRequest.RECORD.1: XRecordCreateConfig
XRequest.RECORD.2: XRecordFreeConfig
XRequest.RECORD.3: XRecordChangeConfig
XRequest.RECORD.4: XRecordGetConfig
XRequest.RECORD.5: XRecordEnableConfig
XRequest.RECORD.6: XRecordDisableConfig
XProtoError.RECORD.0: XRecordBadConfiguration