~ubuntu-branches/ubuntu/wily/libx11/wily-proposed

« back to all changes in this revision

Viewing changes to specs/libX11/AppA.xml

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2011-02-24 12:02:14 UTC
  • mfrom: (1.1.12 upstream) (2.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110224120214-a86d0lv48wk8itl6
Tags: 2:1.4.1-5ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Add Latin locale.
  - Add Klingon locale.
  - Add 102_double_arrows_Compose.patch: compose keys for double arrows
    (LP: 680143)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" ?>
 
2
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 
3
          "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
 
4
<appendix id="xlib_functions_and_protocol_requests">
 
5
<title>Xlib Functions and Protocol Requests</title>
 
6
<para>
 
7
This appendix provides two tables that relate to Xlib functions
 
8
and the X protocol.
 
9
The following table lists each Xlib function (in alphabetical order)
 
10
and the corresponding protocol request that it generates.
 
11
</para>
 
12
<table>
 
13
  <title>Protocol requests made by each Xlib function</title>
 
14
  <tgroup cols="2">
 
15
    <thead>
 
16
      <row>
 
17
        <entry>Xlib Function</entry>
 
18
        <entry>Protocol Request</entry>
 
19
      </row>
 
20
    </thead>
 
21
    <tbody>
 
22
      <row>
 
23
        <entry><function>XActivateScreenSaver</function></entry>
 
24
        <entry><systemitem>ForceScreenSaver</systemitem></entry></row>
 
25
      <row>
 
26
        <entry><function>XAddHost</function></entry>
 
27
        <entry><systemitem>ChangeHosts</systemitem></entry>
 
28
      </row>
 
29
      <row>
 
30
        <entry><function>XAddHosts</function></entry>
 
31
        <entry><systemitem>ChangeHosts</systemitem></entry>
 
32
      </row>
 
33
      <row>
 
34
        <entry><function>XAddToSaveSet</function></entry>
 
35
        <entry><systemitem>ChangeSaveSet</systemitem></entry>
 
36
      </row>
 
37
      <row>
 
38
        <entry><function>XAllocColor</function></entry>
 
39
        <entry><systemitem>AllocColor</systemitem></entry>
 
40
      </row>
 
41
      <row>
 
42
        <entry><function>XAllocColorCells</function></entry>
 
43
        <entry><systemitem>AllocColorCells</systemitem></entry>
 
44
      </row>
 
45
      <row>
 
46
        <entry><function>XAllocColorPlanes</function></entry>
 
47
        <entry><systemitem>AllocColorPlanes</systemitem></entry>
 
48
      </row>
 
49
      <row>
 
50
        <entry><function>XAllocNamedColor</function></entry>
 
51
        <entry><systemitem>AllocNamedColor</systemitem></entry>
 
52
      </row>
 
53
      <row>
 
54
        <entry><function>XAllowEvents</function></entry>
 
55
        <entry><systemitem>AllowEvents</systemitem></entry>
 
56
      </row>
 
57
      <row>
 
58
        <entry><function>XAutoRepeatOff</function></entry>
 
59
        <entry><systemitem>ChangeKeyboardControl</systemitem></entry>
 
60
      </row>
 
61
      <row>
 
62
        <entry><function>XAutoRepeatOn</function></entry>
 
63
        <entry><systemitem>ChangeKeyboardControl</systemitem></entry>
 
64
      </row>
 
65
      <row>
 
66
        <entry><function>XBell</function></entry>
 
67
        <entry><systemitem>Bell</systemitem></entry>
 
68
      </row>
 
69
      <row>
 
70
        <entry><function>XChangeActivePointerGrab</function></entry>
 
71
        <entry><systemitem>ChangeActivePointerGrab</systemitem></entry>
 
72
      </row>
 
73
      <row>
 
74
        <entry><function>XChangeGC</function></entry>
 
75
        <entry><systemitem>ChangeGC</systemitem></entry>
 
76
      </row>
 
77
      <row>
 
78
        <entry><function>XChangeKeyboardControl</function></entry>
 
79
        <entry><systemitem>ChangeKeyboardControl</systemitem></entry>
 
80
      </row>
 
81
      <row>
 
82
        <entry><function>XChangeKeyboardMapping</function></entry>
 
83
        <entry><systemitem>ChangeKeyboardMapping</systemitem></entry>
 
84
      </row>
 
85
      <row>
 
86
        <entry><function>XChangePointerControl</function></entry>
 
87
        <entry><systemitem>ChangePointerControl</systemitem></entry>
 
88
      </row>
 
89
      <row>
 
90
        <entry><function>XChangeProperty</function></entry>
 
91
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
92
      </row>
 
93
      <row>
 
94
        <entry><function>XChangeSaveSet</function></entry>
 
95
        <entry><systemitem>ChangeSaveSet</systemitem></entry>
 
96
      </row>
 
97
      <row>
 
98
        <entry><function>XChangeWindowAttributes</function></entry>
 
99
        <entry><systemitem>ChangeWindowAttributes</systemitem></entry>
 
100
      </row>
 
101
      <row>
 
102
        <entry><function>XCirculateSubwindows</function></entry>
 
103
        <entry><systemitem>CirculateWindow</systemitem></entry>
 
104
      </row>
 
105
      <row>
 
106
        <entry><function>XCirculateSubwindowsDown</function></entry>
 
107
        <entry><systemitem>CirculateWindow</systemitem></entry>
 
108
      </row>
 
109
      <row>
 
110
        <entry><function>XCirculateSubwindowsUp</function></entry>
 
111
        <entry><systemitem>CirculateWindow</systemitem></entry>
 
112
      </row>
 
113
      <row>
 
114
        <entry><function>XClearArea</function></entry>
 
115
        <entry><systemitem>ClearArea</systemitem></entry>
 
116
      </row>
 
117
      <row>
 
118
        <entry><function>XClearWindow</function></entry>
 
119
        <entry><systemitem>ClearArea</systemitem></entry>
 
120
      </row>
 
121
      <row>
 
122
        <entry><function>XConfigureWindow</function></entry>
 
123
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
124
      </row>
 
125
      <row>
 
126
        <entry><function>XConvertSelection</function></entry>
 
127
        <entry><systemitem>ConvertSelection</systemitem></entry>
 
128
      </row>
 
129
      <row>
 
130
        <entry><function>XCopyArea</function></entry>
 
131
        <entry><systemitem>CopyArea</systemitem></entry>
 
132
      </row>
 
133
      <row>
 
134
        <entry><function>XCopyColormapAndFree</function></entry>
 
135
        <entry><systemitem>CopyColormapAndFree</systemitem></entry>
 
136
      </row>
 
137
      <row>
 
138
        <entry><function>XCopyGC</function></entry>
 
139
        <entry><systemitem>CopyGC</systemitem></entry>
 
140
      </row>
 
141
      <row>
 
142
        <entry><function>XCopyPlane</function></entry>
 
143
        <entry><systemitem>CopyPlane</systemitem></entry>
 
144
      </row>
 
145
      <row>
 
146
        <entry morerows="3"><function>XCreateBitmapFromData</function></entry>
 
147
        <entry><systemitem>CreateGC</systemitem></entry>
 
148
      </row>
 
149
      <row>
 
150
 
 
151
        <entry><systemitem>CreatePixmap</systemitem></entry>
 
152
      </row>
 
153
      <row>
 
154
 
 
155
        <entry><systemitem>FreeGC</systemitem></entry>
 
156
      </row>
 
157
      <row>
 
158
 
 
159
        <entry><systemitem>PutImage</systemitem></entry>
 
160
      </row>
 
161
      <row>
 
162
        <entry><function>XCreateColormap</function></entry>
 
163
        <entry><systemitem>CreateColormap</systemitem></entry>
 
164
      </row>
 
165
      <row>
 
166
        <entry><function>XCreateFontCursor</function></entry>
 
167
        <entry><systemitem>CreateGlyphCursor</systemitem></entry>
 
168
      </row>
 
169
      <row>
 
170
        <entry><function>XCreateGC</function></entry>
 
171
        <entry><systemitem>CreateGC</systemitem></entry>
 
172
      </row>
 
173
      <row>
 
174
        <entry><function>XCreateGlyphCursor</function></entry>
 
175
        <entry><systemitem>CreateGlyphCursor</systemitem></entry>
 
176
      </row>
 
177
      <row>
 
178
        <entry><function>XCreatePixmap</function></entry>
 
179
        <entry><systemitem>CreatePixmap</systemitem></entry>
 
180
      </row>
 
181
      <row>
 
182
        <entry><function>XCreatePixmapCursor</function></entry>
 
183
        <entry><systemitem>CreateCursor</systemitem></entry>
 
184
      </row>
 
185
      <row>
 
186
        <entry morerows="3"><function>XCreatePixmapFromData</function></entry>
 
187
        <entry><systemitem>CreateGC</systemitem></entry>
 
188
      </row>
 
189
      <row>
 
190
 
 
191
        <entry><systemitem>CreatePixmap</systemitem></entry>
 
192
      </row>
 
193
      <row>
 
194
 
 
195
        <entry><systemitem>FreeGC</systemitem></entry>
 
196
      </row>
 
197
      <row>
 
198
 
 
199
        <entry><systemitem>PutImage</systemitem></entry>
 
200
      </row>
 
201
      <row>
 
202
        <entry><function>XCreateSimpleWindow</function></entry>
 
203
        <entry><systemitem>CreateWindow</systemitem></entry>
 
204
      </row>
 
205
      <row>
 
206
        <entry><function>XCreateWindow</function></entry>
 
207
        <entry><systemitem>CreateWindow</systemitem></entry>
 
208
      </row>
 
209
      <row>
 
210
        <entry><function>XDefineCursor</function></entry>
 
211
        <entry><systemitem>ChangeWindowAttributes</systemitem></entry>
 
212
      </row>
 
213
      <row>
 
214
        <entry><function>XDeleteProperty</function></entry>
 
215
        <entry><systemitem>DeleteProperty</systemitem></entry>
 
216
      </row>
 
217
      <row>
 
218
        <entry><function>XDestroySubwindows</function></entry>
 
219
        <entry><systemitem>DestroySubwindows</systemitem></entry>
 
220
      </row>
 
221
      <row>
 
222
        <entry><function>XDestroyWindow</function></entry>
 
223
        <entry><systemitem>DestroyWindow</systemitem></entry>
 
224
      </row>
 
225
      <row>
 
226
        <entry><function>XDisableAccessControl</function></entry>
 
227
        <entry><systemitem>SetAccessControl</systemitem></entry>
 
228
      </row>
 
229
      <row>
 
230
        <entry><function>XDrawArc</function></entry>
 
231
        <entry><systemitem>PolyArc</systemitem></entry>
 
232
      </row>
 
233
      <row>
 
234
        <entry><function>XDrawArcs</function></entry>
 
235
        <entry><systemitem>PolyArc</systemitem></entry>
 
236
      </row>
 
237
      <row>
 
238
        <entry><function>XDrawImageString</function></entry>
 
239
        <entry><systemitem>ImageText8</systemitem></entry>
 
240
      </row>
 
241
      <row>
 
242
        <entry><function>XDrawImageString16</function></entry>
 
243
        <entry><systemitem>ImageText16</systemitem></entry>
 
244
      </row>
 
245
      <row>
 
246
        <entry><function>XDrawLine</function></entry>
 
247
        <entry><systemitem>PolySegment</systemitem></entry>
 
248
      </row>
 
249
      <row>
 
250
        <entry><function>XDrawLines</function></entry>
 
251
        <entry><systemitem>PolyLine</systemitem></entry>
 
252
      </row>
 
253
      <row>
 
254
        <entry><function>XDrawPoint</function></entry>
 
255
        <entry><systemitem>PolyPoint</systemitem></entry>
 
256
      </row>
 
257
      <row>
 
258
        <entry><function>XDrawPoints</function></entry>
 
259
        <entry><systemitem>PolyPoint</systemitem></entry>
 
260
      </row>
 
261
      <row>
 
262
        <entry><function>XDrawRectangle</function></entry>
 
263
        <entry><systemitem>PolyRectangle</systemitem></entry>
 
264
      </row>
 
265
      <row>
 
266
        <entry><function>XDrawRectangles</function></entry>
 
267
        <entry><systemitem>PolyRectangle</systemitem></entry>
 
268
      </row>
 
269
      <row>
 
270
        <entry><function>XDrawSegments</function></entry>
 
271
        <entry><systemitem>PolySegment</systemitem></entry>
 
272
      </row>
 
273
      <row>
 
274
        <entry><function>XDrawString</function></entry>
 
275
        <entry><systemitem>PolyText8</systemitem></entry>
 
276
      </row>
 
277
      <row>
 
278
        <entry><function>XDrawString16</function></entry>
 
279
        <entry><systemitem>PolyText16</systemitem></entry>
 
280
      </row>
 
281
      <row>
 
282
        <entry><function>XDrawText</function></entry>
 
283
        <entry><systemitem>PolyText8</systemitem></entry>
 
284
      </row>
 
285
      <row>
 
286
        <entry><function>XDrawText16</function></entry>
 
287
        <entry><systemitem>PolyText16</systemitem></entry>
 
288
      </row>
 
289
      <row>
 
290
        <entry><function>XEnableAccessControl</function></entry>
 
291
        <entry><systemitem>SetAccessControl</systemitem></entry>
 
292
      </row>
 
293
      <row>
 
294
        <entry><function>XFetchBytes</function></entry>
 
295
        <entry><systemitem>GetProperty</systemitem></entry>
 
296
      </row>
 
297
      <row>
 
298
        <entry><function>XFetchName</function></entry>
 
299
        <entry><systemitem>GetProperty</systemitem></entry>
 
300
      </row>
 
301
      <row>
 
302
        <entry><function>XFillArc</function></entry>
 
303
        <entry><systemitem>PolyFillArc</systemitem></entry>
 
304
      </row>
 
305
      <row>
 
306
        <entry><function>XFillArcs</function></entry>
 
307
        <entry><systemitem>PolyFillArc</systemitem></entry>
 
308
      </row>
 
309
      <row>
 
310
        <entry><function>XFillPolygon</function></entry>
 
311
        <entry><systemitem>FillPoly</systemitem></entry>
 
312
      </row>
 
313
      <row>
 
314
        <entry><function>XFillRectangle</function></entry>
 
315
        <entry><systemitem>PolyFillRectangle</systemitem></entry>
 
316
      </row>
 
317
      <row>
 
318
        <entry><function>XFillRectangles</function></entry>
 
319
        <entry><systemitem>PolyFillRectangle</systemitem></entry>
 
320
      </row>
 
321
      <row>
 
322
        <entry><function>XForceScreenSaver</function></entry>
 
323
        <entry><systemitem>ForceScreenSaver</systemitem></entry>
 
324
      </row>
 
325
      <row>
 
326
        <entry><function>XFreeColormap</function></entry>
 
327
        <entry><systemitem>FreeColormap</systemitem></entry>
 
328
      </row>
 
329
      <row>
 
330
        <entry><function>XFreeColors</function></entry>
 
331
        <entry><systemitem>FreeColors</systemitem></entry>
 
332
      </row>
 
333
      <row>
 
334
        <entry><function>XFreeCursor</function></entry>
 
335
        <entry><systemitem>FreeCursor</systemitem></entry>
 
336
      </row>
 
337
      <row>
 
338
        <entry><function>XFreeFont</function></entry>
 
339
        <entry><systemitem>CloseFont</systemitem></entry>
 
340
      </row>
 
341
      <row>
 
342
        <entry><function>XFreeGC</function></entry>
 
343
        <entry><systemitem>FreeGC</systemitem></entry>
 
344
      </row>
 
345
      <row>
 
346
        <entry><function>XFreePixmap</function></entry>
 
347
        <entry><systemitem>FreePixmap</systemitem></entry>
 
348
      </row>
 
349
      <row>
 
350
        <entry><function>XGetAtomName</function></entry>
 
351
        <entry><systemitem>GetAtomName</systemitem></entry>
 
352
      </row>
 
353
      <row>
 
354
        <entry><function>XGetClassHint</function></entry>
 
355
        <entry><systemitem>GetProperty</systemitem></entry>
 
356
      </row>
 
357
      <row>
 
358
        <entry><function>XGetFontPath</function></entry>
 
359
        <entry><systemitem>GetFontPath</systemitem></entry>
 
360
      </row>
 
361
      <row>
 
362
        <entry><function>XGetGeometry</function></entry>
 
363
        <entry><systemitem>GetGeometry</systemitem></entry>
 
364
      </row>
 
365
      <row>
 
366
        <entry><function>XGetIconName</function></entry>
 
367
        <entry><systemitem>GetProperty</systemitem></entry>
 
368
      </row>
 
369
      <row>
 
370
        <entry><function>XGetIconSizes</function></entry>
 
371
        <entry><systemitem>GetProperty</systemitem></entry>
 
372
      </row>
 
373
      <row>
 
374
        <entry><function>XGetImage</function></entry>
 
375
        <entry><systemitem>GetImage</systemitem></entry>
 
376
      </row>
 
377
      <row>
 
378
        <entry><function>XGetInputFocus</function></entry>
 
379
        <entry><systemitem>GetInputFocus</systemitem></entry>
 
380
      </row>
 
381
      <row>
 
382
        <entry><function>XGetKeyboardControl</function></entry>
 
383
        <entry><systemitem>GetKeyboardControl</systemitem></entry>
 
384
      </row>
 
385
      <row>
 
386
        <entry><function>XGetKeyboardMapping</function></entry>
 
387
        <entry><systemitem>GetKeyboardMapping</systemitem></entry>
 
388
      </row>
 
389
      <row>
 
390
        <entry><function>XGetModifierMapping</function></entry>
 
391
        <entry><systemitem>GetModifierMapping</systemitem></entry>
 
392
      </row>
 
393
      <row>
 
394
        <entry><function>XGetMotionEvents</function></entry>
 
395
        <entry><systemitem>GetMotionEvents</systemitem></entry>
 
396
      </row>
 
397
      <row>
 
398
        <entry><function>XGetNormalHints</function></entry>
 
399
        <entry><systemitem>GetProperty</systemitem></entry>
 
400
      </row>
 
401
      <row>
 
402
        <entry><function>XGetPointerControl</function></entry>
 
403
        <entry><systemitem>GetPointerControl</systemitem></entry>
 
404
      </row>
 
405
      <row>
 
406
        <entry><function>XGetPointerMapping</function></entry>
 
407
        <entry><systemitem>GetPointerMapping</systemitem></entry>
 
408
      </row>
 
409
      <row>
 
410
        <entry><function>XGetRGBColormaps</function></entry>
 
411
        <entry><systemitem>GetProperty</systemitem></entry>
 
412
      </row>
 
413
      <row>
 
414
        <entry><function>XGetScreenSaver</function></entry>
 
415
        <entry><systemitem>GetScreenSaver</systemitem></entry>
 
416
      </row>
 
417
      <row>
 
418
        <entry><function>XGetSelectionOwner</function></entry>
 
419
        <entry><systemitem>GetSelectionOwner</systemitem></entry>
 
420
      </row>
 
421
      <row>
 
422
        <entry><function>XGetSizeHints</function></entry>
 
423
        <entry><systemitem>GetProperty</systemitem></entry>
 
424
      </row>
 
425
      <row>
 
426
        <entry><function>XGetTextProperty</function></entry>
 
427
        <entry><systemitem>GetProperty</systemitem></entry>
 
428
      </row>
 
429
      <row>
 
430
        <entry><function>XGetTransientForHint</function></entry>
 
431
        <entry><systemitem>GetProperty</systemitem></entry>
 
432
      </row>
 
433
      <row>
 
434
        <entry><function>XGetWMClientMachine</function></entry>
 
435
        <entry><systemitem>GetProperty</systemitem></entry>
 
436
      </row>
 
437
      <row>
 
438
        <entry morerows="1"><function>XGetWMColormapWindows</function></entry>
 
439
        <entry><systemitem>GetProperty</systemitem></entry>
 
440
      </row>
 
441
      <row>
 
442
 
 
443
        <entry><systemitem>InternAtom</systemitem></entry>
 
444
      </row>
 
445
      <row>
 
446
        <entry><function>XGetWMHints</function></entry>
 
447
        <entry><systemitem>GetProperty</systemitem></entry>
 
448
      </row>
 
449
      <row>
 
450
        <entry><function>XGetWMIconName</function></entry>
 
451
        <entry><systemitem>GetProperty</systemitem></entry>
 
452
      </row>
 
453
      <row>
 
454
        <entry><function>XGetWMName</function></entry>
 
455
        <entry><systemitem>GetProperty</systemitem></entry>
 
456
      </row>
 
457
      <row>
 
458
        <entry><function>XGetWMNormalHints</function></entry>
 
459
        <entry><systemitem>GetProperty</systemitem></entry>
 
460
      </row>
 
461
      <row>
 
462
        <entry morerows="1"><function>XGetWMProtocols</function></entry>
 
463
        <entry><systemitem>GetProperty</systemitem></entry>
 
464
      </row>
 
465
      <row>
 
466
 
 
467
        <entry><systemitem>InternAtom</systemitem></entry>
 
468
      </row>
 
469
      <row>
 
470
        <entry><function>XGetWMSizeHints</function></entry>
 
471
        <entry><systemitem>GetProperty</systemitem></entry>
 
472
      </row>
 
473
      <row>
 
474
        <entry morerows="1"><function>XGetWindowAttributes</function></entry>
 
475
        <entry><systemitem>GetWindowAttributes</systemitem></entry>
 
476
      </row>
 
477
      <row>
 
478
 
 
479
        <entry><systemitem>GetGeometry</systemitem></entry>
 
480
      </row>
 
481
      <row>
 
482
        <entry><function>XGetWindowProperty</function></entry>
 
483
        <entry><systemitem>GetProperty</systemitem></entry>
 
484
      </row>
 
485
      <row>
 
486
        <entry><function>XGetZoomHints</function></entry>
 
487
        <entry><systemitem>GetProperty</systemitem></entry>
 
488
      </row>
 
489
      <row>
 
490
        <entry><function>XGrabButton</function></entry>
 
491
        <entry><systemitem>GrabButton</systemitem></entry>
 
492
      </row>
 
493
      <row>
 
494
        <entry><function>XGrabKey</function></entry>
 
495
        <entry><systemitem>GrabKey</systemitem></entry>
 
496
      </row>
 
497
      <row>
 
498
        <entry><function>XGrabKeyboard</function></entry>
 
499
        <entry><systemitem>GrabKeyboard</systemitem></entry>
 
500
      </row>
 
501
      <row>
 
502
        <entry><function>XGrabPointer</function></entry>
 
503
        <entry><systemitem>GrabPointer</systemitem></entry>
 
504
      </row>
 
505
      <row>
 
506
        <entry><function>XGrabServer</function></entry>
 
507
        <entry><systemitem>GrabServer</systemitem></entry>
 
508
      </row>
 
509
      <row>
 
510
        <entry morerows="1"><function>XIconifyWindow</function></entry>
 
511
        <entry><systemitem>InternAtom</systemitem></entry>
 
512
      </row>
 
513
      <row>
 
514
 
 
515
        <entry><systemitem>SendEvent</systemitem></entry>
 
516
      </row>
 
517
      <row>
 
518
        <entry><function>XInitExtension</function></entry>
 
519
        <entry><systemitem>QueryExtension</systemitem></entry>
 
520
      </row>
 
521
      <row>
 
522
        <entry><function>XInstallColormap</function></entry>
 
523
        <entry><systemitem>InstallColormap</systemitem></entry>
 
524
      </row>
 
525
      <row>
 
526
        <entry><function>XInternAtom</function></entry>
 
527
        <entry><systemitem>InternAtom</systemitem></entry>
 
528
      </row>
 
529
      <row>
 
530
        <entry><function>XKillClient</function></entry>
 
531
        <entry><systemitem>KillClient</systemitem></entry>
 
532
      </row>
 
533
      <row>
 
534
        <entry><function>XListExtensions</function></entry>
 
535
        <entry><systemitem>ListExtensions</systemitem></entry>
 
536
      </row>
 
537
      <row>
 
538
        <entry><function>XListFonts</function></entry>
 
539
        <entry><systemitem>ListFonts</systemitem></entry>
 
540
      </row>
 
541
      <row>
 
542
        <entry><function>XListFontsWithInfo</function></entry>
 
543
        <entry><systemitem>ListFontsWithInfo</systemitem></entry>
 
544
      </row>
 
545
      <row>
 
546
        <entry><function>XListHosts</function></entry>
 
547
        <entry><systemitem>ListHosts</systemitem></entry>
 
548
      </row>
 
549
      <row>
 
550
        <entry><function>XListInstalledColormaps</function></entry>
 
551
        <entry><systemitem>ListInstalledColormaps</systemitem></entry>
 
552
      </row>
 
553
      <row>
 
554
        <entry><function>XListProperties</function></entry>
 
555
        <entry><systemitem>ListProperties</systemitem></entry>
 
556
      </row>
 
557
      <row>
 
558
        <entry><function>XLoadFont</function></entry>
 
559
        <entry><systemitem>OpenFont</systemitem></entry>
 
560
      </row>
 
561
      <row>
 
562
        <entry morerows="1"><function>XLoadQueryFont</function></entry>
 
563
        <entry><systemitem>OpenFont</systemitem></entry>
 
564
      </row>
 
565
      <row>
 
566
 
 
567
        <entry><systemitem>QueryFont</systemitem></entry>
 
568
      </row>
 
569
      <row>
 
570
        <entry><function>XLookupColor</function></entry>
 
571
        <entry><systemitem>LookupColor</systemitem></entry>
 
572
      </row>
 
573
      <row>
 
574
        <entry><function>XLowerWindow</function></entry>
 
575
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
576
      </row>
 
577
      <row>
 
578
        <entry morerows="1"><function>XMapRaised</function></entry>
 
579
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
580
      </row>
 
581
      <row>
 
582
 
 
583
        <entry><systemitem>MapWindow</systemitem></entry>
 
584
      </row>
 
585
      <row>
 
586
        <entry><function>XMapSubwindows</function></entry>
 
587
        <entry><systemitem>MapSubwindows</systemitem></entry>
 
588
      </row>
 
589
      <row>
 
590
        <entry><function>XMapWindow</function></entry>
 
591
        <entry><systemitem>MapWindow</systemitem></entry>
 
592
      </row>
 
593
      <row>
 
594
        <entry><function>XMoveResizeWindow</function></entry>
 
595
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
596
      </row>
 
597
      <row>
 
598
        <entry><function>XMoveWindow</function></entry>
 
599
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
600
      </row>
 
601
      <row>
 
602
        <entry><function>XNoOp</function></entry>
 
603
        <entry><systemitem>NoOperation</systemitem></entry>
 
604
      </row>
 
605
      <row>
 
606
        <entry><function>XOpenDisplay</function></entry>
 
607
        <entry><systemitem>CreateGC</systemitem></entry>
 
608
      </row>
 
609
      <row>
 
610
        <entry><function>XParseColor</function></entry>
 
611
        <entry><systemitem>LookupColor</systemitem></entry>
 
612
      </row>
 
613
      <row>
 
614
        <entry><function>XPutImage</function></entry>
 
615
        <entry><systemitem>PutImage</systemitem></entry>
 
616
      </row>
 
617
      <row>
 
618
        <entry><function>XQueryBestCursor</function></entry>
 
619
        <entry><systemitem>QueryBestSize</systemitem></entry>
 
620
      </row>
 
621
      <row>
 
622
        <entry><function>XQueryBestSize</function></entry>
 
623
        <entry><systemitem>QueryBestSize</systemitem></entry>
 
624
      </row>
 
625
      <row>
 
626
        <entry><function>XQueryBestStipple</function></entry>
 
627
        <entry><systemitem>QueryBestSize</systemitem></entry>
 
628
      </row>
 
629
      <row>
 
630
        <entry><function>XQueryBestTile</function></entry>
 
631
        <entry><systemitem>QueryBestSize</systemitem></entry>
 
632
      </row>
 
633
      <row>
 
634
        <entry><function>XQueryColor</function></entry>
 
635
        <entry><systemitem>QueryColors</systemitem></entry>
 
636
      </row>
 
637
      <row>
 
638
        <entry><function>XQueryColors</function></entry>
 
639
        <entry><systemitem>QueryColors</systemitem></entry>
 
640
      </row>
 
641
      <row>
 
642
        <entry><function>XQueryExtension</function></entry>
 
643
        <entry><systemitem>QueryExtension</systemitem></entry>
 
644
      </row>
 
645
      <row>
 
646
        <entry><function>XQueryFont</function></entry>
 
647
        <entry><systemitem>QueryFont</systemitem></entry>
 
648
      </row>
 
649
      <row>
 
650
        <entry><function>XQueryKeymap</function></entry>
 
651
        <entry><systemitem>QueryKeymap</systemitem></entry>
 
652
      </row>
 
653
      <row>
 
654
        <entry><function>XQueryPointer</function></entry>
 
655
        <entry><systemitem>QueryPointer</systemitem></entry>
 
656
      </row>
 
657
      <row>
 
658
        <entry><function>XQueryTextExtents</function></entry>
 
659
        <entry><systemitem>QueryTextExtents</systemitem></entry>
 
660
      </row>
 
661
      <row>
 
662
        <entry><function>XQueryTextExtents16</function></entry>
 
663
        <entry><systemitem>QueryTextExtents</systemitem></entry>
 
664
      </row>
 
665
      <row>
 
666
        <entry><function>XQueryTree</function></entry>
 
667
        <entry><systemitem>QueryTree</systemitem></entry>
 
668
      </row>
 
669
      <row>
 
670
        <entry><function>XRaiseWindow</function></entry>
 
671
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
672
      </row>
 
673
      <row>
 
674
        <entry morerows="3"><function>XReadBitmapFile</function></entry>
 
675
        <entry><systemitem>CreateGC</systemitem></entry>
 
676
      </row>
 
677
      <row>
 
678
 
 
679
        <entry><systemitem>CreatePixmap</systemitem></entry>
 
680
      </row>
 
681
      <row>
 
682
 
 
683
        <entry><systemitem>FreeGC</systemitem></entry>
 
684
      </row>
 
685
      <row>
 
686
 
 
687
        <entry><systemitem>PutImage</systemitem></entry>
 
688
      </row>
 
689
      <row>
 
690
        <entry><function>XRecolorCursor</function></entry>
 
691
        <entry><systemitem>RecolorCursor</systemitem></entry>
 
692
      </row>
 
693
      <row>
 
694
        <entry morerows="1"><function>XReconfigureWMWindow</function></entry>
 
695
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
696
      </row>
 
697
      <row>
 
698
 
 
699
        <entry><systemitem>SendEvent</systemitem></entry>
 
700
      </row>
 
701
      <row>
 
702
        <entry><function>XRemoveFromSaveSet</function></entry>
 
703
        <entry><systemitem>ChangeSaveSet</systemitem></entry>
 
704
      </row>
 
705
      <row>
 
706
        <entry><function>XRemoveHost</function></entry>
 
707
        <entry><systemitem>ChangeHosts</systemitem></entry>
 
708
      </row>
 
709
      <row>
 
710
        <entry><function>XRemoveHosts</function></entry>
 
711
        <entry><systemitem>ChangeHosts</systemitem></entry>
 
712
      </row>
 
713
      <row>
 
714
        <entry><function>XReparentWindow</function></entry>
 
715
        <entry><systemitem>ReparentWindow</systemitem></entry>
 
716
      </row>
 
717
      <row>
 
718
        <entry><function>XResetScreenSaver</function></entry>
 
719
        <entry><systemitem>ForceScreenSaver</systemitem></entry>
 
720
      </row>
 
721
      <row>
 
722
        <entry><function>XResizeWindow</function></entry>
 
723
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
724
      </row>
 
725
      <row>
 
726
        <entry><function>XRestackWindows</function></entry>
 
727
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
728
      </row>
 
729
      <row>
 
730
        <entry><function>XRotateBuffers</function></entry>
 
731
        <entry><systemitem>RotateProperties</systemitem></entry>
 
732
      </row>
 
733
      <row>
 
734
        <entry><function>XRotateWindowProperties</function></entry>
 
735
        <entry><systemitem>RotateProperties</systemitem></entry>
 
736
      </row>
 
737
      <row>
 
738
        <entry><function>XSelectInput</function></entry>
 
739
        <entry><systemitem>ChangeWindowAttributes</systemitem></entry>
 
740
      </row>
 
741
      <row>
 
742
        <entry><function>XSendEvent</function></entry>
 
743
        <entry><systemitem>SendEvent</systemitem></entry>
 
744
      </row>
 
745
      <row>
 
746
        <entry><function>XSetAccessControl</function></entry>
 
747
        <entry><systemitem>SetAccessControl</systemitem></entry>
 
748
      </row>
 
749
      <row>
 
750
        <entry><function>XSetArcMode</function></entry>
 
751
        <entry><systemitem>ChangeGC</systemitem></entry>
 
752
      </row>
 
753
      <row>
 
754
        <entry><function>XSetBackground</function></entry>
 
755
        <entry><systemitem>ChangeGC</systemitem></entry>
 
756
      </row>
 
757
      <row>
 
758
        <entry><function>XSetClassHint</function></entry>
 
759
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
760
      </row>
 
761
      <row>
 
762
        <entry><function>XSetClipMask</function></entry>
 
763
        <entry><systemitem>ChangeGC</systemitem></entry>
 
764
      </row>
 
765
      <row>
 
766
        <entry><function>XSetClipOrigin</function></entry>
 
767
        <entry><systemitem>ChangeGC</systemitem></entry>
 
768
      </row>
 
769
      <row>
 
770
        <entry><function>XSetClipRectangles</function></entry>
 
771
        <entry><systemitem>SetClipRectangles</systemitem></entry>
 
772
      </row>
 
773
      <row>
 
774
        <entry><function>XSetCloseDownMode</function></entry>
 
775
        <entry><systemitem>SetCloseDownMode</systemitem></entry>
 
776
      </row>
 
777
      <row>
 
778
        <entry><function>XSetCommand</function></entry>
 
779
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
780
      </row>
 
781
      <row>
 
782
        <entry><function>XSetDashes</function></entry>
 
783
        <entry><systemitem>SetDashes</systemitem></entry>
 
784
      </row>
 
785
      <row>
 
786
        <entry><function>XSetFillRule</function></entry>
 
787
        <entry><systemitem>ChangeGC</systemitem></entry>
 
788
      </row>
 
789
      <row>
 
790
        <entry><function>XSetFillStyle</function></entry>
 
791
        <entry><systemitem>ChangeGC</systemitem></entry>
 
792
      </row>
 
793
      <row>
 
794
        <entry><function>XSetFont</function></entry>
 
795
        <entry><systemitem>ChangeGC</systemitem></entry>
 
796
      </row>
 
797
      <row>
 
798
        <entry><function>XSetFontPath</function></entry>
 
799
        <entry><systemitem>SetFontPath</systemitem></entry>
 
800
      </row>
 
801
      <row>
 
802
        <entry><function>XSetForeground</function></entry>
 
803
        <entry><systemitem>ChangeGC</systemitem></entry>
 
804
      </row>
 
805
      <row>
 
806
        <entry><function>XSetFunction</function></entry>
 
807
        <entry><systemitem>ChangeGC</systemitem></entry>
 
808
      </row>
 
809
      <row>
 
810
        <entry><function>XSetGraphicsExposures</function></entry>
 
811
        <entry><systemitem>ChangeGC</systemitem></entry>
 
812
      </row>
 
813
      <row>
 
814
        <entry><function>XSetIconName</function></entry>
 
815
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
816
      </row>
 
817
      <row>
 
818
        <entry><function>XSetIconSizes</function></entry>
 
819
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
820
      </row>
 
821
      <row>
 
822
        <entry><function>XSetInputFocus</function></entry>
 
823
        <entry><systemitem>SetInputFocus</systemitem></entry>
 
824
      </row>
 
825
      <row>
 
826
        <entry><function>XSetLineAttributes</function></entry>
 
827
        <entry><systemitem>ChangeGC</systemitem></entry>
 
828
      </row>
 
829
      <row>
 
830
        <entry><function>XSetModifierMapping</function></entry>
 
831
        <entry><systemitem>SetModifierMapping</systemitem></entry>
 
832
      </row>
 
833
      <row>
 
834
        <entry><function>XSetNormalHints</function></entry>
 
835
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
836
      </row>
 
837
      <row>
 
838
        <entry><function>XSetPlaneMask</function></entry>
 
839
        <entry><systemitem>ChangeGC</systemitem></entry>
 
840
      </row>
 
841
      <row>
 
842
        <entry><function>XSetPointerMapping</function></entry>
 
843
        <entry><systemitem>SetPointerMapping</systemitem></entry>
 
844
      </row>
 
845
      <row>
 
846
        <entry><function>XSetRGBColormaps</function></entry>
 
847
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
848
      </row>
 
849
      <row>
 
850
        <entry><function>XSetScreenSaver</function></entry>
 
851
        <entry><systemitem>SetScreenSaver</systemitem></entry>
 
852
      </row>
 
853
      <row>
 
854
        <entry><function>XSetSelectionOwner</function></entry>
 
855
        <entry><systemitem>SetSelectionOwner</systemitem></entry>
 
856
      </row>
 
857
      <row>
 
858
        <entry><function>XSetSizeHints</function></entry>
 
859
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
860
      </row>
 
861
      <row>
 
862
        <entry><function>XSetStandardProperties</function></entry>
 
863
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
864
      </row>
 
865
      <row>
 
866
        <entry><function>XSetState</function></entry>
 
867
        <entry><systemitem>ChangeGC</systemitem></entry>
 
868
      </row>
 
869
      <row>
 
870
        <entry><function>XSetStipple</function></entry>
 
871
        <entry><systemitem>ChangeGC</systemitem></entry>
 
872
      </row>
 
873
      <row>
 
874
        <entry><function>XSetSubwindowMode</function></entry>
 
875
        <entry><systemitem>ChangeGC</systemitem></entry>
 
876
      </row>
 
877
      <row>
 
878
        <entry><function>XSetTextProperty</function></entry>
 
879
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
880
      </row>
 
881
      <row>
 
882
        <entry><function>XSetTile</function></entry>
 
883
        <entry><systemitem>ChangeGC</systemitem></entry>
 
884
      </row>
 
885
      <row>
 
886
        <entry><function>XSetTransientForHint</function></entry>
 
887
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
888
      </row>
 
889
      <row>
 
890
        <entry><function>XSetTSOrigin</function></entry>
 
891
        <entry><systemitem>ChangeGC</systemitem></entry>
 
892
      </row>
 
893
      <row>
 
894
        <entry><function>XSetWMClientMachine</function></entry>
 
895
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
896
      </row>
 
897
      <row>
 
898
        <entry morerows="1"><function>XSetWMColormapWindows</function></entry>
 
899
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
900
      </row>
 
901
      <row>
 
902
 
 
903
        <entry><systemitem>InternAtom</systemitem></entry>
 
904
      </row>
 
905
      <row>
 
906
        <entry><function>XSetWMHints</function></entry>
 
907
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
908
      </row>
 
909
      <row>
 
910
        <entry><function>XSetWMIconName</function></entry>
 
911
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
912
      </row>
 
913
      <row>
 
914
        <entry><function>XSetWMName</function></entry>
 
915
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
916
      </row>
 
917
      <row>
 
918
        <entry><function>XSetWMNormalHints</function></entry>
 
919
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
920
      </row>
 
921
      <row>
 
922
        <entry><function>XSetWMProperties</function></entry>
 
923
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
924
      </row>
 
925
      <row>
 
926
        <entry morerows="1"><function>XSetWMProtocols</function></entry>
 
927
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
928
      </row>
 
929
      <row>
 
930
 
 
931
        <entry><systemitem>InternAtom</systemitem></entry>
 
932
      </row>
 
933
      <row>
 
934
        <entry><function>XSetWMSizeHints</function></entry>
 
935
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
936
      </row>
 
937
      <row>
 
938
        <entry><function>XSetWindowBackground</function></entry>
 
939
        <entry><systemitem>ChangeWindowAttributes</systemitem></entry>
 
940
      </row>
 
941
      <row>
 
942
        <entry><function>XSetWindowBackgroundPixmap</function></entry>
 
943
        <entry><systemitem>ChangeWindowAttributes</systemitem></entry>
 
944
      </row>
 
945
      <row>
 
946
        <entry><function>XSetWindowBorder</function></entry>
 
947
        <entry><systemitem>ChangeWindowAttributes</systemitem></entry>
 
948
      </row>
 
949
      <row>
 
950
        <entry><function>XSetWindowBorderPixmap</function></entry>
 
951
        <entry><systemitem>ChangeWindowAttributes</systemitem></entry>
 
952
      </row>
 
953
      <row>
 
954
        <entry><function>XSetWindowBorderWidth</function></entry>
 
955
        <entry><systemitem>ConfigureWindow</systemitem></entry>
 
956
      </row>
 
957
      <row>
 
958
        <entry><function>XSetWindowColormap</function></entry>
 
959
        <entry><systemitem>ChangeWindowAttributes</systemitem></entry>
 
960
      </row>
 
961
      <row>
 
962
        <entry><function>XSetZoomHints</function></entry>
 
963
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
964
      </row>
 
965
      <row>
 
966
        <entry><function>XStoreBuffer</function></entry>
 
967
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
968
      </row>
 
969
      <row>
 
970
        <entry><function>XStoreBytes</function></entry>
 
971
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
972
      </row>
 
973
      <row>
 
974
        <entry><function>XStoreColor</function></entry>
 
975
        <entry><systemitem>StoreColors</systemitem></entry>
 
976
      </row>
 
977
      <row>
 
978
        <entry><function>XStoreColors</function></entry>
 
979
        <entry><systemitem>StoreColors</systemitem></entry>
 
980
      </row>
 
981
      <row>
 
982
        <entry><function>XStoreName</function></entry>
 
983
        <entry><systemitem>ChangeProperty</systemitem></entry>
 
984
      </row>
 
985
      <row>
 
986
        <entry><function>XStoreNamedColor</function></entry>
 
987
        <entry><systemitem>StoreNamedColor</systemitem></entry>
 
988
      </row>
 
989
      <row>
 
990
        <entry><function>XSync</function></entry>
 
991
        <entry><systemitem>GetInputFocus</systemitem></entry>
 
992
      </row>
 
993
      <row>
 
994
        <entry><function>XSynchronize</function></entry>
 
995
        <entry><systemitem>GetInputFocus</systemitem></entry>
 
996
      </row>
 
997
      <row>
 
998
        <entry><function>XTranslateCoordinates</function></entry>
 
999
        <entry><systemitem>TranslateCoordinates</systemitem></entry>
 
1000
      </row>
 
1001
      <row>
 
1002
        <entry><function>XUndefineCursor</function></entry>
 
1003
        <entry><systemitem>ChangeWindowAttributes</systemitem></entry>
 
1004
      </row>
 
1005
      <row>
 
1006
        <entry><function>XUngrabButton</function></entry>
 
1007
        <entry><systemitem>UngrabButton</systemitem></entry>
 
1008
      </row>
 
1009
      <row>
 
1010
        <entry><function>XUngrabKey</function></entry>
 
1011
        <entry><systemitem>UngrabKey</systemitem></entry>
 
1012
      </row>
 
1013
      <row>
 
1014
        <entry><function>XUngrabKeyboard</function></entry>
 
1015
        <entry><systemitem>UngrabKeyboard</systemitem></entry>
 
1016
      </row>
 
1017
      <row>
 
1018
        <entry><function>XUngrabPointer</function></entry>
 
1019
        <entry><systemitem>UngrabPointer</systemitem></entry>
 
1020
      </row>
 
1021
      <row>
 
1022
        <entry><function>XUngrabServer</function></entry>
 
1023
        <entry><systemitem>UngrabServer</systemitem></entry>
 
1024
      </row>
 
1025
      <row>
 
1026
        <entry><function>XUninstallColormap</function></entry>
 
1027
        <entry><systemitem>UninstallColormap</systemitem></entry>
 
1028
      </row>
 
1029
      <row>
 
1030
        <entry><function>XUnloadFont</function></entry>
 
1031
        <entry><systemitem>CloseFont</systemitem></entry>
 
1032
      </row>
 
1033
      <row>
 
1034
        <entry><function>XUnmapSubwindows</function></entry>
 
1035
        <entry><systemitem>UnmapSubwindows</systemitem></entry>
 
1036
      </row>
 
1037
      <row>
 
1038
        <entry><function>XUnmapWindow</function></entry>
 
1039
        <entry><systemitem>UnmapWindow</systemitem></entry>
 
1040
      </row>
 
1041
      <row>
 
1042
        <entry><function>XWarpPointer</function></entry>
 
1043
        <entry><systemitem>WarpPointer</systemitem></entry>
 
1044
      </row>
 
1045
      <row>
 
1046
        <entry morerows="1"><function>XWithdrawWindow</function></entry>
 
1047
        <entry><systemitem>SendEvent</systemitem></entry>
 
1048
      </row>
 
1049
      <row>
 
1050
 
 
1051
        <entry><systemitem>UnmapWindow</systemitem></entry>
 
1052
      </row>
 
1053
    </tbody>
 
1054
  </tgroup>
 
1055
</table>
 
1056
<para>
 
1057
The following table lists each X protocol request (in alphabetical
 
1058
order) and the Xlib functions that reference it.
 
1059
</para>
 
1060
<table>
 
1061
  <title>Xlib functions which use each Protocol Request</title>
 
1062
  <tgroup cols="2">
 
1063
    <thead>
 
1064
      <row>
 
1065
        <entry>Protocol Request</entry>
 
1066
        <entry>Xlib Function</entry>
 
1067
      </row>
 
1068
    </thead>
 
1069
    <tbody>
 
1070
      <row>
 
1071
        <entry><systemitem>AllocColor</systemitem></entry>
 
1072
        <entry><function>XAllocColor</function></entry>
 
1073
      </row>
 
1074
      <row>
 
1075
        <entry><systemitem>AllocColorCells</systemitem></entry>
 
1076
        <entry><function>XAllocColorCells</function></entry>
 
1077
      </row>
 
1078
      <row>
 
1079
        <entry><systemitem>AllocColorPlanes</systemitem></entry>
 
1080
        <entry><function>XAllocColorPlanes</function></entry>
 
1081
      </row>
 
1082
      <row>
 
1083
        <entry><systemitem>AllocNamedColor</systemitem></entry>
 
1084
        <entry><function>XAllocNamedColor</function></entry>
 
1085
      </row>
 
1086
      <row>
 
1087
        <entry><systemitem>AllowEvents</systemitem></entry>
 
1088
        <entry><function>XAllowEvents</function></entry>
 
1089
      </row>
 
1090
      <row>
 
1091
        <entry><systemitem>Bell</systemitem></entry>
 
1092
        <entry><function>XBell</function></entry>
 
1093
      </row>
 
1094
      <row>
 
1095
        <entry><systemitem>ChangeActivePointerGrab</systemitem></entry>
 
1096
        <entry><function>XChangeActivePointerGrab</function></entry>
 
1097
      </row>
 
1098
      <row>
 
1099
        <entry morerows="17"><systemitem>ChangeGC</systemitem></entry>
 
1100
        <entry><function>XChangeGC</function></entry>
 
1101
      </row>
 
1102
      <row>
 
1103
 
 
1104
        <entry><function>XSetArcMode</function></entry>
 
1105
      </row>
 
1106
      <row>
 
1107
 
 
1108
        <entry><function>XSetBackground</function></entry>
 
1109
      </row>
 
1110
      <row>
 
1111
 
 
1112
        <entry><function>XSetClipMask</function></entry>
 
1113
      </row>
 
1114
      <row>
 
1115
 
 
1116
        <entry><function>XSetClipOrigin</function></entry>
 
1117
      </row>
 
1118
      <row>
 
1119
 
 
1120
        <entry><function>XSetFillRule</function></entry>
 
1121
      </row>
 
1122
      <row>
 
1123
 
 
1124
        <entry><function>XSetFillStyle</function></entry>
 
1125
      </row>
 
1126
      <row>
 
1127
 
 
1128
        <entry><function>XSetFont</function></entry>
 
1129
      </row>
 
1130
      <row>
 
1131
 
 
1132
        <entry><function>XSetForeground</function></entry>
 
1133
      </row>
 
1134
      <row>
 
1135
 
 
1136
        <entry><function>XSetFunction</function></entry>
 
1137
      </row>
 
1138
      <row>
 
1139
 
 
1140
        <entry><function>XSetGraphicsExposures</function></entry>
 
1141
      </row>
 
1142
      <row>
 
1143
 
 
1144
        <entry><function>XSetLineAttributes</function></entry>
 
1145
      </row>
 
1146
      <row>
 
1147
 
 
1148
        <entry><function>XSetPlaneMask</function></entry>
 
1149
      </row>
 
1150
      <row>
 
1151
 
 
1152
        <entry><function>XSetState</function></entry>
 
1153
      </row>
 
1154
      <row>
 
1155
 
 
1156
        <entry><function>XSetStipple</function></entry>
 
1157
      </row>
 
1158
      <row>
 
1159
 
 
1160
        <entry><function>XSetSubwindowMode</function></entry>
 
1161
      </row>
 
1162
      <row>
 
1163
 
 
1164
        <entry><function>XSetTile</function></entry>
 
1165
      </row>
 
1166
      <row>
 
1167
 
 
1168
        <entry><function>XSetTSOrigin</function></entry>
 
1169
      </row>
 
1170
      <row>
 
1171
        <entry morerows="3"><systemitem>ChangeHosts</systemitem></entry>
 
1172
        <entry><function>XAddHost</function></entry>
 
1173
      </row>
 
1174
      <row>
 
1175
 
 
1176
        <entry><function>XAddHosts</function></entry>
 
1177
      </row>
 
1178
      <row>
 
1179
 
 
1180
        <entry><function>XRemoveHost</function></entry>
 
1181
      </row>
 
1182
      <row>
 
1183
 
 
1184
        <entry><function>XRemoveHosts</function></entry>
 
1185
      </row>
 
1186
      <row>
 
1187
        <entry morerows="2"><systemitem>ChangeKeyboardControl</systemitem></entry>
 
1188
        <entry><function>XAutoRepeatOff</function></entry>
 
1189
      </row>
 
1190
      <row>
 
1191
 
 
1192
        <entry><function>XAutoRepeatOn</function></entry>
 
1193
      </row>
 
1194
      <row>
 
1195
 
 
1196
        <entry><function>XChangeKeyboardControl</function></entry>
 
1197
      </row>
 
1198
      <row>
 
1199
        <entry><systemitem>ChangeKeyboardMapping</systemitem></entry>
 
1200
        <entry><function>XChangeKeyboardMapping</function></entry>
 
1201
      </row>
 
1202
      <row>
 
1203
        <entry><systemitem>ChangePointerControl</systemitem></entry>
 
1204
        <entry><function>XChangePointerControl</function></entry>
 
1205
      </row>
 
1206
      <row>
 
1207
        <entry morerows="23"><systemitem>ChangeProperty</systemitem></entry>
 
1208
        <entry><function>XChangeProperty</function></entry>
 
1209
      </row>
 
1210
      <row>
 
1211
 
 
1212
        <entry><function>XSetClassHint</function></entry>
 
1213
      </row>
 
1214
      <row>
 
1215
 
 
1216
        <entry><function>XSetCommand</function></entry>
 
1217
      </row>
 
1218
      <row>
 
1219
 
 
1220
        <entry><function>XSetIconName</function></entry>
 
1221
      </row>
 
1222
      <row>
 
1223
 
 
1224
        <entry><function>XSetIconSizes</function></entry>
 
1225
      </row>
 
1226
      <row>
 
1227
 
 
1228
        <entry><function>XSetNormalHints</function></entry>
 
1229
      </row>
 
1230
      <row>
 
1231
 
 
1232
        <entry><function>XSetRGBColormaps</function></entry>
 
1233
      </row>
 
1234
      <row>
 
1235
 
 
1236
        <entry><function>XSetSizeHints</function></entry>
 
1237
      </row>
 
1238
      <row>
 
1239
 
 
1240
        <entry><function>XSetStandardProperties</function></entry>
 
1241
      </row>
 
1242
      <row>
 
1243
 
 
1244
        <entry><function>XSetTextProperty</function></entry>
 
1245
      </row>
 
1246
      <row>
 
1247
 
 
1248
        <entry><function>XSetTransientForHint</function></entry>
 
1249
      </row>
 
1250
      <row>
 
1251
 
 
1252
        <entry><function>XSetWMClientMachine</function></entry>
 
1253
      </row>
 
1254
      <row>
 
1255
 
 
1256
        <entry><function>XSetWMColormapWindows</function></entry>
 
1257
      </row>
 
1258
      <row>
 
1259
 
 
1260
        <entry><function>XSetWMHints</function></entry>
 
1261
      </row>
 
1262
      <row>
 
1263
 
 
1264
        <entry><function>XSetWMIconName</function></entry>
 
1265
      </row>
 
1266
      <row>
 
1267
 
 
1268
        <entry><function>XSetWMName</function></entry>
 
1269
      </row>
 
1270
      <row>
 
1271
 
 
1272
        <entry><function>XSetWMNormalHints</function></entry>
 
1273
      </row>
 
1274
      <row>
 
1275
 
 
1276
        <entry><function>XSetWMProperties</function></entry>
 
1277
      </row>
 
1278
      <row>
 
1279
 
 
1280
        <entry><function>XSetWMProtocols</function></entry>
 
1281
      </row>
 
1282
      <row>
 
1283
 
 
1284
        <entry><function>XSetWMSizeHints</function></entry>
 
1285
      </row>
 
1286
      <row>
 
1287
 
 
1288
        <entry><function>XSetZoomHints</function></entry>
 
1289
      </row>
 
1290
      <row>
 
1291
 
 
1292
        <entry><function>XStoreBuffer</function></entry>
 
1293
      </row>
 
1294
      <row>
 
1295
 
 
1296
        <entry><function>XStoreBytes</function></entry>
 
1297
      </row>
 
1298
      <row>
 
1299
 
 
1300
        <entry><function>XStoreName</function></entry>
 
1301
      </row>
 
1302
      <row>
 
1303
        <entry morerows="2"><systemitem>ChangeSaveSet</systemitem></entry>
 
1304
        <entry><function>XAddToSaveSet</function></entry>
 
1305
      </row>
 
1306
      <row>
 
1307
 
 
1308
        <entry><function>XChangeSaveSet</function></entry>
 
1309
      </row>
 
1310
      <row>
 
1311
 
 
1312
        <entry><function>XRemoveFromSaveSet</function></entry>
 
1313
      </row>
 
1314
      <row>
 
1315
        <entry morerows="8"><systemitem>ChangeWindowAttributes</systemitem></entry>
 
1316
        <entry><function>XChangeWindowAttributes</function></entry>
 
1317
      </row>
 
1318
      <row>
 
1319
 
 
1320
        <entry><function>XDefineCursor</function></entry>
 
1321
      </row>
 
1322
      <row>
 
1323
 
 
1324
        <entry><function>XSelectInput</function></entry>
 
1325
      </row>
 
1326
      <row>
 
1327
 
 
1328
        <entry><function>XSetWindowBackground</function></entry>
 
1329
      </row>
 
1330
      <row>
 
1331
 
 
1332
        <entry><function>XSetWindowBackgroundPixmap</function></entry>
 
1333
      </row>
 
1334
      <row>
 
1335
 
 
1336
        <entry><function>XSetWindowBorder</function></entry>
 
1337
      </row>
 
1338
      <row>
 
1339
 
 
1340
        <entry><function>XSetWindowBorderPixmap</function></entry>
 
1341
      </row>
 
1342
      <row>
 
1343
 
 
1344
        <entry><function>XSetWindowColormap</function></entry>
 
1345
      </row>
 
1346
      <row>
 
1347
 
 
1348
        <entry><function>XUndefineCursor</function></entry>
 
1349
      </row>
 
1350
      <row>
 
1351
        <entry morerows="2"><systemitem>CirculateWindow</systemitem></entry>
 
1352
        <entry><function>XCirculateSubwindowsDown</function></entry>
 
1353
      </row>
 
1354
      <row>
 
1355
 
 
1356
        <entry><function>XCirculateSubwindowsUp</function></entry>
 
1357
      </row>
 
1358
      <row>
 
1359
 
 
1360
        <entry><function>XCirculateSubwindows</function></entry>
 
1361
      </row>
 
1362
      <row>
 
1363
        <entry morerows="1"><systemitem>ClearArea</systemitem></entry>
 
1364
        <entry><function>XClearArea</function></entry>
 
1365
      </row>
 
1366
      <row>
 
1367
 
 
1368
        <entry><function>XClearWindow</function></entry>
 
1369
      </row>
 
1370
      <row>
 
1371
        <entry morerows="1"><systemitem>CloseFont</systemitem></entry>
 
1372
        <entry><function>XFreeFont</function></entry>
 
1373
      </row>
 
1374
      <row>
 
1375
 
 
1376
        <entry><function>XUnloadFont</function></entry>
 
1377
      </row>
 
1378
      <row>
 
1379
        <entry morerows="9"><systemitem>ConfigureWindow</systemitem></entry>
 
1380
        <entry><function>XConfigureWindow</function></entry>
 
1381
      </row>
 
1382
      <row>
 
1383
 
 
1384
        <entry><function>XLowerWindow</function></entry>
 
1385
      </row>
 
1386
      <row>
 
1387
 
 
1388
        <entry><function>XMapRaised</function></entry>
 
1389
      </row>
 
1390
      <row>
 
1391
 
 
1392
        <entry><function>XMoveResizeWindow</function></entry>
 
1393
      </row>
 
1394
      <row>
 
1395
 
 
1396
        <entry><function>XMoveWindow</function></entry>
 
1397
      </row>
 
1398
      <row>
 
1399
 
 
1400
        <entry><function>XRaiseWindow</function></entry>
 
1401
      </row>
 
1402
      <row>
 
1403
 
 
1404
        <entry><function>XReconfigureWMWindow</function></entry>
 
1405
      </row>
 
1406
      <row>
 
1407
 
 
1408
        <entry><function>XResizeWindow</function></entry>
 
1409
      </row>
 
1410
      <row>
 
1411
 
 
1412
        <entry><function>XRestackWindows</function></entry>
 
1413
      </row>
 
1414
      <row>
 
1415
 
 
1416
        <entry><function>XSetWindowBorderWidth</function></entry>
 
1417
      </row>
 
1418
      <row>
 
1419
        <entry><systemitem>ConvertSelection</systemitem></entry>
 
1420
        <entry><function>XConvertSelection</function></entry>
 
1421
      </row>
 
1422
      <row>
 
1423
        <entry><systemitem>CopyArea</systemitem></entry>
 
1424
        <entry><function>XCopyArea</function></entry>
 
1425
      </row>
 
1426
      <row>
 
1427
        <entry><systemitem>CopyColormapAndFree</systemitem></entry>
 
1428
        <entry><function>XCopyColormapAndFree</function></entry>
 
1429
      </row>
 
1430
      <row>
 
1431
        <entry><systemitem>CopyGC</systemitem></entry>
 
1432
        <entry><function>XCopyGC</function></entry>
 
1433
      </row>
 
1434
      <row>
 
1435
        <entry><systemitem>CopyPlane</systemitem></entry>
 
1436
        <entry><function>XCopyPlane</function></entry>
 
1437
      </row>
 
1438
      <row>
 
1439
        <entry><systemitem>CreateColormap</systemitem></entry>
 
1440
        <entry><function>XCreateColormap</function></entry>
 
1441
      </row>
 
1442
      <row>
 
1443
        <entry><systemitem>CreateCursor</systemitem></entry>
 
1444
        <entry><function>XCreatePixmapCursor</function></entry>
 
1445
      </row>
 
1446
      <row>
 
1447
        <entry morerows="4"><systemitem>CreateGC</systemitem></entry>
 
1448
        <entry><function>XCreateGC</function></entry>
 
1449
      </row>
 
1450
      <row>
 
1451
 
 
1452
        <entry><function>XCreateBitmapFromData</function></entry>
 
1453
      </row>
 
1454
      <row>
 
1455
 
 
1456
        <entry><function>XCreatePixmapFromData</function></entry>
 
1457
      </row>
 
1458
      <row>
 
1459
 
 
1460
        <entry><function>XOpenDisplay</function></entry>
 
1461
      </row>
 
1462
      <row>
 
1463
 
 
1464
        <entry><function>XReadBitmapFile</function></entry>
 
1465
      </row>
 
1466
      <row>
 
1467
        <entry morerows="1"><systemitem>CreateGlyphCursor</systemitem></entry>
 
1468
        <entry><function>XCreateFontCursor</function></entry>
 
1469
      </row>
 
1470
      <row>
 
1471
 
 
1472
        <entry><function>XCreateGlyphCursor</function></entry>
 
1473
      </row>
 
1474
      <row>
 
1475
        <entry morerows="3"><systemitem>CreatePixmap</systemitem></entry>
 
1476
        <entry><function>XCreatePixmap</function></entry>
 
1477
      </row>
 
1478
      <row>
 
1479
 
 
1480
        <entry><function>XCreateBitmapFromData</function></entry>
 
1481
      </row>
 
1482
      <row>
 
1483
 
 
1484
        <entry><function>XCreatePixmapFromData</function></entry>
 
1485
      </row>
 
1486
      <row>
 
1487
 
 
1488
        <entry><function>XReadBitmapFile</function></entry>
 
1489
      </row>
 
1490
      <row>
 
1491
        <entry morerows="1"><systemitem>CreateWindow</systemitem></entry>
 
1492
        <entry><function>XCreateSimpleWindow</function></entry>
 
1493
      </row>
 
1494
      <row>
 
1495
 
 
1496
        <entry><function>XCreateWindow</function></entry>
 
1497
      </row>
 
1498
      <row>
 
1499
        <entry><systemitem>DeleteProperty</systemitem></entry>
 
1500
        <entry><function>XDeleteProperty</function></entry>
 
1501
      </row>
 
1502
      <row>
 
1503
        <entry><systemitem>DestroySubwindows</systemitem></entry>
 
1504
        <entry><function>XDestroySubwindows</function></entry>
 
1505
      </row>
 
1506
      <row>
 
1507
        <entry><systemitem>DestroyWindow</systemitem></entry>
 
1508
        <entry><function>XDestroyWindow</function></entry>
 
1509
      </row>
 
1510
      <row>
 
1511
        <entry><systemitem>FillPoly</systemitem></entry>
 
1512
        <entry><function>XFillPolygon</function></entry>
 
1513
      </row>
 
1514
      <row>
 
1515
        <entry morerows="2"><systemitem>ForceScreenSaver</systemitem></entry>
 
1516
        <entry><function>XActivateScreenSaver</function></entry>
 
1517
      </row>
 
1518
      <row>
 
1519
 
 
1520
        <entry><function>XForceScreenSaver</function></entry>
 
1521
      </row>
 
1522
      <row>
 
1523
 
 
1524
        <entry><function>XResetScreenSaver</function></entry>
 
1525
      </row>
 
1526
      <row>
 
1527
        <entry><systemitem>FreeColormap</systemitem></entry>
 
1528
        <entry><function>XFreeColormap</function></entry>
 
1529
      </row>
 
1530
      <row>
 
1531
        <entry><systemitem>FreeColors</systemitem></entry>
 
1532
        <entry><function>XFreeColors</function></entry>
 
1533
      </row>
 
1534
      <row>
 
1535
        <entry><systemitem>FreeCursor</systemitem></entry>
 
1536
        <entry><function>XFreeCursor</function></entry>
 
1537
      </row>
 
1538
      <row>
 
1539
        <entry morerows="3"><systemitem>FreeGC</systemitem></entry>
 
1540
        <entry><function>XFreeGC</function></entry>
 
1541
      </row>
 
1542
      <row>
 
1543
 
 
1544
        <entry><function>XCreateBitmapFromData</function></entry>
 
1545
      </row>
 
1546
      <row>
 
1547
 
 
1548
        <entry><function>XCreatePixmapFromData</function></entry>
 
1549
      </row>
 
1550
      <row>
 
1551
 
 
1552
        <entry><function>XReadBitmapFile</function></entry>
 
1553
      </row>
 
1554
      <row>
 
1555
        <entry><systemitem>FreePixmap</systemitem></entry>
 
1556
        <entry><function>XFreePixmap</function></entry>
 
1557
      </row>
 
1558
      <row>
 
1559
        <entry><systemitem>GetAtomName</systemitem></entry>
 
1560
        <entry><function>XGetAtomName</function></entry>
 
1561
      </row>
 
1562
      <row>
 
1563
        <entry><systemitem>GetFontPath</systemitem></entry>
 
1564
        <entry><function>XGetFontPath</function></entry>
 
1565
      </row>
 
1566
      <row>
 
1567
        <entry morerows="1"><systemitem>GetGeometry</systemitem></entry>
 
1568
        <entry><function>XGetGeometry</function></entry>
 
1569
      </row>
 
1570
      <row>
 
1571
 
 
1572
        <entry><function>XGetWindowAttributes</function></entry>
 
1573
      </row>
 
1574
      <row>
 
1575
        <entry><systemitem>GetImage</systemitem></entry>
 
1576
        <entry><function>XGetImage</function></entry>
 
1577
      </row>
 
1578
      <row>
 
1579
        <entry morerows="2"><systemitem>GetInputFocus</systemitem></entry>
 
1580
        <entry><function>XGetInputFocus</function></entry>
 
1581
      </row>
 
1582
      <row>
 
1583
 
 
1584
        <entry><function>XSync</function></entry>
 
1585
      </row>
 
1586
      <row>
 
1587
 
 
1588
        <entry><function>XSynchronize</function></entry>
 
1589
      </row>
 
1590
      <row>
 
1591
        <entry><systemitem>GetKeyboardControl</systemitem></entry>
 
1592
        <entry><function>XGetKeyboardControl</function></entry>
 
1593
      </row>
 
1594
      <row>
 
1595
        <entry><systemitem>GetKeyboardMapping</systemitem></entry>
 
1596
        <entry><function>XGetKeyboardMapping</function></entry>
 
1597
      </row>
 
1598
      <row>
 
1599
        <entry><systemitem>GetModifierMapping</systemitem></entry>
 
1600
        <entry><function>XGetModifierMapping</function></entry>
 
1601
      </row>
 
1602
      <row>
 
1603
        <entry><systemitem>GetMotionEvents</systemitem></entry>
 
1604
        <entry><function>XGetMotionEvents</function></entry>
 
1605
      </row>
 
1606
      <row>
 
1607
        <entry><systemitem>GetPointerControl</systemitem></entry>
 
1608
        <entry><function>XGetPointerControl</function></entry>
 
1609
      </row>
 
1610
      <row>
 
1611
        <entry><systemitem>GetPointerMapping</systemitem></entry>
 
1612
        <entry><function>XGetPointerMapping</function></entry>
 
1613
      </row>
 
1614
      <row>
 
1615
        <entry morerows="19"><systemitem>GetProperty</systemitem></entry>
 
1616
        <entry><function>XFetchBytes</function></entry>
 
1617
      </row>
 
1618
      <row>
 
1619
 
 
1620
        <entry><function>XFetchName</function></entry>
 
1621
      </row>
 
1622
      <row>
 
1623
 
 
1624
        <entry><function>XGetClassHint</function></entry>
 
1625
      </row>
 
1626
      <row>
 
1627
 
 
1628
        <entry><function>XGetIconName</function></entry>
 
1629
      </row>
 
1630
      <row>
 
1631
 
 
1632
        <entry><function>XGetIconSizes</function></entry>
 
1633
      </row>
 
1634
      <row>
 
1635
 
 
1636
        <entry><function>XGetNormalHints</function></entry>
 
1637
      </row>
 
1638
      <row>
 
1639
 
 
1640
        <entry><function>XGetRGBColormaps</function></entry>
 
1641
      </row>
 
1642
      <row>
 
1643
 
 
1644
        <entry><function>XGetSizeHints</function></entry>
 
1645
      </row>
 
1646
      <row>
 
1647
 
 
1648
        <entry><function>XGetTextProperty</function></entry>
 
1649
      </row>
 
1650
      <row>
 
1651
 
 
1652
        <entry><function>XGetTransientForHint</function></entry>
 
1653
      </row>
 
1654
      <row>
 
1655
 
 
1656
        <entry><function>XGetWMClientMachine</function></entry>
 
1657
      </row>
 
1658
      <row>
 
1659
 
 
1660
        <entry><function>XGetWMColormapWindows</function></entry>
 
1661
      </row>
 
1662
      <row>
 
1663
 
 
1664
        <entry><function>XGetWMHints</function></entry>
 
1665
      </row>
 
1666
      <row>
 
1667
 
 
1668
        <entry><function>XGetWMIconName</function></entry>
 
1669
      </row>
 
1670
      <row>
 
1671
 
 
1672
        <entry><function>XGetWMName</function></entry>
 
1673
      </row>
 
1674
      <row>
 
1675
 
 
1676
        <entry><function>XGetWMNormalHints</function></entry>
 
1677
      </row>
 
1678
      <row>
 
1679
 
 
1680
        <entry><function>XGetWMProtocols</function></entry>
 
1681
      </row>
 
1682
      <row>
 
1683
 
 
1684
        <entry><function>XGetWMSizeHints</function></entry>
 
1685
      </row>
 
1686
      <row>
 
1687
 
 
1688
        <entry><function>XGetWindowProperty</function></entry>
 
1689
      </row>
 
1690
      <row>
 
1691
 
 
1692
        <entry><function>XGetZoomHints</function></entry>
 
1693
      </row>
 
1694
      <row>
 
1695
        <entry><systemitem>GetSelectionOwner</systemitem></entry>
 
1696
        <entry><function>XGetSelectionOwner</function></entry>
 
1697
      </row>
 
1698
      <row>
 
1699
        <entry><systemitem>GetWindowAttributes</systemitem></entry>
 
1700
        <entry><function>XGetWindowAttributes</function></entry>
 
1701
      </row>
 
1702
      <row>
 
1703
        <entry><systemitem>GrabButton</systemitem></entry>
 
1704
        <entry><function>XGrabButton</function></entry>
 
1705
      </row>
 
1706
      <row>
 
1707
        <entry><systemitem>GrabKey</systemitem></entry>
 
1708
        <entry><function>XGrabKey</function></entry>
 
1709
      </row>
 
1710
      <row>
 
1711
        <entry><systemitem>GrabKeyboard</systemitem></entry>
 
1712
        <entry><function>XGrabKeyboard</function></entry>
 
1713
      </row>
 
1714
      <row>
 
1715
        <entry><systemitem>GrabPointer</systemitem></entry>
 
1716
        <entry><function>XGrabPointer</function></entry>
 
1717
      </row>
 
1718
      <row>
 
1719
        <entry><systemitem>GrabServer</systemitem></entry>
 
1720
        <entry><function>XGrabServer</function></entry>
 
1721
      </row>
 
1722
      <row>
 
1723
        <entry><systemitem>ImageText8</systemitem></entry>
 
1724
        <entry><function>XDrawImageString</function></entry>
 
1725
      </row>
 
1726
      <row>
 
1727
        <entry><systemitem>ImageText16</systemitem></entry>
 
1728
        <entry><function>XDrawImageString16</function></entry>
 
1729
      </row>
 
1730
      <row>
 
1731
        <entry><systemitem>InstallColormap</systemitem></entry>
 
1732
        <entry><function>XInstallColormap</function></entry>
 
1733
      </row>
 
1734
      <row>
 
1735
        <entry morerows="5"><systemitem>InternAtom</systemitem></entry>
 
1736
        <entry><function>XGetWMColormapWindows</function></entry>
 
1737
      </row>
 
1738
      <row>
 
1739
 
 
1740
        <entry><function>XGetWMProtocols</function></entry>
 
1741
      </row>
 
1742
      <row>
 
1743
 
 
1744
        <entry><function>XIconifyWindow</function></entry>
 
1745
      </row>
 
1746
      <row>
 
1747
 
 
1748
        <entry><function>XInternAtom</function></entry>
 
1749
      </row>
 
1750
      <row>
 
1751
 
 
1752
        <entry><function>XSetWMColormapWindows</function></entry>
 
1753
      </row>
 
1754
      <row>
 
1755
 
 
1756
        <entry><function>XSetWMProtocols</function></entry>
 
1757
      </row>
 
1758
      <row>
 
1759
        <entry><systemitem>KillClient</systemitem></entry>
 
1760
        <entry><function>XKillClient</function></entry>
 
1761
      </row>
 
1762
      <row>
 
1763
        <entry><systemitem>ListExtensions</systemitem></entry>
 
1764
        <entry><function>XListExtensions</function></entry>
 
1765
      </row>
 
1766
      <row>
 
1767
        <entry><systemitem>ListFonts</systemitem></entry>
 
1768
        <entry><function>XListFonts</function></entry>
 
1769
      </row>
 
1770
      <row>
 
1771
        <entry><systemitem>ListFontsWithInfo</systemitem></entry>
 
1772
        <entry><function>XListFontsWithInfo</function></entry>
 
1773
      </row>
 
1774
      <row>
 
1775
        <entry><systemitem>ListHosts</systemitem></entry>
 
1776
        <entry><function>XListHosts</function></entry>
 
1777
      </row>
 
1778
      <row>
 
1779
        <entry><systemitem>ListInstalledColormaps</systemitem></entry>
 
1780
        <entry><function>XListInstalledColormaps</function></entry>
 
1781
      </row>
 
1782
      <row>
 
1783
        <entry><systemitem>ListProperties</systemitem></entry>
 
1784
        <entry><function>XListProperties</function></entry>
 
1785
      </row>
 
1786
      <row>
 
1787
        <entry morerows="1"><systemitem>LookupColor</systemitem></entry>
 
1788
        <entry><function>XLookupColor</function></entry>
 
1789
      </row>
 
1790
      <row>
 
1791
 
 
1792
        <entry><function>XParseColor</function></entry>
 
1793
      </row>
 
1794
      <row>
 
1795
        <entry><systemitem>MapSubwindows</systemitem></entry>
 
1796
        <entry><function>XMapSubwindows</function></entry>
 
1797
      </row>
 
1798
      <row>
 
1799
        <entry morerows="1"><systemitem>MapWindow</systemitem></entry>
 
1800
        <entry><function>XMapRaised</function></entry>
 
1801
      </row>
 
1802
      <row>
 
1803
 
 
1804
        <entry><function>XMapWindow</function></entry>
 
1805
      </row>
 
1806
      <row>
 
1807
        <entry><systemitem>NoOperation</systemitem></entry>
 
1808
        <entry><function>XNoOp</function></entry>
 
1809
      </row>
 
1810
      <row>
 
1811
        <entry morerows="1"><systemitem>OpenFont</systemitem></entry>
 
1812
        <entry><function>XLoadFont</function></entry>
 
1813
      </row>
 
1814
      <row>
 
1815
 
 
1816
        <entry><function>XLoadQueryFont</function></entry>
 
1817
      </row>
 
1818
      <row>
 
1819
        <entry morerows="1"><systemitem>PolyArc</systemitem></entry>
 
1820
        <entry><function>XDrawArc</function></entry>
 
1821
      </row>
 
1822
      <row>
 
1823
 
 
1824
        <entry><function>XDrawArcs</function></entry>
 
1825
      </row>
 
1826
      <row>
 
1827
        <entry morerows="1"><systemitem>PolyFillArc</systemitem></entry>
 
1828
        <entry><function>XFillArc</function></entry>
 
1829
      </row>
 
1830
      <row>
 
1831
 
 
1832
        <entry><function>XFillArcs</function></entry>
 
1833
      </row>
 
1834
      <row>
 
1835
        <entry morerows="1"><systemitem>PolyFillRectangle</systemitem></entry>
 
1836
        <entry><function>XFillRectangle</function></entry>
 
1837
      </row>
 
1838
      <row>
 
1839
 
 
1840
        <entry><function>XFillRectangles</function></entry>
 
1841
      </row>
 
1842
      <row>
 
1843
        <entry><systemitem>PolyLine</systemitem></entry>
 
1844
        <entry><function>XDrawLines</function></entry>
 
1845
      </row>
 
1846
      <row>
 
1847
        <entry morerows="1"><systemitem>PolyPoint</systemitem></entry>
 
1848
        <entry><function>XDrawPoint</function></entry>
 
1849
      </row>
 
1850
      <row>
 
1851
 
 
1852
        <entry><function>XDrawPoints</function></entry>
 
1853
      </row>
 
1854
      <row>
 
1855
        <entry morerows="1"><systemitem>PolyRectangle</systemitem></entry>
 
1856
        <entry><function>XDrawRectangle</function></entry>
 
1857
      </row>
 
1858
      <row>
 
1859
 
 
1860
        <entry><function>XDrawRectangles</function></entry>
 
1861
      </row>
 
1862
      <row>
 
1863
        <entry morerows="1"><systemitem>PolySegment</systemitem></entry>
 
1864
        <entry><function>XDrawLine</function></entry>
 
1865
      </row>
 
1866
      <row>
 
1867
 
 
1868
        <entry><function>XDrawSegments</function></entry>
 
1869
      </row>
 
1870
      <row>
 
1871
        <entry morerows="1"><systemitem>PolyText8</systemitem></entry>
 
1872
        <entry><function>XDrawString</function></entry>
 
1873
      </row>
 
1874
      <row>
 
1875
 
 
1876
        <entry><function>XDrawText</function></entry>
 
1877
      </row>
 
1878
      <row>
 
1879
        <entry morerows="1"><systemitem>PolyText16</systemitem></entry>
 
1880
        <entry><function>XDrawString16</function></entry>
 
1881
      </row>
 
1882
      <row>
 
1883
 
 
1884
        <entry><function>XDrawText16</function></entry>
 
1885
      </row>
 
1886
      <row>
 
1887
        <entry morerows="3"><systemitem>PutImage</systemitem></entry>
 
1888
        <entry><function>XPutImage</function></entry>
 
1889
      </row>
 
1890
      <row>
 
1891
 
 
1892
        <entry><function>XCreateBitmapFromData</function></entry>
 
1893
      </row>
 
1894
      <row>
 
1895
 
 
1896
        <entry><function>XCreatePixmapFromData</function></entry>
 
1897
      </row>
 
1898
      <row>
 
1899
 
 
1900
        <entry><function>XReadBitmapFile</function></entry>
 
1901
      </row>
 
1902
      <row>
 
1903
        <entry morerows="3"><systemitem>QueryBestSize</systemitem></entry>
 
1904
        <entry><function>XQueryBestCursor</function></entry>
 
1905
      </row>
 
1906
      <row>
 
1907
 
 
1908
        <entry><function>XQueryBestSize</function></entry>
 
1909
      </row>
 
1910
      <row>
 
1911
 
 
1912
        <entry><function>XQueryBestStipple</function></entry>
 
1913
      </row>
 
1914
      <row>
 
1915
 
 
1916
        <entry><function>XQueryBestTile</function></entry>
 
1917
      </row>
 
1918
      <row>
 
1919
        <entry morerows="1"><systemitem>QueryColors</systemitem></entry>
 
1920
        <entry><function>XQueryColor</function></entry>
 
1921
      </row>
 
1922
      <row>
 
1923
 
 
1924
        <entry><function>XQueryColors</function></entry>
 
1925
      </row>
 
1926
      <row>
 
1927
        <entry morerows="1"><systemitem>QueryExtension</systemitem></entry>
 
1928
        <entry><function>XInitExtension</function></entry>
 
1929
      </row>
 
1930
      <row>
 
1931
 
 
1932
        <entry><function>XQueryExtension</function></entry>
 
1933
      </row>
 
1934
      <row>
 
1935
        <entry morerows="1"><systemitem>QueryFont</systemitem></entry>
 
1936
        <entry><function>XLoadQueryFont</function></entry>
 
1937
      </row>
 
1938
      <row>
 
1939
 
 
1940
        <entry><function>XQueryFont</function></entry>
 
1941
      </row>
 
1942
      <row>
 
1943
        <entry><systemitem>QueryKeymap</systemitem></entry>
 
1944
        <entry><function>XQueryKeymap</function></entry>
 
1945
      </row>
 
1946
      <row>
 
1947
        <entry><systemitem>QueryPointer</systemitem></entry>
 
1948
        <entry><function>XQueryPointer</function></entry>
 
1949
      </row>
 
1950
      <row>
 
1951
        <entry morerows="1"><systemitem>QueryTextExtents</systemitem></entry>
 
1952
        <entry><function>XQueryTextExtents</function></entry>
 
1953
      </row>
 
1954
      <row>
 
1955
 
 
1956
        <entry><function>XQueryTextExtents16</function></entry>
 
1957
      </row>
 
1958
      <row>
 
1959
        <entry><systemitem>QueryTree</systemitem></entry>
 
1960
        <entry><function>XQueryTree</function></entry>
 
1961
      </row>
 
1962
      <row>
 
1963
        <entry><systemitem>RecolorCursor</systemitem></entry>
 
1964
        <entry><function>XRecolorCursor</function></entry>
 
1965
      </row>
 
1966
      <row>
 
1967
        <entry><systemitem>ReparentWindow</systemitem></entry>
 
1968
        <entry><function>XReparentWindow</function></entry>
 
1969
      </row>
 
1970
      <row>
 
1971
        <entry morerows="1"><systemitem>RotateProperties</systemitem></entry>
 
1972
        <entry><function>XRotateBuffers</function></entry>
 
1973
      </row>
 
1974
      <row>
 
1975
 
 
1976
        <entry><function>XRotateWindowProperties</function></entry>
 
1977
      </row>
 
1978
      <row>
 
1979
        <entry morerows="3"><systemitem>SendEvent</systemitem></entry>
 
1980
        <entry><function>XIconifyWindow</function></entry>
 
1981
      </row>
 
1982
      <row>
 
1983
 
 
1984
        <entry><function>XReconfigureWMWindow</function></entry>
 
1985
      </row>
 
1986
      <row>
 
1987
 
 
1988
        <entry><function>XSendEvent</function></entry>
 
1989
      </row>
 
1990
      <row>
 
1991
 
 
1992
        <entry><function>XWithdrawWindow</function></entry>
 
1993
      </row>
 
1994
      <row>
 
1995
        <entry morerows="2"><systemitem>SetAccessControl</systemitem></entry>
 
1996
        <entry><function>XDisableAccessControl</function></entry>
 
1997
      </row>
 
1998
      <row>
 
1999
 
 
2000
        <entry><function>XEnableAccessControl</function></entry>
 
2001
      </row>
 
2002
      <row>
 
2003
 
 
2004
        <entry><function>XSetAccessControl</function></entry>
 
2005
      </row>
 
2006
      <row>
 
2007
        <entry><systemitem>SetClipRectangles</systemitem></entry>
 
2008
        <entry><function>XSetClipRectangles</function></entry>
 
2009
      </row>
 
2010
      <row>
 
2011
        <entry><systemitem>SetCloseDownMode</systemitem></entry>
 
2012
        <entry><function>XSetCloseDownMode</function></entry>
 
2013
      </row>
 
2014
      <row>
 
2015
        <entry><systemitem>SetDashes</systemitem></entry>
 
2016
        <entry><function>XSetDashes</function></entry>
 
2017
      </row>
 
2018
      <row>
 
2019
        <entry><systemitem>SetFontPath</systemitem></entry>
 
2020
        <entry><function>XSetFontPath</function></entry>
 
2021
      </row>
 
2022
      <row>
 
2023
        <entry><systemitem>SetInputFocus</systemitem></entry>
 
2024
        <entry><function>XSetInputFocus</function></entry>
 
2025
      </row>
 
2026
      <row>
 
2027
        <entry><systemitem>SetModifierMapping</systemitem></entry>
 
2028
        <entry><function>XSetModifierMapping</function></entry>
 
2029
      </row>
 
2030
      <row>
 
2031
        <entry><systemitem>SetPointerMapping</systemitem></entry>
 
2032
        <entry><function>XSetPointerMapping</function></entry>
 
2033
      </row>
 
2034
      <row>
 
2035
        <entry morerows="1"><systemitem>SetScreenSaver</systemitem></entry>
 
2036
        <entry><function>XGetScreenSaver</function></entry>
 
2037
      </row>
 
2038
      <row>
 
2039
 
 
2040
        <entry><function>XSetScreenSaver</function></entry>
 
2041
      </row>
 
2042
      <row>
 
2043
        <entry><systemitem>SetSelectionOwner</systemitem></entry>
 
2044
        <entry><function>XSetSelectionOwner</function></entry>
 
2045
      </row>
 
2046
      <row>
 
2047
        <entry morerows="1"><systemitem>StoreColors</systemitem></entry>
 
2048
        <entry><function>XStoreColor</function></entry>
 
2049
      </row>
 
2050
      <row>
 
2051
 
 
2052
        <entry><function>XStoreColors</function></entry>
 
2053
      </row>
 
2054
      <row>
 
2055
        <entry><systemitem>StoreNamedColor</systemitem></entry>
 
2056
        <entry><function>XStoreNamedColor</function></entry>
 
2057
      </row>
 
2058
      <row>
 
2059
        <entry><systemitem>TranslateCoordinates</systemitem></entry>
 
2060
        <entry><function>XTranslateCoordinates</function></entry>
 
2061
      </row>
 
2062
      <row>
 
2063
        <entry><systemitem>UngrabButton</systemitem></entry>
 
2064
        <entry><function>XUngrabButton</function></entry>
 
2065
      </row>
 
2066
      <row>
 
2067
        <entry><systemitem>UngrabKey</systemitem></entry>
 
2068
        <entry><function>XUngrabKey</function></entry>
 
2069
      </row>
 
2070
      <row>
 
2071
        <entry><systemitem>UngrabKeyboard</systemitem></entry>
 
2072
        <entry><function>XUngrabKeyboard</function></entry>
 
2073
      </row>
 
2074
      <row>
 
2075
        <entry><systemitem>UngrabPointer</systemitem></entry>
 
2076
        <entry><function>XUngrabPointer</function></entry>
 
2077
      </row>
 
2078
      <row>
 
2079
        <entry><systemitem>UngrabServer</systemitem></entry>
 
2080
        <entry><function>XUngrabServer</function></entry>
 
2081
      </row>
 
2082
      <row>
 
2083
        <entry><systemitem>UninstallColormap</systemitem></entry>
 
2084
        <entry><function>XUninstallColormap</function></entry>
 
2085
      </row>
 
2086
      <row>
 
2087
        <entry><systemitem>UnmapSubwindows</systemitem></entry>
 
2088
        <entry><function>XUnmapSubWindows</function></entry>
 
2089
      </row>
 
2090
      <row>
 
2091
        <entry morerows="1"><systemitem>UnmapWindow</systemitem></entry>
 
2092
        <entry><function>XUnmapWindow</function></entry>
 
2093
      </row>
 
2094
      <row>
 
2095
 
 
2096
        <entry><function>XWithdrawWindow</function></entry>
 
2097
      </row>
 
2098
      <row>
 
2099
        <entry><systemitem>WarpPointer</systemitem></entry>
 
2100
        <entry><function>XWarpPointer</function></entry>
 
2101
      </row>
 
2102
    </tbody>
 
2103
  </tgroup>
 
2104
</table>
 
2105
</appendix>