This file is indexed.

/usr/share/doc/libxcb1-dev/manual/annotated.html is in libxcb-doc 1.10-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   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
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>XCB: Data Structures</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">XCB
   &#160;<span id="projectnumber">1.10</span>
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">Data Structures</div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the data structures with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="struct__xcb__ext.html" target="_self">_xcb_ext</a></td><td class="desc"></td></tr>
<tr id="row_1_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="struct__xcb__in.html" target="_self">_xcb_in</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="struct__xcb__map.html" target="_self">_xcb_map</a></td><td class="desc"></td></tr>
<tr id="row_3_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="struct__xcb__out.html" target="_self">_xcb_out</a></td><td class="desc"></td></tr>
<tr id="row_4_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="struct__xcb__xid.html" target="_self">_xcb_xid</a></td><td class="desc"></td></tr>
<tr id="row_5_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structevent__list.html" target="_self">event_list</a></td><td class="desc"></td></tr>
<tr id="row_6_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structiovec.html" target="_self">iovec</a></td><td class="desc"></td></tr>
<tr id="row_7_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structlazyreply.html" target="_self">lazyreply</a></td><td class="desc"></td></tr>
<tr id="row_8_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structnode.html" target="_self">node</a></td><td class="desc"></td></tr>
<tr id="row_9_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structpending__reply.html" target="_self">pending_reply</a></td><td class="desc"></td></tr>
<tr id="row_10_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structreader__list.html" target="_self">reader_list</a></td><td class="desc"></td></tr>
<tr id="row_11_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structreply__list.html" target="_self">reply_list</a></td><td class="desc"></td></tr>
<tr id="row_12_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__color__cells__cookie__t.html" target="_self">xcb_alloc_color_cells_cookie_t</a></td><td class="desc">Xcb_alloc_color_cells_cookie_t </td></tr>
<tr id="row_13_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__color__cells__reply__t.html" target="_self">xcb_alloc_color_cells_reply_t</a></td><td class="desc">Xcb_alloc_color_cells_reply_t </td></tr>
<tr id="row_14_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__color__cells__request__t.html" target="_self">xcb_alloc_color_cells_request_t</a></td><td class="desc">Xcb_alloc_color_cells_request_t </td></tr>
<tr id="row_15_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__color__cookie__t.html" target="_self">xcb_alloc_color_cookie_t</a></td><td class="desc">Xcb_alloc_color_cookie_t </td></tr>
<tr id="row_16_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__color__planes__cookie__t.html" target="_self">xcb_alloc_color_planes_cookie_t</a></td><td class="desc">Xcb_alloc_color_planes_cookie_t </td></tr>
<tr id="row_17_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__color__planes__reply__t.html" target="_self">xcb_alloc_color_planes_reply_t</a></td><td class="desc">Xcb_alloc_color_planes_reply_t </td></tr>
<tr id="row_18_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__color__planes__request__t.html" target="_self">xcb_alloc_color_planes_request_t</a></td><td class="desc">Xcb_alloc_color_planes_request_t </td></tr>
<tr id="row_19_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__color__reply__t.html" target="_self">xcb_alloc_color_reply_t</a></td><td class="desc">Xcb_alloc_color_reply_t </td></tr>
<tr id="row_20_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__color__request__t.html" target="_self">xcb_alloc_color_request_t</a></td><td class="desc">Xcb_alloc_color_request_t </td></tr>
<tr id="row_21_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__named__color__cookie__t.html" target="_self">xcb_alloc_named_color_cookie_t</a></td><td class="desc">Xcb_alloc_named_color_cookie_t </td></tr>
<tr id="row_22_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__named__color__reply__t.html" target="_self">xcb_alloc_named_color_reply_t</a></td><td class="desc">Xcb_alloc_named_color_reply_t </td></tr>
<tr id="row_23_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__alloc__named__color__request__t.html" target="_self">xcb_alloc_named_color_request_t</a></td><td class="desc">Xcb_alloc_named_color_request_t </td></tr>
<tr id="row_24_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__allow__events__request__t.html" target="_self">xcb_allow_events_request_t</a></td><td class="desc">Xcb_allow_events_request_t </td></tr>
<tr id="row_25_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__arc__iterator__t.html" target="_self">xcb_arc_iterator_t</a></td><td class="desc">Xcb_arc_iterator_t </td></tr>
<tr id="row_26_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__arc__t.html" target="_self">xcb_arc_t</a></td><td class="desc">Xcb_arc_t </td></tr>
<tr id="row_27_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__atom__iterator__t.html" target="_self">xcb_atom_iterator_t</a></td><td class="desc">Xcb_atom_iterator_t </td></tr>
<tr id="row_28_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__auth__info__t.html" target="_self">xcb_auth_info_t</a></td><td class="desc">Container for authorization information </td></tr>
<tr id="row_29_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__bell__request__t.html" target="_self">xcb_bell_request_t</a></td><td class="desc">Xcb_bell_request_t </td></tr>
<tr id="row_30_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__big__requests__enable__cookie__t.html" target="_self">xcb_big_requests_enable_cookie_t</a></td><td class="desc">Xcb_big_requests_enable_cookie_t </td></tr>
<tr id="row_31_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__big__requests__enable__reply__t.html" target="_self">xcb_big_requests_enable_reply_t</a></td><td class="desc">Xcb_big_requests_enable_reply_t </td></tr>
<tr id="row_32_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__big__requests__enable__request__t.html" target="_self">xcb_big_requests_enable_request_t</a></td><td class="desc">Xcb_big_requests_enable_request_t </td></tr>
<tr id="row_33_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__button__iterator__t.html" target="_self">xcb_button_iterator_t</a></td><td class="desc">Xcb_button_iterator_t </td></tr>
<tr id="row_34_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__button__press__event__t.html" target="_self">xcb_button_press_event_t</a></td><td class="desc">Xcb_button_press_event_t </td></tr>
<tr id="row_35_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__change__active__pointer__grab__request__t.html" target="_self">xcb_change_active_pointer_grab_request_t</a></td><td class="desc">Xcb_change_active_pointer_grab_request_t </td></tr>
<tr id="row_36_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__change__gc__request__t.html" target="_self">xcb_change_gc_request_t</a></td><td class="desc">Xcb_change_gc_request_t </td></tr>
<tr id="row_37_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__change__hosts__request__t.html" target="_self">xcb_change_hosts_request_t</a></td><td class="desc">Xcb_change_hosts_request_t </td></tr>
<tr id="row_38_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__change__keyboard__control__request__t.html" target="_self">xcb_change_keyboard_control_request_t</a></td><td class="desc">Xcb_change_keyboard_control_request_t </td></tr>
<tr id="row_39_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__change__keyboard__mapping__request__t.html" target="_self">xcb_change_keyboard_mapping_request_t</a></td><td class="desc">Xcb_change_keyboard_mapping_request_t </td></tr>
<tr id="row_40_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__change__pointer__control__request__t.html" target="_self">xcb_change_pointer_control_request_t</a></td><td class="desc">Xcb_change_pointer_control_request_t </td></tr>
<tr id="row_41_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__change__property__request__t.html" target="_self">xcb_change_property_request_t</a></td><td class="desc">Xcb_change_property_request_t </td></tr>
<tr id="row_42_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__change__save__set__request__t.html" target="_self">xcb_change_save_set_request_t</a></td><td class="desc">Xcb_change_save_set_request_t </td></tr>
<tr id="row_43_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__change__window__attributes__request__t.html" target="_self">xcb_change_window_attributes_request_t</a></td><td class="desc">Xcb_change_window_attributes_request_t </td></tr>
<tr id="row_44_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__char2b__iterator__t.html" target="_self">xcb_char2b_iterator_t</a></td><td class="desc">Xcb_char2b_iterator_t </td></tr>
<tr id="row_45_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__char2b__t.html" target="_self">xcb_char2b_t</a></td><td class="desc">Xcb_char2b_t </td></tr>
<tr id="row_46_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__charinfo__iterator__t.html" target="_self">xcb_charinfo_iterator_t</a></td><td class="desc">Xcb_charinfo_iterator_t </td></tr>
<tr id="row_47_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__charinfo__t.html" target="_self">xcb_charinfo_t</a></td><td class="desc">Xcb_charinfo_t </td></tr>
<tr id="row_48_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__circulate__notify__event__t.html" target="_self">xcb_circulate_notify_event_t</a></td><td class="desc">Xcb_circulate_notify_event_t </td></tr>
<tr id="row_49_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__circulate__window__request__t.html" target="_self">xcb_circulate_window_request_t</a></td><td class="desc">Xcb_circulate_window_request_t </td></tr>
<tr id="row_50_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__clear__area__request__t.html" target="_self">xcb_clear_area_request_t</a></td><td class="desc">Xcb_clear_area_request_t </td></tr>
<tr id="row_51_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__client__message__data__iterator__t.html" target="_self">xcb_client_message_data_iterator_t</a></td><td class="desc">Xcb_client_message_data_iterator_t </td></tr>
<tr id="row_52_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="unionxcb__client__message__data__t.html" target="_self">xcb_client_message_data_t</a></td><td class="desc">Xcb_client_message_data_t </td></tr>
<tr id="row_53_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__client__message__event__t.html" target="_self">xcb_client_message_event_t</a></td><td class="desc">Xcb_client_message_event_t </td></tr>
<tr id="row_54_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__close__font__request__t.html" target="_self">xcb_close_font_request_t</a></td><td class="desc">Xcb_close_font_request_t </td></tr>
<tr id="row_55_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__coloritem__iterator__t.html" target="_self">xcb_coloritem_iterator_t</a></td><td class="desc">Xcb_coloritem_iterator_t </td></tr>
<tr id="row_56_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__coloritem__t.html" target="_self">xcb_coloritem_t</a></td><td class="desc">Xcb_coloritem_t </td></tr>
<tr id="row_57_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__colormap__iterator__t.html" target="_self">xcb_colormap_iterator_t</a></td><td class="desc">Xcb_colormap_iterator_t </td></tr>
<tr id="row_58_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__colormap__notify__event__t.html" target="_self">xcb_colormap_notify_event_t</a></td><td class="desc">Xcb_colormap_notify_event_t </td></tr>
<tr id="row_59_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__create__region__from__border__clip__request__t.html" target="_self">xcb_composite_create_region_from_border_clip_request_t</a></td><td class="desc">Xcb_composite_create_region_from_border_clip_request_t </td></tr>
<tr id="row_60_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__get__overlay__window__cookie__t.html" target="_self">xcb_composite_get_overlay_window_cookie_t</a></td><td class="desc">Xcb_composite_get_overlay_window_cookie_t </td></tr>
<tr id="row_61_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__get__overlay__window__reply__t.html" target="_self">xcb_composite_get_overlay_window_reply_t</a></td><td class="desc">Xcb_composite_get_overlay_window_reply_t </td></tr>
<tr id="row_62_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__get__overlay__window__request__t.html" target="_self">xcb_composite_get_overlay_window_request_t</a></td><td class="desc">Xcb_composite_get_overlay_window_request_t </td></tr>
<tr id="row_63_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__name__window__pixmap__request__t.html" target="_self">xcb_composite_name_window_pixmap_request_t</a></td><td class="desc">Xcb_composite_name_window_pixmap_request_t </td></tr>
<tr id="row_64_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__query__version__cookie__t.html" target="_self">xcb_composite_query_version_cookie_t</a></td><td class="desc">Xcb_composite_query_version_cookie_t </td></tr>
<tr id="row_65_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__query__version__reply__t.html" target="_self">xcb_composite_query_version_reply_t</a></td><td class="desc">Xcb_composite_query_version_reply_t </td></tr>
<tr id="row_66_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__query__version__request__t.html" target="_self">xcb_composite_query_version_request_t</a></td><td class="desc">Xcb_composite_query_version_request_t </td></tr>
<tr id="row_67_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__redirect__subwindows__request__t.html" target="_self">xcb_composite_redirect_subwindows_request_t</a></td><td class="desc">Xcb_composite_redirect_subwindows_request_t </td></tr>
<tr id="row_68_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__redirect__window__request__t.html" target="_self">xcb_composite_redirect_window_request_t</a></td><td class="desc">Xcb_composite_redirect_window_request_t </td></tr>
<tr id="row_69_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__release__overlay__window__request__t.html" target="_self">xcb_composite_release_overlay_window_request_t</a></td><td class="desc">Xcb_composite_release_overlay_window_request_t </td></tr>
<tr id="row_70_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__unredirect__subwindows__request__t.html" target="_self">xcb_composite_unredirect_subwindows_request_t</a></td><td class="desc">Xcb_composite_unredirect_subwindows_request_t </td></tr>
<tr id="row_71_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__composite__unredirect__window__request__t.html" target="_self">xcb_composite_unredirect_window_request_t</a></td><td class="desc">Xcb_composite_unredirect_window_request_t </td></tr>
<tr id="row_72_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__configure__notify__event__t.html" target="_self">xcb_configure_notify_event_t</a></td><td class="desc">Xcb_configure_notify_event_t </td></tr>
<tr id="row_73_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__configure__request__event__t.html" target="_self">xcb_configure_request_event_t</a></td><td class="desc">Xcb_configure_request_event_t </td></tr>
<tr id="row_74_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__configure__window__request__t.html" target="_self">xcb_configure_window_request_t</a></td><td class="desc">Xcb_configure_window_request_t </td></tr>
<tr id="row_75_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__connection__t.html" target="_self">xcb_connection_t</a></td><td class="desc"></td></tr>
<tr id="row_76_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__convert__selection__request__t.html" target="_self">xcb_convert_selection_request_t</a></td><td class="desc">Xcb_convert_selection_request_t </td></tr>
<tr id="row_77_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__copy__area__request__t.html" target="_self">xcb_copy_area_request_t</a></td><td class="desc">Xcb_copy_area_request_t </td></tr>
<tr id="row_78_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__copy__colormap__and__free__request__t.html" target="_self">xcb_copy_colormap_and_free_request_t</a></td><td class="desc">Xcb_copy_colormap_and_free_request_t </td></tr>
<tr id="row_79_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__copy__gc__request__t.html" target="_self">xcb_copy_gc_request_t</a></td><td class="desc">Xcb_copy_gc_request_t </td></tr>
<tr id="row_80_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__copy__plane__request__t.html" target="_self">xcb_copy_plane_request_t</a></td><td class="desc">Xcb_copy_plane_request_t </td></tr>
<tr id="row_81_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__create__colormap__request__t.html" target="_self">xcb_create_colormap_request_t</a></td><td class="desc">Xcb_create_colormap_request_t </td></tr>
<tr id="row_82_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__create__cursor__request__t.html" target="_self">xcb_create_cursor_request_t</a></td><td class="desc">Xcb_create_cursor_request_t </td></tr>
<tr id="row_83_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__create__gc__request__t.html" target="_self">xcb_create_gc_request_t</a></td><td class="desc">Xcb_create_gc_request_t </td></tr>
<tr id="row_84_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__create__glyph__cursor__request__t.html" target="_self">xcb_create_glyph_cursor_request_t</a></td><td class="desc">Xcb_create_glyph_cursor_request_t </td></tr>
<tr id="row_85_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__create__notify__event__t.html" target="_self">xcb_create_notify_event_t</a></td><td class="desc">Xcb_create_notify_event_t </td></tr>
<tr id="row_86_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__create__pixmap__request__t.html" target="_self">xcb_create_pixmap_request_t</a></td><td class="desc">Xcb_create_pixmap_request_t </td></tr>
<tr id="row_87_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__create__window__request__t.html" target="_self">xcb_create_window_request_t</a></td><td class="desc">Xcb_create_window_request_t </td></tr>
<tr id="row_88_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__cursor__iterator__t.html" target="_self">xcb_cursor_iterator_t</a></td><td class="desc">Xcb_cursor_iterator_t </td></tr>
<tr id="row_89_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__add__request__t.html" target="_self">xcb_damage_add_request_t</a></td><td class="desc">Xcb_damage_add_request_t </td></tr>
<tr id="row_90_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__bad__damage__error__t.html" target="_self">xcb_damage_bad_damage_error_t</a></td><td class="desc">Xcb_damage_bad_damage_error_t </td></tr>
<tr id="row_91_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__create__request__t.html" target="_self">xcb_damage_create_request_t</a></td><td class="desc">Xcb_damage_create_request_t </td></tr>
<tr id="row_92_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__damage__iterator__t.html" target="_self">xcb_damage_damage_iterator_t</a></td><td class="desc">Xcb_damage_damage_iterator_t </td></tr>
<tr id="row_93_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__destroy__request__t.html" target="_self">xcb_damage_destroy_request_t</a></td><td class="desc">Xcb_damage_destroy_request_t </td></tr>
<tr id="row_94_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__notify__event__t.html" target="_self">xcb_damage_notify_event_t</a></td><td class="desc">Xcb_damage_notify_event_t </td></tr>
<tr id="row_95_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__query__version__cookie__t.html" target="_self">xcb_damage_query_version_cookie_t</a></td><td class="desc">Xcb_damage_query_version_cookie_t </td></tr>
<tr id="row_96_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__query__version__reply__t.html" target="_self">xcb_damage_query_version_reply_t</a></td><td class="desc">Xcb_damage_query_version_reply_t </td></tr>
<tr id="row_97_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__query__version__request__t.html" target="_self">xcb_damage_query_version_request_t</a></td><td class="desc">Xcb_damage_query_version_request_t </td></tr>
<tr id="row_98_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__damage__subtract__request__t.html" target="_self">xcb_damage_subtract_request_t</a></td><td class="desc">Xcb_damage_subtract_request_t </td></tr>
<tr id="row_99_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__delete__property__request__t.html" target="_self">xcb_delete_property_request_t</a></td><td class="desc">Xcb_delete_property_request_t </td></tr>
<tr id="row_100_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__depth__iterator__t.html" target="_self">xcb_depth_iterator_t</a></td><td class="desc">Xcb_depth_iterator_t </td></tr>
<tr id="row_101_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__depth__t.html" target="_self">xcb_depth_t</a></td><td class="desc">Xcb_depth_t </td></tr>
<tr id="row_102_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__destroy__notify__event__t.html" target="_self">xcb_destroy_notify_event_t</a></td><td class="desc">Xcb_destroy_notify_event_t </td></tr>
<tr id="row_103_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__destroy__subwindows__request__t.html" target="_self">xcb_destroy_subwindows_request_t</a></td><td class="desc">Xcb_destroy_subwindows_request_t </td></tr>
<tr id="row_104_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__destroy__window__request__t.html" target="_self">xcb_destroy_window_request_t</a></td><td class="desc">Xcb_destroy_window_request_t </td></tr>
<tr id="row_105_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__capable__cookie__t.html" target="_self">xcb_dpms_capable_cookie_t</a></td><td class="desc">Xcb_dpms_capable_cookie_t </td></tr>
<tr id="row_106_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__capable__reply__t.html" target="_self">xcb_dpms_capable_reply_t</a></td><td class="desc">Xcb_dpms_capable_reply_t </td></tr>
<tr id="row_107_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__capable__request__t.html" target="_self">xcb_dpms_capable_request_t</a></td><td class="desc">Xcb_dpms_capable_request_t </td></tr>
<tr id="row_108_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__disable__request__t.html" target="_self">xcb_dpms_disable_request_t</a></td><td class="desc">Xcb_dpms_disable_request_t </td></tr>
<tr id="row_109_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__enable__request__t.html" target="_self">xcb_dpms_enable_request_t</a></td><td class="desc">Xcb_dpms_enable_request_t </td></tr>
<tr id="row_110_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__force__level__request__t.html" target="_self">xcb_dpms_force_level_request_t</a></td><td class="desc">Xcb_dpms_force_level_request_t </td></tr>
<tr id="row_111_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__get__timeouts__cookie__t.html" target="_self">xcb_dpms_get_timeouts_cookie_t</a></td><td class="desc">Xcb_dpms_get_timeouts_cookie_t </td></tr>
<tr id="row_112_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__get__timeouts__reply__t.html" target="_self">xcb_dpms_get_timeouts_reply_t</a></td><td class="desc">Xcb_dpms_get_timeouts_reply_t </td></tr>
<tr id="row_113_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__get__timeouts__request__t.html" target="_self">xcb_dpms_get_timeouts_request_t</a></td><td class="desc">Xcb_dpms_get_timeouts_request_t </td></tr>
<tr id="row_114_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__get__version__cookie__t.html" target="_self">xcb_dpms_get_version_cookie_t</a></td><td class="desc">Xcb_dpms_get_version_cookie_t </td></tr>
<tr id="row_115_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__get__version__reply__t.html" target="_self">xcb_dpms_get_version_reply_t</a></td><td class="desc">Xcb_dpms_get_version_reply_t </td></tr>
<tr id="row_116_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__get__version__request__t.html" target="_self">xcb_dpms_get_version_request_t</a></td><td class="desc">Xcb_dpms_get_version_request_t </td></tr>
<tr id="row_117_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__info__cookie__t.html" target="_self">xcb_dpms_info_cookie_t</a></td><td class="desc">Xcb_dpms_info_cookie_t </td></tr>
<tr id="row_118_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__info__reply__t.html" target="_self">xcb_dpms_info_reply_t</a></td><td class="desc">Xcb_dpms_info_reply_t </td></tr>
<tr id="row_119_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__info__request__t.html" target="_self">xcb_dpms_info_request_t</a></td><td class="desc">Xcb_dpms_info_request_t </td></tr>
<tr id="row_120_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dpms__set__timeouts__request__t.html" target="_self">xcb_dpms_set_timeouts_request_t</a></td><td class="desc">Xcb_dpms_set_timeouts_request_t </td></tr>
<tr id="row_121_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__drawable__iterator__t.html" target="_self">xcb_drawable_iterator_t</a></td><td class="desc">Xcb_drawable_iterator_t </td></tr>
<tr id="row_122_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__attach__format__iterator__t.html" target="_self">xcb_dri2_attach_format_iterator_t</a></td><td class="desc">Xcb_dri2_attach_format_iterator_t </td></tr>
<tr id="row_123_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__attach__format__t.html" target="_self">xcb_dri2_attach_format_t</a></td><td class="desc">Xcb_dri2_attach_format_t </td></tr>
<tr id="row_124_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__authenticate__cookie__t.html" target="_self">xcb_dri2_authenticate_cookie_t</a></td><td class="desc">Xcb_dri2_authenticate_cookie_t </td></tr>
<tr id="row_125_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__authenticate__reply__t.html" target="_self">xcb_dri2_authenticate_reply_t</a></td><td class="desc">Xcb_dri2_authenticate_reply_t </td></tr>
<tr id="row_126_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__authenticate__request__t.html" target="_self">xcb_dri2_authenticate_request_t</a></td><td class="desc">Xcb_dri2_authenticate_request_t </td></tr>
<tr id="row_127_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__buffer__swap__complete__event__t.html" target="_self">xcb_dri2_buffer_swap_complete_event_t</a></td><td class="desc">Xcb_dri2_buffer_swap_complete_event_t </td></tr>
<tr id="row_128_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__connect__cookie__t.html" target="_self">xcb_dri2_connect_cookie_t</a></td><td class="desc">Xcb_dri2_connect_cookie_t </td></tr>
<tr id="row_129_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__connect__reply__t.html" target="_self">xcb_dri2_connect_reply_t</a></td><td class="desc">Xcb_dri2_connect_reply_t </td></tr>
<tr id="row_130_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__connect__request__t.html" target="_self">xcb_dri2_connect_request_t</a></td><td class="desc">Xcb_dri2_connect_request_t </td></tr>
<tr id="row_131_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__copy__region__cookie__t.html" target="_self">xcb_dri2_copy_region_cookie_t</a></td><td class="desc">Xcb_dri2_copy_region_cookie_t </td></tr>
<tr id="row_132_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__copy__region__reply__t.html" target="_self">xcb_dri2_copy_region_reply_t</a></td><td class="desc">Xcb_dri2_copy_region_reply_t </td></tr>
<tr id="row_133_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__copy__region__request__t.html" target="_self">xcb_dri2_copy_region_request_t</a></td><td class="desc">Xcb_dri2_copy_region_request_t </td></tr>
<tr id="row_134_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__create__drawable__request__t.html" target="_self">xcb_dri2_create_drawable_request_t</a></td><td class="desc">Xcb_dri2_create_drawable_request_t </td></tr>
<tr id="row_135_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__destroy__drawable__request__t.html" target="_self">xcb_dri2_destroy_drawable_request_t</a></td><td class="desc">Xcb_dri2_destroy_drawable_request_t </td></tr>
<tr id="row_136_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__dri2__buffer__iterator__t.html" target="_self">xcb_dri2_dri2_buffer_iterator_t</a></td><td class="desc">Xcb_dri2_dri2_buffer_iterator_t </td></tr>
<tr id="row_137_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__dri2__buffer__t.html" target="_self">xcb_dri2_dri2_buffer_t</a></td><td class="desc">Xcb_dri2_dri2_buffer_t </td></tr>
<tr id="row_138_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__buffers__cookie__t.html" target="_self">xcb_dri2_get_buffers_cookie_t</a></td><td class="desc">Xcb_dri2_get_buffers_cookie_t </td></tr>
<tr id="row_139_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__buffers__reply__t.html" target="_self">xcb_dri2_get_buffers_reply_t</a></td><td class="desc">Xcb_dri2_get_buffers_reply_t </td></tr>
<tr id="row_140_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__buffers__request__t.html" target="_self">xcb_dri2_get_buffers_request_t</a></td><td class="desc">Xcb_dri2_get_buffers_request_t </td></tr>
<tr id="row_141_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__buffers__with__format__cookie__t.html" target="_self">xcb_dri2_get_buffers_with_format_cookie_t</a></td><td class="desc">Xcb_dri2_get_buffers_with_format_cookie_t </td></tr>
<tr id="row_142_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__buffers__with__format__reply__t.html" target="_self">xcb_dri2_get_buffers_with_format_reply_t</a></td><td class="desc">Xcb_dri2_get_buffers_with_format_reply_t </td></tr>
<tr id="row_143_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__buffers__with__format__request__t.html" target="_self">xcb_dri2_get_buffers_with_format_request_t</a></td><td class="desc">Xcb_dri2_get_buffers_with_format_request_t </td></tr>
<tr id="row_144_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__msc__cookie__t.html" target="_self">xcb_dri2_get_msc_cookie_t</a></td><td class="desc">Xcb_dri2_get_msc_cookie_t </td></tr>
<tr id="row_145_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__msc__reply__t.html" target="_self">xcb_dri2_get_msc_reply_t</a></td><td class="desc">Xcb_dri2_get_msc_reply_t </td></tr>
<tr id="row_146_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__msc__request__t.html" target="_self">xcb_dri2_get_msc_request_t</a></td><td class="desc">Xcb_dri2_get_msc_request_t </td></tr>
<tr id="row_147_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__param__cookie__t.html" target="_self">xcb_dri2_get_param_cookie_t</a></td><td class="desc">Xcb_dri2_get_param_cookie_t </td></tr>
<tr id="row_148_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__param__reply__t.html" target="_self">xcb_dri2_get_param_reply_t</a></td><td class="desc">Xcb_dri2_get_param_reply_t </td></tr>
<tr id="row_149_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__get__param__request__t.html" target="_self">xcb_dri2_get_param_request_t</a></td><td class="desc">Xcb_dri2_get_param_request_t </td></tr>
<tr id="row_150_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__invalidate__buffers__event__t.html" target="_self">xcb_dri2_invalidate_buffers_event_t</a></td><td class="desc">Xcb_dri2_invalidate_buffers_event_t </td></tr>
<tr id="row_151_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__query__version__cookie__t.html" target="_self">xcb_dri2_query_version_cookie_t</a></td><td class="desc">Xcb_dri2_query_version_cookie_t </td></tr>
<tr id="row_152_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__query__version__reply__t.html" target="_self">xcb_dri2_query_version_reply_t</a></td><td class="desc">Xcb_dri2_query_version_reply_t </td></tr>
<tr id="row_153_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__query__version__request__t.html" target="_self">xcb_dri2_query_version_request_t</a></td><td class="desc">Xcb_dri2_query_version_request_t </td></tr>
<tr id="row_154_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__swap__buffers__cookie__t.html" target="_self">xcb_dri2_swap_buffers_cookie_t</a></td><td class="desc">Xcb_dri2_swap_buffers_cookie_t </td></tr>
<tr id="row_155_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__swap__buffers__reply__t.html" target="_self">xcb_dri2_swap_buffers_reply_t</a></td><td class="desc">Xcb_dri2_swap_buffers_reply_t </td></tr>
<tr id="row_156_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__swap__buffers__request__t.html" target="_self">xcb_dri2_swap_buffers_request_t</a></td><td class="desc">Xcb_dri2_swap_buffers_request_t </td></tr>
<tr id="row_157_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__swap__interval__request__t.html" target="_self">xcb_dri2_swap_interval_request_t</a></td><td class="desc">Xcb_dri2_swap_interval_request_t </td></tr>
<tr id="row_158_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__wait__msc__cookie__t.html" target="_self">xcb_dri2_wait_msc_cookie_t</a></td><td class="desc">Xcb_dri2_wait_msc_cookie_t </td></tr>
<tr id="row_159_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__wait__msc__reply__t.html" target="_self">xcb_dri2_wait_msc_reply_t</a></td><td class="desc">Xcb_dri2_wait_msc_reply_t </td></tr>
<tr id="row_160_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__wait__msc__request__t.html" target="_self">xcb_dri2_wait_msc_request_t</a></td><td class="desc">Xcb_dri2_wait_msc_request_t </td></tr>
<tr id="row_161_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__wait__sbc__cookie__t.html" target="_self">xcb_dri2_wait_sbc_cookie_t</a></td><td class="desc">Xcb_dri2_wait_sbc_cookie_t </td></tr>
<tr id="row_162_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__wait__sbc__reply__t.html" target="_self">xcb_dri2_wait_sbc_reply_t</a></td><td class="desc">Xcb_dri2_wait_sbc_reply_t </td></tr>
<tr id="row_163_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri2__wait__sbc__request__t.html" target="_self">xcb_dri2_wait_sbc_request_t</a></td><td class="desc">Xcb_dri2_wait_sbc_request_t </td></tr>
<tr id="row_164_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__buffer__from__pixmap__cookie__t.html" target="_self">xcb_dri3_buffer_from_pixmap_cookie_t</a></td><td class="desc">Xcb_dri3_buffer_from_pixmap_cookie_t </td></tr>
<tr id="row_165_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__buffer__from__pixmap__reply__t.html" target="_self">xcb_dri3_buffer_from_pixmap_reply_t</a></td><td class="desc">Xcb_dri3_buffer_from_pixmap_reply_t </td></tr>
<tr id="row_166_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__buffer__from__pixmap__request__t.html" target="_self">xcb_dri3_buffer_from_pixmap_request_t</a></td><td class="desc">Xcb_dri3_buffer_from_pixmap_request_t </td></tr>
<tr id="row_167_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__fd__from__fence__cookie__t.html" target="_self">xcb_dri3_fd_from_fence_cookie_t</a></td><td class="desc">Xcb_dri3_fd_from_fence_cookie_t </td></tr>
<tr id="row_168_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__fd__from__fence__reply__t.html" target="_self">xcb_dri3_fd_from_fence_reply_t</a></td><td class="desc">Xcb_dri3_fd_from_fence_reply_t </td></tr>
<tr id="row_169_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__fd__from__fence__request__t.html" target="_self">xcb_dri3_fd_from_fence_request_t</a></td><td class="desc">Xcb_dri3_fd_from_fence_request_t </td></tr>
<tr id="row_170_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__fence__from__fd__request__t.html" target="_self">xcb_dri3_fence_from_fd_request_t</a></td><td class="desc">Xcb_dri3_fence_from_fd_request_t </td></tr>
<tr id="row_171_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__open__cookie__t.html" target="_self">xcb_dri3_open_cookie_t</a></td><td class="desc">Xcb_dri3_open_cookie_t </td></tr>
<tr id="row_172_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__open__reply__t.html" target="_self">xcb_dri3_open_reply_t</a></td><td class="desc">Xcb_dri3_open_reply_t </td></tr>
<tr id="row_173_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__open__request__t.html" target="_self">xcb_dri3_open_request_t</a></td><td class="desc">Xcb_dri3_open_request_t </td></tr>
<tr id="row_174_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__pixmap__from__buffer__request__t.html" target="_self">xcb_dri3_pixmap_from_buffer_request_t</a></td><td class="desc">Xcb_dri3_pixmap_from_buffer_request_t </td></tr>
<tr id="row_175_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__query__version__cookie__t.html" target="_self">xcb_dri3_query_version_cookie_t</a></td><td class="desc">Xcb_dri3_query_version_cookie_t </td></tr>
<tr id="row_176_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__query__version__reply__t.html" target="_self">xcb_dri3_query_version_reply_t</a></td><td class="desc">Xcb_dri3_query_version_reply_t </td></tr>
<tr id="row_177_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__dri3__query__version__request__t.html" target="_self">xcb_dri3_query_version_request_t</a></td><td class="desc">Xcb_dri3_query_version_request_t </td></tr>
<tr id="row_178_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__enter__notify__event__t.html" target="_self">xcb_enter_notify_event_t</a></td><td class="desc">Xcb_enter_notify_event_t </td></tr>
<tr id="row_179_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__expose__event__t.html" target="_self">xcb_expose_event_t</a></td><td class="desc">Xcb_expose_event_t </td></tr>
<tr id="row_180_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__extension__t.html" target="_self">xcb_extension_t</a></td><td class="desc"></td></tr>
<tr id="row_181_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__fill__poly__request__t.html" target="_self">xcb_fill_poly_request_t</a></td><td class="desc">Xcb_fill_poly_request_t </td></tr>
<tr id="row_182_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__focus__in__event__t.html" target="_self">xcb_focus_in_event_t</a></td><td class="desc">Xcb_focus_in_event_t </td></tr>
<tr id="row_183_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__font__iterator__t.html" target="_self">xcb_font_iterator_t</a></td><td class="desc">Xcb_font_iterator_t </td></tr>
<tr id="row_184_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__fontable__iterator__t.html" target="_self">xcb_fontable_iterator_t</a></td><td class="desc">Xcb_fontable_iterator_t </td></tr>
<tr id="row_185_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__fontprop__iterator__t.html" target="_self">xcb_fontprop_iterator_t</a></td><td class="desc">Xcb_fontprop_iterator_t </td></tr>
<tr id="row_186_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__fontprop__t.html" target="_self">xcb_fontprop_t</a></td><td class="desc">Xcb_fontprop_t </td></tr>
<tr id="row_187_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__force__screen__saver__request__t.html" target="_self">xcb_force_screen_saver_request_t</a></td><td class="desc">Xcb_force_screen_saver_request_t </td></tr>
<tr id="row_188_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__format__iterator__t.html" target="_self">xcb_format_iterator_t</a></td><td class="desc">Xcb_format_iterator_t </td></tr>
<tr id="row_189_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__format__t.html" target="_self">xcb_format_t</a></td><td class="desc">Xcb_format_t </td></tr>
<tr id="row_190_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__free__colormap__request__t.html" target="_self">xcb_free_colormap_request_t</a></td><td class="desc">Xcb_free_colormap_request_t </td></tr>
<tr id="row_191_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__free__colors__request__t.html" target="_self">xcb_free_colors_request_t</a></td><td class="desc">Xcb_free_colors_request_t </td></tr>
<tr id="row_192_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__free__cursor__request__t.html" target="_self">xcb_free_cursor_request_t</a></td><td class="desc">Xcb_free_cursor_request_t </td></tr>
<tr id="row_193_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__free__gc__request__t.html" target="_self">xcb_free_gc_request_t</a></td><td class="desc">Xcb_free_gc_request_t </td></tr>
<tr id="row_194_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__free__pixmap__request__t.html" target="_self">xcb_free_pixmap_request_t</a></td><td class="desc">Xcb_free_pixmap_request_t </td></tr>
<tr id="row_195_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__gcontext__iterator__t.html" target="_self">xcb_gcontext_iterator_t</a></td><td class="desc">Xcb_gcontext_iterator_t </td></tr>
<tr id="row_196_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__ge__event__t.html" target="_self">xcb_ge_event_t</a></td><td class="desc">GE event </td></tr>
<tr id="row_197_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__ge__generic__event__t.html" target="_self">xcb_ge_generic_event_t</a></td><td class="desc">Xcb_ge_generic_event_t </td></tr>
<tr id="row_198_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__ge__special__event__t.html" target="_self">xcb_ge_special_event_t</a></td><td class="desc"></td></tr>
<tr id="row_199_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__generic__error__t.html" target="_self">xcb_generic_error_t</a></td><td class="desc">Generic error </td></tr>
<tr id="row_200_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__generic__event__t.html" target="_self">xcb_generic_event_t</a></td><td class="desc">Generic event </td></tr>
<tr id="row_201_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__generic__iterator__t.html" target="_self">xcb_generic_iterator_t</a></td><td class="desc">Generic iterator </td></tr>
<tr id="row_202_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__generic__reply__t.html" target="_self">xcb_generic_reply_t</a></td><td class="desc">Generic reply </td></tr>
<tr id="row_203_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__atom__name__cookie__t.html" target="_self">xcb_get_atom_name_cookie_t</a></td><td class="desc">Xcb_get_atom_name_cookie_t </td></tr>
<tr id="row_204_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__atom__name__reply__t.html" target="_self">xcb_get_atom_name_reply_t</a></td><td class="desc">Xcb_get_atom_name_reply_t </td></tr>
<tr id="row_205_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__atom__name__request__t.html" target="_self">xcb_get_atom_name_request_t</a></td><td class="desc">Xcb_get_atom_name_request_t </td></tr>
<tr id="row_206_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__font__path__cookie__t.html" target="_self">xcb_get_font_path_cookie_t</a></td><td class="desc">Xcb_get_font_path_cookie_t </td></tr>
<tr id="row_207_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__font__path__reply__t.html" target="_self">xcb_get_font_path_reply_t</a></td><td class="desc">Xcb_get_font_path_reply_t </td></tr>
<tr id="row_208_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__font__path__request__t.html" target="_self">xcb_get_font_path_request_t</a></td><td class="desc">Xcb_get_font_path_request_t </td></tr>
<tr id="row_209_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__geometry__cookie__t.html" target="_self">xcb_get_geometry_cookie_t</a></td><td class="desc">Xcb_get_geometry_cookie_t </td></tr>
<tr id="row_210_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__geometry__reply__t.html" target="_self">xcb_get_geometry_reply_t</a></td><td class="desc">Xcb_get_geometry_reply_t </td></tr>
<tr id="row_211_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__geometry__request__t.html" target="_self">xcb_get_geometry_request_t</a></td><td class="desc">Xcb_get_geometry_request_t </td></tr>
<tr id="row_212_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__image__cookie__t.html" target="_self">xcb_get_image_cookie_t</a></td><td class="desc">Xcb_get_image_cookie_t </td></tr>
<tr id="row_213_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__image__reply__t.html" target="_self">xcb_get_image_reply_t</a></td><td class="desc">Xcb_get_image_reply_t </td></tr>
<tr id="row_214_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__image__request__t.html" target="_self">xcb_get_image_request_t</a></td><td class="desc">Xcb_get_image_request_t </td></tr>
<tr id="row_215_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__input__focus__cookie__t.html" target="_self">xcb_get_input_focus_cookie_t</a></td><td class="desc">Xcb_get_input_focus_cookie_t </td></tr>
<tr id="row_216_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__input__focus__reply__t.html" target="_self">xcb_get_input_focus_reply_t</a></td><td class="desc">Xcb_get_input_focus_reply_t </td></tr>
<tr id="row_217_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__input__focus__request__t.html" target="_self">xcb_get_input_focus_request_t</a></td><td class="desc">Xcb_get_input_focus_request_t </td></tr>
<tr id="row_218_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__keyboard__control__cookie__t.html" target="_self">xcb_get_keyboard_control_cookie_t</a></td><td class="desc">Xcb_get_keyboard_control_cookie_t </td></tr>
<tr id="row_219_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__keyboard__control__reply__t.html" target="_self">xcb_get_keyboard_control_reply_t</a></td><td class="desc">Xcb_get_keyboard_control_reply_t </td></tr>
<tr id="row_220_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__keyboard__control__request__t.html" target="_self">xcb_get_keyboard_control_request_t</a></td><td class="desc">Xcb_get_keyboard_control_request_t </td></tr>
<tr id="row_221_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__keyboard__mapping__cookie__t.html" target="_self">xcb_get_keyboard_mapping_cookie_t</a></td><td class="desc">Xcb_get_keyboard_mapping_cookie_t </td></tr>
<tr id="row_222_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__keyboard__mapping__reply__t.html" target="_self">xcb_get_keyboard_mapping_reply_t</a></td><td class="desc">Xcb_get_keyboard_mapping_reply_t </td></tr>
<tr id="row_223_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__keyboard__mapping__request__t.html" target="_self">xcb_get_keyboard_mapping_request_t</a></td><td class="desc">Xcb_get_keyboard_mapping_request_t </td></tr>
<tr id="row_224_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__modifier__mapping__cookie__t.html" target="_self">xcb_get_modifier_mapping_cookie_t</a></td><td class="desc">Xcb_get_modifier_mapping_cookie_t </td></tr>
<tr id="row_225_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__modifier__mapping__reply__t.html" target="_self">xcb_get_modifier_mapping_reply_t</a></td><td class="desc">Xcb_get_modifier_mapping_reply_t </td></tr>
<tr id="row_226_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__modifier__mapping__request__t.html" target="_self">xcb_get_modifier_mapping_request_t</a></td><td class="desc">Xcb_get_modifier_mapping_request_t </td></tr>
<tr id="row_227_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__motion__events__cookie__t.html" target="_self">xcb_get_motion_events_cookie_t</a></td><td class="desc">Xcb_get_motion_events_cookie_t </td></tr>
<tr id="row_228_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__motion__events__reply__t.html" target="_self">xcb_get_motion_events_reply_t</a></td><td class="desc">Xcb_get_motion_events_reply_t </td></tr>
<tr id="row_229_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__motion__events__request__t.html" target="_self">xcb_get_motion_events_request_t</a></td><td class="desc">Xcb_get_motion_events_request_t </td></tr>
<tr id="row_230_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__pointer__control__cookie__t.html" target="_self">xcb_get_pointer_control_cookie_t</a></td><td class="desc">Xcb_get_pointer_control_cookie_t </td></tr>
<tr id="row_231_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__pointer__control__reply__t.html" target="_self">xcb_get_pointer_control_reply_t</a></td><td class="desc">Xcb_get_pointer_control_reply_t </td></tr>
<tr id="row_232_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__pointer__control__request__t.html" target="_self">xcb_get_pointer_control_request_t</a></td><td class="desc">Xcb_get_pointer_control_request_t </td></tr>
<tr id="row_233_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__pointer__mapping__cookie__t.html" target="_self">xcb_get_pointer_mapping_cookie_t</a></td><td class="desc">Xcb_get_pointer_mapping_cookie_t </td></tr>
<tr id="row_234_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__pointer__mapping__reply__t.html" target="_self">xcb_get_pointer_mapping_reply_t</a></td><td class="desc">Xcb_get_pointer_mapping_reply_t </td></tr>
<tr id="row_235_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__pointer__mapping__request__t.html" target="_self">xcb_get_pointer_mapping_request_t</a></td><td class="desc">Xcb_get_pointer_mapping_request_t </td></tr>
<tr id="row_236_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__property__cookie__t.html" target="_self">xcb_get_property_cookie_t</a></td><td class="desc">Xcb_get_property_cookie_t </td></tr>
<tr id="row_237_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__property__reply__t.html" target="_self">xcb_get_property_reply_t</a></td><td class="desc">Xcb_get_property_reply_t </td></tr>
<tr id="row_238_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__property__request__t.html" target="_self">xcb_get_property_request_t</a></td><td class="desc">Xcb_get_property_request_t </td></tr>
<tr id="row_239_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__screen__saver__cookie__t.html" target="_self">xcb_get_screen_saver_cookie_t</a></td><td class="desc">Xcb_get_screen_saver_cookie_t </td></tr>
<tr id="row_240_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__screen__saver__reply__t.html" target="_self">xcb_get_screen_saver_reply_t</a></td><td class="desc">Xcb_get_screen_saver_reply_t </td></tr>
<tr id="row_241_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__screen__saver__request__t.html" target="_self">xcb_get_screen_saver_request_t</a></td><td class="desc">Xcb_get_screen_saver_request_t </td></tr>
<tr id="row_242_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__selection__owner__cookie__t.html" target="_self">xcb_get_selection_owner_cookie_t</a></td><td class="desc">Xcb_get_selection_owner_cookie_t </td></tr>
<tr id="row_243_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__selection__owner__reply__t.html" target="_self">xcb_get_selection_owner_reply_t</a></td><td class="desc">Xcb_get_selection_owner_reply_t </td></tr>
<tr id="row_244_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__selection__owner__request__t.html" target="_self">xcb_get_selection_owner_request_t</a></td><td class="desc">Xcb_get_selection_owner_request_t </td></tr>
<tr id="row_245_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__window__attributes__cookie__t.html" target="_self">xcb_get_window_attributes_cookie_t</a></td><td class="desc">Xcb_get_window_attributes_cookie_t </td></tr>
<tr id="row_246_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__window__attributes__reply__t.html" target="_self">xcb_get_window_attributes_reply_t</a></td><td class="desc">Xcb_get_window_attributes_reply_t </td></tr>
<tr id="row_247_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__get__window__attributes__request__t.html" target="_self">xcb_get_window_attributes_request_t</a></td><td class="desc">Xcb_get_window_attributes_request_t </td></tr>
<tr id="row_248_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__are__textures__resident__cookie__t.html" target="_self">xcb_glx_are_textures_resident_cookie_t</a></td><td class="desc">Xcb_glx_are_textures_resident_cookie_t </td></tr>
<tr id="row_249_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__are__textures__resident__reply__t.html" target="_self">xcb_glx_are_textures_resident_reply_t</a></td><td class="desc">Xcb_glx_are_textures_resident_reply_t </td></tr>
<tr id="row_250_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__are__textures__resident__request__t.html" target="_self">xcb_glx_are_textures_resident_request_t</a></td><td class="desc">Xcb_glx_are_textures_resident_request_t </td></tr>
<tr id="row_251_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__bool32__iterator__t.html" target="_self">xcb_glx_bool32_iterator_t</a></td><td class="desc">Xcb_glx_bool32_iterator_t </td></tr>
<tr id="row_252_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__buffer__swap__complete__event__t.html" target="_self">xcb_glx_buffer_swap_complete_event_t</a></td><td class="desc">Xcb_glx_buffer_swap_complete_event_t </td></tr>
<tr id="row_253_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__change__drawable__attributes__request__t.html" target="_self">xcb_glx_change_drawable_attributes_request_t</a></td><td class="desc">Xcb_glx_change_drawable_attributes_request_t </td></tr>
<tr id="row_254_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__client__info__request__t.html" target="_self">xcb_glx_client_info_request_t</a></td><td class="desc">Xcb_glx_client_info_request_t </td></tr>
<tr id="row_255_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__context__iterator__t.html" target="_self">xcb_glx_context_iterator_t</a></td><td class="desc">Xcb_glx_context_iterator_t </td></tr>
<tr id="row_256_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__context__tag__iterator__t.html" target="_self">xcb_glx_context_tag_iterator_t</a></td><td class="desc">Xcb_glx_context_tag_iterator_t </td></tr>
<tr id="row_257_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__copy__context__request__t.html" target="_self">xcb_glx_copy_context_request_t</a></td><td class="desc">Xcb_glx_copy_context_request_t </td></tr>
<tr id="row_258_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__create__context__attribs__arb__request__t.html" target="_self">xcb_glx_create_context_attribs_arb_request_t</a></td><td class="desc">Xcb_glx_create_context_attribs_arb_request_t </td></tr>
<tr id="row_259_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__create__context__request__t.html" target="_self">xcb_glx_create_context_request_t</a></td><td class="desc">Xcb_glx_create_context_request_t </td></tr>
<tr id="row_260_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__create__glx__pixmap__request__t.html" target="_self">xcb_glx_create_glx_pixmap_request_t</a></td><td class="desc">Xcb_glx_create_glx_pixmap_request_t </td></tr>
<tr id="row_261_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__create__new__context__request__t.html" target="_self">xcb_glx_create_new_context_request_t</a></td><td class="desc">Xcb_glx_create_new_context_request_t </td></tr>
<tr id="row_262_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__create__pbuffer__request__t.html" target="_self">xcb_glx_create_pbuffer_request_t</a></td><td class="desc">Xcb_glx_create_pbuffer_request_t </td></tr>
<tr id="row_263_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__create__pixmap__request__t.html" target="_self">xcb_glx_create_pixmap_request_t</a></td><td class="desc">Xcb_glx_create_pixmap_request_t </td></tr>
<tr id="row_264_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__create__window__request__t.html" target="_self">xcb_glx_create_window_request_t</a></td><td class="desc">Xcb_glx_create_window_request_t </td></tr>
<tr id="row_265_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__delete__lists__request__t.html" target="_self">xcb_glx_delete_lists_request_t</a></td><td class="desc">Xcb_glx_delete_lists_request_t </td></tr>
<tr id="row_266_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__delete__queries__arb__request__t.html" target="_self">xcb_glx_delete_queries_arb_request_t</a></td><td class="desc">Xcb_glx_delete_queries_arb_request_t </td></tr>
<tr id="row_267_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__delete__textures__request__t.html" target="_self">xcb_glx_delete_textures_request_t</a></td><td class="desc">Xcb_glx_delete_textures_request_t </td></tr>
<tr id="row_268_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__delete__window__request__t.html" target="_self">xcb_glx_delete_window_request_t</a></td><td class="desc">Xcb_glx_delete_window_request_t </td></tr>
<tr id="row_269_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__destroy__context__request__t.html" target="_self">xcb_glx_destroy_context_request_t</a></td><td class="desc">Xcb_glx_destroy_context_request_t </td></tr>
<tr id="row_270_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__destroy__glx__pixmap__request__t.html" target="_self">xcb_glx_destroy_glx_pixmap_request_t</a></td><td class="desc">Xcb_glx_destroy_glx_pixmap_request_t </td></tr>
<tr id="row_271_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__destroy__pbuffer__request__t.html" target="_self">xcb_glx_destroy_pbuffer_request_t</a></td><td class="desc">Xcb_glx_destroy_pbuffer_request_t </td></tr>
<tr id="row_272_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__destroy__pixmap__request__t.html" target="_self">xcb_glx_destroy_pixmap_request_t</a></td><td class="desc">Xcb_glx_destroy_pixmap_request_t </td></tr>
<tr id="row_273_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__drawable__iterator__t.html" target="_self">xcb_glx_drawable_iterator_t</a></td><td class="desc">Xcb_glx_drawable_iterator_t </td></tr>
<tr id="row_274_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__end__list__request__t.html" target="_self">xcb_glx_end_list_request_t</a></td><td class="desc">Xcb_glx_end_list_request_t </td></tr>
<tr id="row_275_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__fbconfig__iterator__t.html" target="_self">xcb_glx_fbconfig_iterator_t</a></td><td class="desc">Xcb_glx_fbconfig_iterator_t </td></tr>
<tr id="row_276_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__feedback__buffer__request__t.html" target="_self">xcb_glx_feedback_buffer_request_t</a></td><td class="desc">Xcb_glx_feedback_buffer_request_t </td></tr>
<tr id="row_277_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__finish__cookie__t.html" target="_self">xcb_glx_finish_cookie_t</a></td><td class="desc">Xcb_glx_finish_cookie_t </td></tr>
<tr id="row_278_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__finish__reply__t.html" target="_self">xcb_glx_finish_reply_t</a></td><td class="desc">Xcb_glx_finish_reply_t </td></tr>
<tr id="row_279_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__finish__request__t.html" target="_self">xcb_glx_finish_request_t</a></td><td class="desc">Xcb_glx_finish_request_t </td></tr>
<tr id="row_280_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__float32__iterator__t.html" target="_self">xcb_glx_float32_iterator_t</a></td><td class="desc">Xcb_glx_float32_iterator_t </td></tr>
<tr id="row_281_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__float64__iterator__t.html" target="_self">xcb_glx_float64_iterator_t</a></td><td class="desc">Xcb_glx_float64_iterator_t </td></tr>
<tr id="row_282_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__flush__request__t.html" target="_self">xcb_glx_flush_request_t</a></td><td class="desc">Xcb_glx_flush_request_t </td></tr>
<tr id="row_283_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__gen__lists__cookie__t.html" target="_self">xcb_glx_gen_lists_cookie_t</a></td><td class="desc">Xcb_glx_gen_lists_cookie_t </td></tr>
<tr id="row_284_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__gen__lists__reply__t.html" target="_self">xcb_glx_gen_lists_reply_t</a></td><td class="desc">Xcb_glx_gen_lists_reply_t </td></tr>
<tr id="row_285_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__gen__lists__request__t.html" target="_self">xcb_glx_gen_lists_request_t</a></td><td class="desc">Xcb_glx_gen_lists_request_t </td></tr>
<tr id="row_286_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__gen__queries__arb__cookie__t.html" target="_self">xcb_glx_gen_queries_arb_cookie_t</a></td><td class="desc">Xcb_glx_gen_queries_arb_cookie_t </td></tr>
<tr id="row_287_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__gen__queries__arb__reply__t.html" target="_self">xcb_glx_gen_queries_arb_reply_t</a></td><td class="desc">Xcb_glx_gen_queries_arb_reply_t </td></tr>
<tr id="row_288_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__gen__queries__arb__request__t.html" target="_self">xcb_glx_gen_queries_arb_request_t</a></td><td class="desc">Xcb_glx_gen_queries_arb_request_t </td></tr>
<tr id="row_289_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__gen__textures__cookie__t.html" target="_self">xcb_glx_gen_textures_cookie_t</a></td><td class="desc">Xcb_glx_gen_textures_cookie_t </td></tr>
<tr id="row_290_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__gen__textures__reply__t.html" target="_self">xcb_glx_gen_textures_reply_t</a></td><td class="desc">Xcb_glx_gen_textures_reply_t </td></tr>
<tr id="row_291_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__gen__textures__request__t.html" target="_self">xcb_glx_gen_textures_request_t</a></td><td class="desc">Xcb_glx_gen_textures_request_t </td></tr>
<tr id="row_292_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__generic__error__t.html" target="_self">xcb_glx_generic_error_t</a></td><td class="desc">Xcb_glx_generic_error_t </td></tr>
<tr id="row_293_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__booleanv__cookie__t.html" target="_self">xcb_glx_get_booleanv_cookie_t</a></td><td class="desc">Xcb_glx_get_booleanv_cookie_t </td></tr>
<tr id="row_294_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__booleanv__reply__t.html" target="_self">xcb_glx_get_booleanv_reply_t</a></td><td class="desc">Xcb_glx_get_booleanv_reply_t </td></tr>
<tr id="row_295_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__booleanv__request__t.html" target="_self">xcb_glx_get_booleanv_request_t</a></td><td class="desc">Xcb_glx_get_booleanv_request_t </td></tr>
<tr id="row_296_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__clip__plane__cookie__t.html" target="_self">xcb_glx_get_clip_plane_cookie_t</a></td><td class="desc">Xcb_glx_get_clip_plane_cookie_t </td></tr>
<tr id="row_297_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__clip__plane__reply__t.html" target="_self">xcb_glx_get_clip_plane_reply_t</a></td><td class="desc">Xcb_glx_get_clip_plane_reply_t </td></tr>
<tr id="row_298_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__clip__plane__request__t.html" target="_self">xcb_glx_get_clip_plane_request_t</a></td><td class="desc">Xcb_glx_get_clip_plane_request_t </td></tr>
<tr id="row_299_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__color__table__cookie__t.html" target="_self">xcb_glx_get_color_table_cookie_t</a></td><td class="desc">Xcb_glx_get_color_table_cookie_t </td></tr>
<tr id="row_300_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__color__table__parameterfv__cookie__t.html" target="_self">xcb_glx_get_color_table_parameterfv_cookie_t</a></td><td class="desc">Xcb_glx_get_color_table_parameterfv_cookie_t </td></tr>
<tr id="row_301_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__color__table__parameterfv__reply__t.html" target="_self">xcb_glx_get_color_table_parameterfv_reply_t</a></td><td class="desc">Xcb_glx_get_color_table_parameterfv_reply_t </td></tr>
<tr id="row_302_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__color__table__parameterfv__request__t.html" target="_self">xcb_glx_get_color_table_parameterfv_request_t</a></td><td class="desc">Xcb_glx_get_color_table_parameterfv_request_t </td></tr>
<tr id="row_303_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__color__table__parameteriv__cookie__t.html" target="_self">xcb_glx_get_color_table_parameteriv_cookie_t</a></td><td class="desc">Xcb_glx_get_color_table_parameteriv_cookie_t </td></tr>
<tr id="row_304_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__color__table__parameteriv__reply__t.html" target="_self">xcb_glx_get_color_table_parameteriv_reply_t</a></td><td class="desc">Xcb_glx_get_color_table_parameteriv_reply_t </td></tr>
<tr id="row_305_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__color__table__parameteriv__request__t.html" target="_self">xcb_glx_get_color_table_parameteriv_request_t</a></td><td class="desc">Xcb_glx_get_color_table_parameteriv_request_t </td></tr>
<tr id="row_306_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__color__table__reply__t.html" target="_self">xcb_glx_get_color_table_reply_t</a></td><td class="desc">Xcb_glx_get_color_table_reply_t </td></tr>
<tr id="row_307_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__color__table__request__t.html" target="_self">xcb_glx_get_color_table_request_t</a></td><td class="desc">Xcb_glx_get_color_table_request_t </td></tr>
<tr id="row_308_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__compressed__tex__image__arb__cookie__t.html" target="_self">xcb_glx_get_compressed_tex_image_arb_cookie_t</a></td><td class="desc">Xcb_glx_get_compressed_tex_image_arb_cookie_t </td></tr>
<tr id="row_309_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__compressed__tex__image__arb__reply__t.html" target="_self">xcb_glx_get_compressed_tex_image_arb_reply_t</a></td><td class="desc">Xcb_glx_get_compressed_tex_image_arb_reply_t </td></tr>
<tr id="row_310_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__compressed__tex__image__arb__request__t.html" target="_self">xcb_glx_get_compressed_tex_image_arb_request_t</a></td><td class="desc">Xcb_glx_get_compressed_tex_image_arb_request_t </td></tr>
<tr id="row_311_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__convolution__filter__cookie__t.html" target="_self">xcb_glx_get_convolution_filter_cookie_t</a></td><td class="desc">Xcb_glx_get_convolution_filter_cookie_t </td></tr>
<tr id="row_312_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__convolution__filter__reply__t.html" target="_self">xcb_glx_get_convolution_filter_reply_t</a></td><td class="desc">Xcb_glx_get_convolution_filter_reply_t </td></tr>
<tr id="row_313_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__convolution__filter__request__t.html" target="_self">xcb_glx_get_convolution_filter_request_t</a></td><td class="desc">Xcb_glx_get_convolution_filter_request_t </td></tr>
<tr id="row_314_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__convolution__parameterfv__cookie__t.html" target="_self">xcb_glx_get_convolution_parameterfv_cookie_t</a></td><td class="desc">Xcb_glx_get_convolution_parameterfv_cookie_t </td></tr>
<tr id="row_315_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__convolution__parameterfv__reply__t.html" target="_self">xcb_glx_get_convolution_parameterfv_reply_t</a></td><td class="desc">Xcb_glx_get_convolution_parameterfv_reply_t </td></tr>
<tr id="row_316_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__convolution__parameterfv__request__t.html" target="_self">xcb_glx_get_convolution_parameterfv_request_t</a></td><td class="desc">Xcb_glx_get_convolution_parameterfv_request_t </td></tr>
<tr id="row_317_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__convolution__parameteriv__cookie__t.html" target="_self">xcb_glx_get_convolution_parameteriv_cookie_t</a></td><td class="desc">Xcb_glx_get_convolution_parameteriv_cookie_t </td></tr>
<tr id="row_318_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__convolution__parameteriv__reply__t.html" target="_self">xcb_glx_get_convolution_parameteriv_reply_t</a></td><td class="desc">Xcb_glx_get_convolution_parameteriv_reply_t </td></tr>
<tr id="row_319_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__convolution__parameteriv__request__t.html" target="_self">xcb_glx_get_convolution_parameteriv_request_t</a></td><td class="desc">Xcb_glx_get_convolution_parameteriv_request_t </td></tr>
<tr id="row_320_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__doublev__cookie__t.html" target="_self">xcb_glx_get_doublev_cookie_t</a></td><td class="desc">Xcb_glx_get_doublev_cookie_t </td></tr>
<tr id="row_321_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__doublev__reply__t.html" target="_self">xcb_glx_get_doublev_reply_t</a></td><td class="desc">Xcb_glx_get_doublev_reply_t </td></tr>
<tr id="row_322_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__doublev__request__t.html" target="_self">xcb_glx_get_doublev_request_t</a></td><td class="desc">Xcb_glx_get_doublev_request_t </td></tr>
<tr id="row_323_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__drawable__attributes__cookie__t.html" target="_self">xcb_glx_get_drawable_attributes_cookie_t</a></td><td class="desc">Xcb_glx_get_drawable_attributes_cookie_t </td></tr>
<tr id="row_324_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__drawable__attributes__reply__t.html" target="_self">xcb_glx_get_drawable_attributes_reply_t</a></td><td class="desc">Xcb_glx_get_drawable_attributes_reply_t </td></tr>
<tr id="row_325_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__drawable__attributes__request__t.html" target="_self">xcb_glx_get_drawable_attributes_request_t</a></td><td class="desc">Xcb_glx_get_drawable_attributes_request_t </td></tr>
<tr id="row_326_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__error__cookie__t.html" target="_self">xcb_glx_get_error_cookie_t</a></td><td class="desc">Xcb_glx_get_error_cookie_t </td></tr>
<tr id="row_327_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__error__reply__t.html" target="_self">xcb_glx_get_error_reply_t</a></td><td class="desc">Xcb_glx_get_error_reply_t </td></tr>
<tr id="row_328_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__error__request__t.html" target="_self">xcb_glx_get_error_request_t</a></td><td class="desc">Xcb_glx_get_error_request_t </td></tr>
<tr id="row_329_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__fb__configs__cookie__t.html" target="_self">xcb_glx_get_fb_configs_cookie_t</a></td><td class="desc">Xcb_glx_get_fb_configs_cookie_t </td></tr>
<tr id="row_330_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__fb__configs__reply__t.html" target="_self">xcb_glx_get_fb_configs_reply_t</a></td><td class="desc">Xcb_glx_get_fb_configs_reply_t </td></tr>
<tr id="row_331_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__fb__configs__request__t.html" target="_self">xcb_glx_get_fb_configs_request_t</a></td><td class="desc">Xcb_glx_get_fb_configs_request_t </td></tr>
<tr id="row_332_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__floatv__cookie__t.html" target="_self">xcb_glx_get_floatv_cookie_t</a></td><td class="desc">Xcb_glx_get_floatv_cookie_t </td></tr>
<tr id="row_333_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__floatv__reply__t.html" target="_self">xcb_glx_get_floatv_reply_t</a></td><td class="desc">Xcb_glx_get_floatv_reply_t </td></tr>
<tr id="row_334_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__floatv__request__t.html" target="_self">xcb_glx_get_floatv_request_t</a></td><td class="desc">Xcb_glx_get_floatv_request_t </td></tr>
<tr id="row_335_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__histogram__cookie__t.html" target="_self">xcb_glx_get_histogram_cookie_t</a></td><td class="desc">Xcb_glx_get_histogram_cookie_t </td></tr>
<tr id="row_336_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__histogram__parameterfv__cookie__t.html" target="_self">xcb_glx_get_histogram_parameterfv_cookie_t</a></td><td class="desc">Xcb_glx_get_histogram_parameterfv_cookie_t </td></tr>
<tr id="row_337_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__histogram__parameterfv__reply__t.html" target="_self">xcb_glx_get_histogram_parameterfv_reply_t</a></td><td class="desc">Xcb_glx_get_histogram_parameterfv_reply_t </td></tr>
<tr id="row_338_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__histogram__parameterfv__request__t.html" target="_self">xcb_glx_get_histogram_parameterfv_request_t</a></td><td class="desc">Xcb_glx_get_histogram_parameterfv_request_t </td></tr>
<tr id="row_339_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__histogram__parameteriv__cookie__t.html" target="_self">xcb_glx_get_histogram_parameteriv_cookie_t</a></td><td class="desc">Xcb_glx_get_histogram_parameteriv_cookie_t </td></tr>
<tr id="row_340_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__histogram__parameteriv__reply__t.html" target="_self">xcb_glx_get_histogram_parameteriv_reply_t</a></td><td class="desc">Xcb_glx_get_histogram_parameteriv_reply_t </td></tr>
<tr id="row_341_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__histogram__parameteriv__request__t.html" target="_self">xcb_glx_get_histogram_parameteriv_request_t</a></td><td class="desc">Xcb_glx_get_histogram_parameteriv_request_t </td></tr>
<tr id="row_342_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__histogram__reply__t.html" target="_self">xcb_glx_get_histogram_reply_t</a></td><td class="desc">Xcb_glx_get_histogram_reply_t </td></tr>
<tr id="row_343_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__histogram__request__t.html" target="_self">xcb_glx_get_histogram_request_t</a></td><td class="desc">Xcb_glx_get_histogram_request_t </td></tr>
<tr id="row_344_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__integerv__cookie__t.html" target="_self">xcb_glx_get_integerv_cookie_t</a></td><td class="desc">Xcb_glx_get_integerv_cookie_t </td></tr>
<tr id="row_345_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__integerv__reply__t.html" target="_self">xcb_glx_get_integerv_reply_t</a></td><td class="desc">Xcb_glx_get_integerv_reply_t </td></tr>
<tr id="row_346_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__integerv__request__t.html" target="_self">xcb_glx_get_integerv_request_t</a></td><td class="desc">Xcb_glx_get_integerv_request_t </td></tr>
<tr id="row_347_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__lightfv__cookie__t.html" target="_self">xcb_glx_get_lightfv_cookie_t</a></td><td class="desc">Xcb_glx_get_lightfv_cookie_t </td></tr>
<tr id="row_348_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__lightfv__reply__t.html" target="_self">xcb_glx_get_lightfv_reply_t</a></td><td class="desc">Xcb_glx_get_lightfv_reply_t </td></tr>
<tr id="row_349_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__lightfv__request__t.html" target="_self">xcb_glx_get_lightfv_request_t</a></td><td class="desc">Xcb_glx_get_lightfv_request_t </td></tr>
<tr id="row_350_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__lightiv__cookie__t.html" target="_self">xcb_glx_get_lightiv_cookie_t</a></td><td class="desc">Xcb_glx_get_lightiv_cookie_t </td></tr>
<tr id="row_351_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__lightiv__reply__t.html" target="_self">xcb_glx_get_lightiv_reply_t</a></td><td class="desc">Xcb_glx_get_lightiv_reply_t </td></tr>
<tr id="row_352_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__lightiv__request__t.html" target="_self">xcb_glx_get_lightiv_request_t</a></td><td class="desc">Xcb_glx_get_lightiv_request_t </td></tr>
<tr id="row_353_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__mapdv__cookie__t.html" target="_self">xcb_glx_get_mapdv_cookie_t</a></td><td class="desc">Xcb_glx_get_mapdv_cookie_t </td></tr>
<tr id="row_354_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__mapdv__reply__t.html" target="_self">xcb_glx_get_mapdv_reply_t</a></td><td class="desc">Xcb_glx_get_mapdv_reply_t </td></tr>
<tr id="row_355_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__mapdv__request__t.html" target="_self">xcb_glx_get_mapdv_request_t</a></td><td class="desc">Xcb_glx_get_mapdv_request_t </td></tr>
<tr id="row_356_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__mapfv__cookie__t.html" target="_self">xcb_glx_get_mapfv_cookie_t</a></td><td class="desc">Xcb_glx_get_mapfv_cookie_t </td></tr>
<tr id="row_357_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__mapfv__reply__t.html" target="_self">xcb_glx_get_mapfv_reply_t</a></td><td class="desc">Xcb_glx_get_mapfv_reply_t </td></tr>
<tr id="row_358_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__mapfv__request__t.html" target="_self">xcb_glx_get_mapfv_request_t</a></td><td class="desc">Xcb_glx_get_mapfv_request_t </td></tr>
<tr id="row_359_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__mapiv__cookie__t.html" target="_self">xcb_glx_get_mapiv_cookie_t</a></td><td class="desc">Xcb_glx_get_mapiv_cookie_t </td></tr>
<tr id="row_360_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__mapiv__reply__t.html" target="_self">xcb_glx_get_mapiv_reply_t</a></td><td class="desc">Xcb_glx_get_mapiv_reply_t </td></tr>
<tr id="row_361_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__mapiv__request__t.html" target="_self">xcb_glx_get_mapiv_request_t</a></td><td class="desc">Xcb_glx_get_mapiv_request_t </td></tr>
<tr id="row_362_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__materialfv__cookie__t.html" target="_self">xcb_glx_get_materialfv_cookie_t</a></td><td class="desc">Xcb_glx_get_materialfv_cookie_t </td></tr>
<tr id="row_363_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__materialfv__reply__t.html" target="_self">xcb_glx_get_materialfv_reply_t</a></td><td class="desc">Xcb_glx_get_materialfv_reply_t </td></tr>
<tr id="row_364_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__materialfv__request__t.html" target="_self">xcb_glx_get_materialfv_request_t</a></td><td class="desc">Xcb_glx_get_materialfv_request_t </td></tr>
<tr id="row_365_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__materialiv__cookie__t.html" target="_self">xcb_glx_get_materialiv_cookie_t</a></td><td class="desc">Xcb_glx_get_materialiv_cookie_t </td></tr>
<tr id="row_366_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__materialiv__reply__t.html" target="_self">xcb_glx_get_materialiv_reply_t</a></td><td class="desc">Xcb_glx_get_materialiv_reply_t </td></tr>
<tr id="row_367_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__materialiv__request__t.html" target="_self">xcb_glx_get_materialiv_request_t</a></td><td class="desc">Xcb_glx_get_materialiv_request_t </td></tr>
<tr id="row_368_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__minmax__cookie__t.html" target="_self">xcb_glx_get_minmax_cookie_t</a></td><td class="desc">Xcb_glx_get_minmax_cookie_t </td></tr>
<tr id="row_369_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__minmax__parameterfv__cookie__t.html" target="_self">xcb_glx_get_minmax_parameterfv_cookie_t</a></td><td class="desc">Xcb_glx_get_minmax_parameterfv_cookie_t </td></tr>
<tr id="row_370_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__minmax__parameterfv__reply__t.html" target="_self">xcb_glx_get_minmax_parameterfv_reply_t</a></td><td class="desc">Xcb_glx_get_minmax_parameterfv_reply_t </td></tr>
<tr id="row_371_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__minmax__parameterfv__request__t.html" target="_self">xcb_glx_get_minmax_parameterfv_request_t</a></td><td class="desc">Xcb_glx_get_minmax_parameterfv_request_t </td></tr>
<tr id="row_372_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__minmax__parameteriv__cookie__t.html" target="_self">xcb_glx_get_minmax_parameteriv_cookie_t</a></td><td class="desc">Xcb_glx_get_minmax_parameteriv_cookie_t </td></tr>
<tr id="row_373_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__minmax__parameteriv__reply__t.html" target="_self">xcb_glx_get_minmax_parameteriv_reply_t</a></td><td class="desc">Xcb_glx_get_minmax_parameteriv_reply_t </td></tr>
<tr id="row_374_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__minmax__parameteriv__request__t.html" target="_self">xcb_glx_get_minmax_parameteriv_request_t</a></td><td class="desc">Xcb_glx_get_minmax_parameteriv_request_t </td></tr>
<tr id="row_375_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__minmax__reply__t.html" target="_self">xcb_glx_get_minmax_reply_t</a></td><td class="desc">Xcb_glx_get_minmax_reply_t </td></tr>
<tr id="row_376_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__minmax__request__t.html" target="_self">xcb_glx_get_minmax_request_t</a></td><td class="desc">Xcb_glx_get_minmax_request_t </td></tr>
<tr id="row_377_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__pixel__mapfv__cookie__t.html" target="_self">xcb_glx_get_pixel_mapfv_cookie_t</a></td><td class="desc">Xcb_glx_get_pixel_mapfv_cookie_t </td></tr>
<tr id="row_378_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__pixel__mapfv__reply__t.html" target="_self">xcb_glx_get_pixel_mapfv_reply_t</a></td><td class="desc">Xcb_glx_get_pixel_mapfv_reply_t </td></tr>
<tr id="row_379_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__pixel__mapfv__request__t.html" target="_self">xcb_glx_get_pixel_mapfv_request_t</a></td><td class="desc">Xcb_glx_get_pixel_mapfv_request_t </td></tr>
<tr id="row_380_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__pixel__mapuiv__cookie__t.html" target="_self">xcb_glx_get_pixel_mapuiv_cookie_t</a></td><td class="desc">Xcb_glx_get_pixel_mapuiv_cookie_t </td></tr>
<tr id="row_381_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__pixel__mapuiv__reply__t.html" target="_self">xcb_glx_get_pixel_mapuiv_reply_t</a></td><td class="desc">Xcb_glx_get_pixel_mapuiv_reply_t </td></tr>
<tr id="row_382_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__pixel__mapuiv__request__t.html" target="_self">xcb_glx_get_pixel_mapuiv_request_t</a></td><td class="desc">Xcb_glx_get_pixel_mapuiv_request_t </td></tr>
<tr id="row_383_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__pixel__mapusv__cookie__t.html" target="_self">xcb_glx_get_pixel_mapusv_cookie_t</a></td><td class="desc">Xcb_glx_get_pixel_mapusv_cookie_t </td></tr>
<tr id="row_384_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__pixel__mapusv__reply__t.html" target="_self">xcb_glx_get_pixel_mapusv_reply_t</a></td><td class="desc">Xcb_glx_get_pixel_mapusv_reply_t </td></tr>
<tr id="row_385_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__pixel__mapusv__request__t.html" target="_self">xcb_glx_get_pixel_mapusv_request_t</a></td><td class="desc">Xcb_glx_get_pixel_mapusv_request_t </td></tr>
<tr id="row_386_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__polygon__stipple__cookie__t.html" target="_self">xcb_glx_get_polygon_stipple_cookie_t</a></td><td class="desc">Xcb_glx_get_polygon_stipple_cookie_t </td></tr>
<tr id="row_387_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__polygon__stipple__reply__t.html" target="_self">xcb_glx_get_polygon_stipple_reply_t</a></td><td class="desc">Xcb_glx_get_polygon_stipple_reply_t </td></tr>
<tr id="row_388_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__polygon__stipple__request__t.html" target="_self">xcb_glx_get_polygon_stipple_request_t</a></td><td class="desc">Xcb_glx_get_polygon_stipple_request_t </td></tr>
<tr id="row_389_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__query__objectiv__arb__cookie__t.html" target="_self">xcb_glx_get_query_objectiv_arb_cookie_t</a></td><td class="desc">Xcb_glx_get_query_objectiv_arb_cookie_t </td></tr>
<tr id="row_390_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__query__objectiv__arb__reply__t.html" target="_self">xcb_glx_get_query_objectiv_arb_reply_t</a></td><td class="desc">Xcb_glx_get_query_objectiv_arb_reply_t </td></tr>
<tr id="row_391_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__query__objectiv__arb__request__t.html" target="_self">xcb_glx_get_query_objectiv_arb_request_t</a></td><td class="desc">Xcb_glx_get_query_objectiv_arb_request_t </td></tr>
<tr id="row_392_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__query__objectuiv__arb__cookie__t.html" target="_self">xcb_glx_get_query_objectuiv_arb_cookie_t</a></td><td class="desc">Xcb_glx_get_query_objectuiv_arb_cookie_t </td></tr>
<tr id="row_393_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__query__objectuiv__arb__reply__t.html" target="_self">xcb_glx_get_query_objectuiv_arb_reply_t</a></td><td class="desc">Xcb_glx_get_query_objectuiv_arb_reply_t </td></tr>
<tr id="row_394_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__query__objectuiv__arb__request__t.html" target="_self">xcb_glx_get_query_objectuiv_arb_request_t</a></td><td class="desc">Xcb_glx_get_query_objectuiv_arb_request_t </td></tr>
<tr id="row_395_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__queryiv__arb__cookie__t.html" target="_self">xcb_glx_get_queryiv_arb_cookie_t</a></td><td class="desc">Xcb_glx_get_queryiv_arb_cookie_t </td></tr>
<tr id="row_396_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__queryiv__arb__reply__t.html" target="_self">xcb_glx_get_queryiv_arb_reply_t</a></td><td class="desc">Xcb_glx_get_queryiv_arb_reply_t </td></tr>
<tr id="row_397_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__queryiv__arb__request__t.html" target="_self">xcb_glx_get_queryiv_arb_request_t</a></td><td class="desc">Xcb_glx_get_queryiv_arb_request_t </td></tr>
<tr id="row_398_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__separable__filter__cookie__t.html" target="_self">xcb_glx_get_separable_filter_cookie_t</a></td><td class="desc">Xcb_glx_get_separable_filter_cookie_t </td></tr>
<tr id="row_399_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__separable__filter__reply__t.html" target="_self">xcb_glx_get_separable_filter_reply_t</a></td><td class="desc">Xcb_glx_get_separable_filter_reply_t </td></tr>
<tr id="row_400_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__separable__filter__request__t.html" target="_self">xcb_glx_get_separable_filter_request_t</a></td><td class="desc">Xcb_glx_get_separable_filter_request_t </td></tr>
<tr id="row_401_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__string__cookie__t.html" target="_self">xcb_glx_get_string_cookie_t</a></td><td class="desc">Xcb_glx_get_string_cookie_t </td></tr>
<tr id="row_402_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__string__reply__t.html" target="_self">xcb_glx_get_string_reply_t</a></td><td class="desc">Xcb_glx_get_string_reply_t </td></tr>
<tr id="row_403_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__string__request__t.html" target="_self">xcb_glx_get_string_request_t</a></td><td class="desc">Xcb_glx_get_string_request_t </td></tr>
<tr id="row_404_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__envfv__cookie__t.html" target="_self">xcb_glx_get_tex_envfv_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_envfv_cookie_t </td></tr>
<tr id="row_405_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__envfv__reply__t.html" target="_self">xcb_glx_get_tex_envfv_reply_t</a></td><td class="desc">Xcb_glx_get_tex_envfv_reply_t </td></tr>
<tr id="row_406_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__envfv__request__t.html" target="_self">xcb_glx_get_tex_envfv_request_t</a></td><td class="desc">Xcb_glx_get_tex_envfv_request_t </td></tr>
<tr id="row_407_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__enviv__cookie__t.html" target="_self">xcb_glx_get_tex_enviv_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_enviv_cookie_t </td></tr>
<tr id="row_408_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__enviv__reply__t.html" target="_self">xcb_glx_get_tex_enviv_reply_t</a></td><td class="desc">Xcb_glx_get_tex_enviv_reply_t </td></tr>
<tr id="row_409_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__enviv__request__t.html" target="_self">xcb_glx_get_tex_enviv_request_t</a></td><td class="desc">Xcb_glx_get_tex_enviv_request_t </td></tr>
<tr id="row_410_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__gendv__cookie__t.html" target="_self">xcb_glx_get_tex_gendv_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_gendv_cookie_t </td></tr>
<tr id="row_411_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__gendv__reply__t.html" target="_self">xcb_glx_get_tex_gendv_reply_t</a></td><td class="desc">Xcb_glx_get_tex_gendv_reply_t </td></tr>
<tr id="row_412_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__gendv__request__t.html" target="_self">xcb_glx_get_tex_gendv_request_t</a></td><td class="desc">Xcb_glx_get_tex_gendv_request_t </td></tr>
<tr id="row_413_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__genfv__cookie__t.html" target="_self">xcb_glx_get_tex_genfv_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_genfv_cookie_t </td></tr>
<tr id="row_414_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__genfv__reply__t.html" target="_self">xcb_glx_get_tex_genfv_reply_t</a></td><td class="desc">Xcb_glx_get_tex_genfv_reply_t </td></tr>
<tr id="row_415_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__genfv__request__t.html" target="_self">xcb_glx_get_tex_genfv_request_t</a></td><td class="desc">Xcb_glx_get_tex_genfv_request_t </td></tr>
<tr id="row_416_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__geniv__cookie__t.html" target="_self">xcb_glx_get_tex_geniv_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_geniv_cookie_t </td></tr>
<tr id="row_417_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__geniv__reply__t.html" target="_self">xcb_glx_get_tex_geniv_reply_t</a></td><td class="desc">Xcb_glx_get_tex_geniv_reply_t </td></tr>
<tr id="row_418_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__geniv__request__t.html" target="_self">xcb_glx_get_tex_geniv_request_t</a></td><td class="desc">Xcb_glx_get_tex_geniv_request_t </td></tr>
<tr id="row_419_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__image__cookie__t.html" target="_self">xcb_glx_get_tex_image_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_image_cookie_t </td></tr>
<tr id="row_420_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__image__reply__t.html" target="_self">xcb_glx_get_tex_image_reply_t</a></td><td class="desc">Xcb_glx_get_tex_image_reply_t </td></tr>
<tr id="row_421_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__image__request__t.html" target="_self">xcb_glx_get_tex_image_request_t</a></td><td class="desc">Xcb_glx_get_tex_image_request_t </td></tr>
<tr id="row_422_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__level__parameterfv__cookie__t.html" target="_self">xcb_glx_get_tex_level_parameterfv_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_level_parameterfv_cookie_t </td></tr>
<tr id="row_423_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__level__parameterfv__reply__t.html" target="_self">xcb_glx_get_tex_level_parameterfv_reply_t</a></td><td class="desc">Xcb_glx_get_tex_level_parameterfv_reply_t </td></tr>
<tr id="row_424_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__level__parameterfv__request__t.html" target="_self">xcb_glx_get_tex_level_parameterfv_request_t</a></td><td class="desc">Xcb_glx_get_tex_level_parameterfv_request_t </td></tr>
<tr id="row_425_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__level__parameteriv__cookie__t.html" target="_self">xcb_glx_get_tex_level_parameteriv_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_level_parameteriv_cookie_t </td></tr>
<tr id="row_426_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__level__parameteriv__reply__t.html" target="_self">xcb_glx_get_tex_level_parameteriv_reply_t</a></td><td class="desc">Xcb_glx_get_tex_level_parameteriv_reply_t </td></tr>
<tr id="row_427_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__level__parameteriv__request__t.html" target="_self">xcb_glx_get_tex_level_parameteriv_request_t</a></td><td class="desc">Xcb_glx_get_tex_level_parameteriv_request_t </td></tr>
<tr id="row_428_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__parameterfv__cookie__t.html" target="_self">xcb_glx_get_tex_parameterfv_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_parameterfv_cookie_t </td></tr>
<tr id="row_429_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__parameterfv__reply__t.html" target="_self">xcb_glx_get_tex_parameterfv_reply_t</a></td><td class="desc">Xcb_glx_get_tex_parameterfv_reply_t </td></tr>
<tr id="row_430_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__parameterfv__request__t.html" target="_self">xcb_glx_get_tex_parameterfv_request_t</a></td><td class="desc">Xcb_glx_get_tex_parameterfv_request_t </td></tr>
<tr id="row_431_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__parameteriv__cookie__t.html" target="_self">xcb_glx_get_tex_parameteriv_cookie_t</a></td><td class="desc">Xcb_glx_get_tex_parameteriv_cookie_t </td></tr>
<tr id="row_432_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__parameteriv__reply__t.html" target="_self">xcb_glx_get_tex_parameteriv_reply_t</a></td><td class="desc">Xcb_glx_get_tex_parameteriv_reply_t </td></tr>
<tr id="row_433_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__tex__parameteriv__request__t.html" target="_self">xcb_glx_get_tex_parameteriv_request_t</a></td><td class="desc">Xcb_glx_get_tex_parameteriv_request_t </td></tr>
<tr id="row_434_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__visual__configs__cookie__t.html" target="_self">xcb_glx_get_visual_configs_cookie_t</a></td><td class="desc">Xcb_glx_get_visual_configs_cookie_t </td></tr>
<tr id="row_435_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__visual__configs__reply__t.html" target="_self">xcb_glx_get_visual_configs_reply_t</a></td><td class="desc">Xcb_glx_get_visual_configs_reply_t </td></tr>
<tr id="row_436_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__get__visual__configs__request__t.html" target="_self">xcb_glx_get_visual_configs_request_t</a></td><td class="desc">Xcb_glx_get_visual_configs_request_t </td></tr>
<tr id="row_437_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__direct__cookie__t.html" target="_self">xcb_glx_is_direct_cookie_t</a></td><td class="desc">Xcb_glx_is_direct_cookie_t </td></tr>
<tr id="row_438_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__direct__reply__t.html" target="_self">xcb_glx_is_direct_reply_t</a></td><td class="desc">Xcb_glx_is_direct_reply_t </td></tr>
<tr id="row_439_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__direct__request__t.html" target="_self">xcb_glx_is_direct_request_t</a></td><td class="desc">Xcb_glx_is_direct_request_t </td></tr>
<tr id="row_440_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__list__cookie__t.html" target="_self">xcb_glx_is_list_cookie_t</a></td><td class="desc">Xcb_glx_is_list_cookie_t </td></tr>
<tr id="row_441_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__list__reply__t.html" target="_self">xcb_glx_is_list_reply_t</a></td><td class="desc">Xcb_glx_is_list_reply_t </td></tr>
<tr id="row_442_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__list__request__t.html" target="_self">xcb_glx_is_list_request_t</a></td><td class="desc">Xcb_glx_is_list_request_t </td></tr>
<tr id="row_443_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__query__arb__cookie__t.html" target="_self">xcb_glx_is_query_arb_cookie_t</a></td><td class="desc">Xcb_glx_is_query_arb_cookie_t </td></tr>
<tr id="row_444_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__query__arb__reply__t.html" target="_self">xcb_glx_is_query_arb_reply_t</a></td><td class="desc">Xcb_glx_is_query_arb_reply_t </td></tr>
<tr id="row_445_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__query__arb__request__t.html" target="_self">xcb_glx_is_query_arb_request_t</a></td><td class="desc">Xcb_glx_is_query_arb_request_t </td></tr>
<tr id="row_446_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__texture__cookie__t.html" target="_self">xcb_glx_is_texture_cookie_t</a></td><td class="desc">Xcb_glx_is_texture_cookie_t </td></tr>
<tr id="row_447_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__texture__reply__t.html" target="_self">xcb_glx_is_texture_reply_t</a></td><td class="desc">Xcb_glx_is_texture_reply_t </td></tr>
<tr id="row_448_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__is__texture__request__t.html" target="_self">xcb_glx_is_texture_request_t</a></td><td class="desc">Xcb_glx_is_texture_request_t </td></tr>
<tr id="row_449_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__make__context__current__cookie__t.html" target="_self">xcb_glx_make_context_current_cookie_t</a></td><td class="desc">Xcb_glx_make_context_current_cookie_t </td></tr>
<tr id="row_450_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__make__context__current__reply__t.html" target="_self">xcb_glx_make_context_current_reply_t</a></td><td class="desc">Xcb_glx_make_context_current_reply_t </td></tr>
<tr id="row_451_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__make__context__current__request__t.html" target="_self">xcb_glx_make_context_current_request_t</a></td><td class="desc">Xcb_glx_make_context_current_request_t </td></tr>
<tr id="row_452_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__make__current__cookie__t.html" target="_self">xcb_glx_make_current_cookie_t</a></td><td class="desc">Xcb_glx_make_current_cookie_t </td></tr>
<tr id="row_453_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__make__current__reply__t.html" target="_self">xcb_glx_make_current_reply_t</a></td><td class="desc">Xcb_glx_make_current_reply_t </td></tr>
<tr id="row_454_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__make__current__request__t.html" target="_self">xcb_glx_make_current_request_t</a></td><td class="desc">Xcb_glx_make_current_request_t </td></tr>
<tr id="row_455_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__new__list__request__t.html" target="_self">xcb_glx_new_list_request_t</a></td><td class="desc">Xcb_glx_new_list_request_t </td></tr>
<tr id="row_456_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__pbuffer__clobber__event__t.html" target="_self">xcb_glx_pbuffer_clobber_event_t</a></td><td class="desc">Xcb_glx_pbuffer_clobber_event_t </td></tr>
<tr id="row_457_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__pbuffer__iterator__t.html" target="_self">xcb_glx_pbuffer_iterator_t</a></td><td class="desc">Xcb_glx_pbuffer_iterator_t </td></tr>
<tr id="row_458_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__pixel__storef__request__t.html" target="_self">xcb_glx_pixel_storef_request_t</a></td><td class="desc">Xcb_glx_pixel_storef_request_t </td></tr>
<tr id="row_459_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__pixel__storei__request__t.html" target="_self">xcb_glx_pixel_storei_request_t</a></td><td class="desc">Xcb_glx_pixel_storei_request_t </td></tr>
<tr id="row_460_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__pixmap__iterator__t.html" target="_self">xcb_glx_pixmap_iterator_t</a></td><td class="desc">Xcb_glx_pixmap_iterator_t </td></tr>
<tr id="row_461_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__context__cookie__t.html" target="_self">xcb_glx_query_context_cookie_t</a></td><td class="desc">Xcb_glx_query_context_cookie_t </td></tr>
<tr id="row_462_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__context__reply__t.html" target="_self">xcb_glx_query_context_reply_t</a></td><td class="desc">Xcb_glx_query_context_reply_t </td></tr>
<tr id="row_463_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__context__request__t.html" target="_self">xcb_glx_query_context_request_t</a></td><td class="desc">Xcb_glx_query_context_request_t </td></tr>
<tr id="row_464_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__extensions__string__cookie__t.html" target="_self">xcb_glx_query_extensions_string_cookie_t</a></td><td class="desc">Xcb_glx_query_extensions_string_cookie_t </td></tr>
<tr id="row_465_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__extensions__string__reply__t.html" target="_self">xcb_glx_query_extensions_string_reply_t</a></td><td class="desc">Xcb_glx_query_extensions_string_reply_t </td></tr>
<tr id="row_466_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__extensions__string__request__t.html" target="_self">xcb_glx_query_extensions_string_request_t</a></td><td class="desc">Xcb_glx_query_extensions_string_request_t </td></tr>
<tr id="row_467_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__server__string__cookie__t.html" target="_self">xcb_glx_query_server_string_cookie_t</a></td><td class="desc">Xcb_glx_query_server_string_cookie_t </td></tr>
<tr id="row_468_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__server__string__reply__t.html" target="_self">xcb_glx_query_server_string_reply_t</a></td><td class="desc">Xcb_glx_query_server_string_reply_t </td></tr>
<tr id="row_469_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__server__string__request__t.html" target="_self">xcb_glx_query_server_string_request_t</a></td><td class="desc">Xcb_glx_query_server_string_request_t </td></tr>
<tr id="row_470_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__version__cookie__t.html" target="_self">xcb_glx_query_version_cookie_t</a></td><td class="desc">Xcb_glx_query_version_cookie_t </td></tr>
<tr id="row_471_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__version__reply__t.html" target="_self">xcb_glx_query_version_reply_t</a></td><td class="desc">Xcb_glx_query_version_reply_t </td></tr>
<tr id="row_472_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__query__version__request__t.html" target="_self">xcb_glx_query_version_request_t</a></td><td class="desc">Xcb_glx_query_version_request_t </td></tr>
<tr id="row_473_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__read__pixels__cookie__t.html" target="_self">xcb_glx_read_pixels_cookie_t</a></td><td class="desc">Xcb_glx_read_pixels_cookie_t </td></tr>
<tr id="row_474_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__read__pixels__reply__t.html" target="_self">xcb_glx_read_pixels_reply_t</a></td><td class="desc">Xcb_glx_read_pixels_reply_t </td></tr>
<tr id="row_475_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__read__pixels__request__t.html" target="_self">xcb_glx_read_pixels_request_t</a></td><td class="desc">Xcb_glx_read_pixels_request_t </td></tr>
<tr id="row_476_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__render__large__request__t.html" target="_self">xcb_glx_render_large_request_t</a></td><td class="desc">Xcb_glx_render_large_request_t </td></tr>
<tr id="row_477_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__render__mode__cookie__t.html" target="_self">xcb_glx_render_mode_cookie_t</a></td><td class="desc">Xcb_glx_render_mode_cookie_t </td></tr>
<tr id="row_478_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__render__mode__reply__t.html" target="_self">xcb_glx_render_mode_reply_t</a></td><td class="desc">Xcb_glx_render_mode_reply_t </td></tr>
<tr id="row_479_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__render__mode__request__t.html" target="_self">xcb_glx_render_mode_request_t</a></td><td class="desc">Xcb_glx_render_mode_request_t </td></tr>
<tr id="row_480_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__render__request__t.html" target="_self">xcb_glx_render_request_t</a></td><td class="desc">Xcb_glx_render_request_t </td></tr>
<tr id="row_481_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__select__buffer__request__t.html" target="_self">xcb_glx_select_buffer_request_t</a></td><td class="desc">Xcb_glx_select_buffer_request_t </td></tr>
<tr id="row_482_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__set__client__info__2arb__request__t.html" target="_self">xcb_glx_set_client_info_2arb_request_t</a></td><td class="desc">Xcb_glx_set_client_info_2arb_request_t </td></tr>
<tr id="row_483_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__set__client__info__arb__request__t.html" target="_self">xcb_glx_set_client_info_arb_request_t</a></td><td class="desc">Xcb_glx_set_client_info_arb_request_t </td></tr>
<tr id="row_484_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__swap__buffers__request__t.html" target="_self">xcb_glx_swap_buffers_request_t</a></td><td class="desc">Xcb_glx_swap_buffers_request_t </td></tr>
<tr id="row_485_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__use__x__font__request__t.html" target="_self">xcb_glx_use_x_font_request_t</a></td><td class="desc">Xcb_glx_use_x_font_request_t </td></tr>
<tr id="row_486_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__vendor__private__request__t.html" target="_self">xcb_glx_vendor_private_request_t</a></td><td class="desc">Xcb_glx_vendor_private_request_t </td></tr>
<tr id="row_487_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__vendor__private__with__reply__cookie__t.html" target="_self">xcb_glx_vendor_private_with_reply_cookie_t</a></td><td class="desc">Xcb_glx_vendor_private_with_reply_cookie_t </td></tr>
<tr id="row_488_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__vendor__private__with__reply__reply__t.html" target="_self">xcb_glx_vendor_private_with_reply_reply_t</a></td><td class="desc">Xcb_glx_vendor_private_with_reply_reply_t </td></tr>
<tr id="row_489_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__vendor__private__with__reply__request__t.html" target="_self">xcb_glx_vendor_private_with_reply_request_t</a></td><td class="desc">Xcb_glx_vendor_private_with_reply_request_t </td></tr>
<tr id="row_490_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__wait__gl__request__t.html" target="_self">xcb_glx_wait_gl_request_t</a></td><td class="desc">Xcb_glx_wait_gl_request_t </td></tr>
<tr id="row_491_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__wait__x__request__t.html" target="_self">xcb_glx_wait_x_request_t</a></td><td class="desc">Xcb_glx_wait_x_request_t </td></tr>
<tr id="row_492_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__glx__window__iterator__t.html" target="_self">xcb_glx_window_iterator_t</a></td><td class="desc">Xcb_glx_window_iterator_t </td></tr>
<tr id="row_493_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__grab__button__request__t.html" target="_self">xcb_grab_button_request_t</a></td><td class="desc">Xcb_grab_button_request_t </td></tr>
<tr id="row_494_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__grab__key__request__t.html" target="_self">xcb_grab_key_request_t</a></td><td class="desc">Xcb_grab_key_request_t </td></tr>
<tr id="row_495_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__grab__keyboard__cookie__t.html" target="_self">xcb_grab_keyboard_cookie_t</a></td><td class="desc">Xcb_grab_keyboard_cookie_t </td></tr>
<tr id="row_496_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__grab__keyboard__reply__t.html" target="_self">xcb_grab_keyboard_reply_t</a></td><td class="desc">Xcb_grab_keyboard_reply_t </td></tr>
<tr id="row_497_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__grab__keyboard__request__t.html" target="_self">xcb_grab_keyboard_request_t</a></td><td class="desc">Xcb_grab_keyboard_request_t </td></tr>
<tr id="row_498_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__grab__pointer__cookie__t.html" target="_self">xcb_grab_pointer_cookie_t</a></td><td class="desc">Xcb_grab_pointer_cookie_t </td></tr>
<tr id="row_499_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__grab__pointer__reply__t.html" target="_self">xcb_grab_pointer_reply_t</a></td><td class="desc">Xcb_grab_pointer_reply_t </td></tr>
<tr id="row_500_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__grab__pointer__request__t.html" target="_self">xcb_grab_pointer_request_t</a></td><td class="desc">Xcb_grab_pointer_request_t </td></tr>
<tr id="row_501_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__grab__server__request__t.html" target="_self">xcb_grab_server_request_t</a></td><td class="desc">Xcb_grab_server_request_t </td></tr>
<tr id="row_502_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__graphics__exposure__event__t.html" target="_self">xcb_graphics_exposure_event_t</a></td><td class="desc">Xcb_graphics_exposure_event_t </td></tr>
<tr id="row_503_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__gravity__notify__event__t.html" target="_self">xcb_gravity_notify_event_t</a></td><td class="desc">Xcb_gravity_notify_event_t </td></tr>
<tr id="row_504_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__host__iterator__t.html" target="_self">xcb_host_iterator_t</a></td><td class="desc">Xcb_host_iterator_t </td></tr>
<tr id="row_505_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__host__t.html" target="_self">xcb_host_t</a></td><td class="desc">Xcb_host_t </td></tr>
<tr id="row_506_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__image__text__16__request__t.html" target="_self">xcb_image_text_16_request_t</a></td><td class="desc">Xcb_image_text_16_request_t </td></tr>
<tr id="row_507_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__image__text__8__request__t.html" target="_self">xcb_image_text_8_request_t</a></td><td class="desc">Xcb_image_text_8_request_t </td></tr>
<tr id="row_508_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__add__master__iterator__t.html" target="_self">xcb_input_add_master_iterator_t</a></td><td class="desc">Xcb_input_add_master_iterator_t </td></tr>
<tr id="row_509_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__add__master__t.html" target="_self">xcb_input_add_master_t</a></td><td class="desc">Xcb_input_add_master_t </td></tr>
<tr id="row_510_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__allow__device__events__request__t.html" target="_self">xcb_input_allow_device_events_request_t</a></td><td class="desc">Xcb_input_allow_device_events_request_t </td></tr>
<tr id="row_511_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__attach__slave__iterator__t.html" target="_self">xcb_input_attach_slave_iterator_t</a></td><td class="desc">Xcb_input_attach_slave_iterator_t </td></tr>
<tr id="row_512_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__attach__slave__t.html" target="_self">xcb_input_attach_slave_t</a></td><td class="desc">Xcb_input_attach_slave_t </td></tr>
<tr id="row_513_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__axis__info__iterator__t.html" target="_self">xcb_input_axis_info_iterator_t</a></td><td class="desc">Xcb_input_axis_info_iterator_t </td></tr>
<tr id="row_514_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__axis__info__t.html" target="_self">xcb_input_axis_info_t</a></td><td class="desc">Xcb_input_axis_info_t </td></tr>
<tr id="row_515_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__barrier__hit__event__t.html" target="_self">xcb_input_barrier_hit_event_t</a></td><td class="desc">Xcb_input_barrier_hit_event_t </td></tr>
<tr id="row_516_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__barrier__release__pointer__info__iterator__t.html" target="_self">xcb_input_barrier_release_pointer_info_iterator_t</a></td><td class="desc">Xcb_input_barrier_release_pointer_info_iterator_t </td></tr>
<tr id="row_517_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__barrier__release__pointer__info__t.html" target="_self">xcb_input_barrier_release_pointer_info_t</a></td><td class="desc">Xcb_input_barrier_release_pointer_info_t </td></tr>
<tr id="row_518_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__bell__feedback__ctl__iterator__t.html" target="_self">xcb_input_bell_feedback_ctl_iterator_t</a></td><td class="desc">Xcb_input_bell_feedback_ctl_iterator_t </td></tr>
<tr id="row_519_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__bell__feedback__ctl__t.html" target="_self">xcb_input_bell_feedback_ctl_t</a></td><td class="desc">Xcb_input_bell_feedback_ctl_t </td></tr>
<tr id="row_520_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__bell__feedback__state__iterator__t.html" target="_self">xcb_input_bell_feedback_state_iterator_t</a></td><td class="desc">Xcb_input_bell_feedback_state_iterator_t </td></tr>
<tr id="row_521_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__bell__feedback__state__t.html" target="_self">xcb_input_bell_feedback_state_t</a></td><td class="desc">Xcb_input_bell_feedback_state_t </td></tr>
<tr id="row_522_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__button__class__iterator__t.html" target="_self">xcb_input_button_class_iterator_t</a></td><td class="desc">Xcb_input_button_class_iterator_t </td></tr>
<tr id="row_523_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__button__class__t.html" target="_self">xcb_input_button_class_t</a></td><td class="desc">Xcb_input_button_class_t </td></tr>
<tr id="row_524_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__button__info__iterator__t.html" target="_self">xcb_input_button_info_iterator_t</a></td><td class="desc">Xcb_input_button_info_iterator_t </td></tr>
<tr id="row_525_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__button__info__t.html" target="_self">xcb_input_button_info_t</a></td><td class="desc">Xcb_input_button_info_t </td></tr>
<tr id="row_526_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__button__press__event__t.html" target="_self">xcb_input_button_press_event_t</a></td><td class="desc">Xcb_input_button_press_event_t </td></tr>
<tr id="row_527_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__button__state__iterator__t.html" target="_self">xcb_input_button_state_iterator_t</a></td><td class="desc">Xcb_input_button_state_iterator_t </td></tr>
<tr id="row_528_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__button__state__t.html" target="_self">xcb_input_button_state_t</a></td><td class="desc">Xcb_input_button_state_t </td></tr>
<tr id="row_529_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__device__control__cookie__t.html" target="_self">xcb_input_change_device_control_cookie_t</a></td><td class="desc">Xcb_input_change_device_control_cookie_t </td></tr>
<tr id="row_530_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__device__control__reply__t.html" target="_self">xcb_input_change_device_control_reply_t</a></td><td class="desc">Xcb_input_change_device_control_reply_t </td></tr>
<tr id="row_531_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__device__control__request__t.html" target="_self">xcb_input_change_device_control_request_t</a></td><td class="desc">Xcb_input_change_device_control_request_t </td></tr>
<tr id="row_532_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__device__dont__propagate__list__request__t.html" target="_self">xcb_input_change_device_dont_propagate_list_request_t</a></td><td class="desc">Xcb_input_change_device_dont_propagate_list_request_t </td></tr>
<tr id="row_533_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__device__key__mapping__request__t.html" target="_self">xcb_input_change_device_key_mapping_request_t</a></td><td class="desc">Xcb_input_change_device_key_mapping_request_t </td></tr>
<tr id="row_534_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__device__notify__event__t.html" target="_self">xcb_input_change_device_notify_event_t</a></td><td class="desc">Xcb_input_change_device_notify_event_t </td></tr>
<tr id="row_535_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__device__property__items__t.html" target="_self">xcb_input_change_device_property_items_t</a></td><td class="desc">Xcb_input_change_device_property_items_t </td></tr>
<tr id="row_536_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__device__property__request__t.html" target="_self">xcb_input_change_device_property_request_t</a></td><td class="desc">Xcb_input_change_device_property_request_t </td></tr>
<tr id="row_537_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__feedback__control__request__t.html" target="_self">xcb_input_change_feedback_control_request_t</a></td><td class="desc">Xcb_input_change_feedback_control_request_t </td></tr>
<tr id="row_538_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__keyboard__device__cookie__t.html" target="_self">xcb_input_change_keyboard_device_cookie_t</a></td><td class="desc">Xcb_input_change_keyboard_device_cookie_t </td></tr>
<tr id="row_539_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__keyboard__device__reply__t.html" target="_self">xcb_input_change_keyboard_device_reply_t</a></td><td class="desc">Xcb_input_change_keyboard_device_reply_t </td></tr>
<tr id="row_540_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__keyboard__device__request__t.html" target="_self">xcb_input_change_keyboard_device_request_t</a></td><td class="desc">Xcb_input_change_keyboard_device_request_t </td></tr>
<tr id="row_541_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__pointer__device__cookie__t.html" target="_self">xcb_input_change_pointer_device_cookie_t</a></td><td class="desc">Xcb_input_change_pointer_device_cookie_t </td></tr>
<tr id="row_542_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__pointer__device__reply__t.html" target="_self">xcb_input_change_pointer_device_reply_t</a></td><td class="desc">Xcb_input_change_pointer_device_reply_t </td></tr>
<tr id="row_543_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__change__pointer__device__request__t.html" target="_self">xcb_input_change_pointer_device_request_t</a></td><td class="desc">Xcb_input_change_pointer_device_request_t </td></tr>
<tr id="row_544_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__class__error__t.html" target="_self">xcb_input_class_error_t</a></td><td class="desc">Xcb_input_class_error_t </td></tr>
<tr id="row_545_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__close__device__request__t.html" target="_self">xcb_input_close_device_request_t</a></td><td class="desc">Xcb_input_close_device_request_t </td></tr>
<tr id="row_546_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__delete__device__property__request__t.html" target="_self">xcb_input_delete_device_property_request_t</a></td><td class="desc">Xcb_input_delete_device_property_request_t </td></tr>
<tr id="row_547_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__detach__slave__iterator__t.html" target="_self">xcb_input_detach_slave_iterator_t</a></td><td class="desc">Xcb_input_detach_slave_iterator_t </td></tr>
<tr id="row_548_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__detach__slave__t.html" target="_self">xcb_input_detach_slave_t</a></td><td class="desc">Xcb_input_detach_slave_t </td></tr>
<tr id="row_549_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__abs__area__ctrl__iterator__t.html" target="_self">xcb_input_device_abs_area_ctrl_iterator_t</a></td><td class="desc">Xcb_input_device_abs_area_ctrl_iterator_t </td></tr>
<tr id="row_550_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__abs__area__ctrl__t.html" target="_self">xcb_input_device_abs_area_ctrl_t</a></td><td class="desc">Xcb_input_device_abs_area_ctrl_t </td></tr>
<tr id="row_551_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__abs__area__state__iterator__t.html" target="_self">xcb_input_device_abs_area_state_iterator_t</a></td><td class="desc">Xcb_input_device_abs_area_state_iterator_t </td></tr>
<tr id="row_552_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__abs__area__state__t.html" target="_self">xcb_input_device_abs_area_state_t</a></td><td class="desc">Xcb_input_device_abs_area_state_t </td></tr>
<tr id="row_553_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__abs__calib__ctl__iterator__t.html" target="_self">xcb_input_device_abs_calib_ctl_iterator_t</a></td><td class="desc">Xcb_input_device_abs_calib_ctl_iterator_t </td></tr>
<tr id="row_554_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__abs__calib__ctl__t.html" target="_self">xcb_input_device_abs_calib_ctl_t</a></td><td class="desc">Xcb_input_device_abs_calib_ctl_t </td></tr>
<tr id="row_555_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__abs__calib__state__iterator__t.html" target="_self">xcb_input_device_abs_calib_state_iterator_t</a></td><td class="desc">Xcb_input_device_abs_calib_state_iterator_t </td></tr>
<tr id="row_556_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__abs__calib__state__t.html" target="_self">xcb_input_device_abs_calib_state_t</a></td><td class="desc">Xcb_input_device_abs_calib_state_t </td></tr>
<tr id="row_557_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__bell__request__t.html" target="_self">xcb_input_device_bell_request_t</a></td><td class="desc">Xcb_input_device_bell_request_t </td></tr>
<tr id="row_558_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__busy__error__t.html" target="_self">xcb_input_device_busy_error_t</a></td><td class="desc">Xcb_input_device_busy_error_t </td></tr>
<tr id="row_559_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__button__state__notify__event__t.html" target="_self">xcb_input_device_button_state_notify_event_t</a></td><td class="desc">Xcb_input_device_button_state_notify_event_t </td></tr>
<tr id="row_560_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__changed__event__t.html" target="_self">xcb_input_device_changed_event_t</a></td><td class="desc">Xcb_input_device_changed_event_t </td></tr>
<tr id="row_561_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__class__iterator__t.html" target="_self">xcb_input_device_class_iterator_t</a></td><td class="desc">Xcb_input_device_class_iterator_t </td></tr>
<tr id="row_562_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__class__t.html" target="_self">xcb_input_device_class_t</a></td><td class="desc">Xcb_input_device_class_t </td></tr>
<tr id="row_563_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__core__ctrl__iterator__t.html" target="_self">xcb_input_device_core_ctrl_iterator_t</a></td><td class="desc">Xcb_input_device_core_ctrl_iterator_t </td></tr>
<tr id="row_564_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__core__ctrl__t.html" target="_self">xcb_input_device_core_ctrl_t</a></td><td class="desc">Xcb_input_device_core_ctrl_t </td></tr>
<tr id="row_565_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__core__state__iterator__t.html" target="_self">xcb_input_device_core_state_iterator_t</a></td><td class="desc">Xcb_input_device_core_state_iterator_t </td></tr>
<tr id="row_566_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__core__state__t.html" target="_self">xcb_input_device_core_state_t</a></td><td class="desc">Xcb_input_device_core_state_t </td></tr>
<tr id="row_567_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__ctl__iterator__t.html" target="_self">xcb_input_device_ctl_iterator_t</a></td><td class="desc">Xcb_input_device_ctl_iterator_t </td></tr>
<tr id="row_568_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__ctl__t.html" target="_self">xcb_input_device_ctl_t</a></td><td class="desc">Xcb_input_device_ctl_t </td></tr>
<tr id="row_569_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__enable__ctrl__iterator__t.html" target="_self">xcb_input_device_enable_ctrl_iterator_t</a></td><td class="desc">Xcb_input_device_enable_ctrl_iterator_t </td></tr>
<tr id="row_570_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__enable__ctrl__t.html" target="_self">xcb_input_device_enable_ctrl_t</a></td><td class="desc">Xcb_input_device_enable_ctrl_t </td></tr>
<tr id="row_571_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__enable__state__iterator__t.html" target="_self">xcb_input_device_enable_state_iterator_t</a></td><td class="desc">Xcb_input_device_enable_state_iterator_t </td></tr>
<tr id="row_572_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__enable__state__t.html" target="_self">xcb_input_device_enable_state_t</a></td><td class="desc">Xcb_input_device_enable_state_t </td></tr>
<tr id="row_573_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__error__t.html" target="_self">xcb_input_device_error_t</a></td><td class="desc">Xcb_input_device_error_t </td></tr>
<tr id="row_574_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__focus__in__event__t.html" target="_self">xcb_input_device_focus_in_event_t</a></td><td class="desc">Xcb_input_device_focus_in_event_t </td></tr>
<tr id="row_575_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__id__iterator__t.html" target="_self">xcb_input_device_id_iterator_t</a></td><td class="desc">Xcb_input_device_id_iterator_t </td></tr>
<tr id="row_576_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__info__iterator__t.html" target="_self">xcb_input_device_info_iterator_t</a></td><td class="desc">Xcb_input_device_info_iterator_t </td></tr>
<tr id="row_577_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__info__t.html" target="_self">xcb_input_device_info_t</a></td><td class="desc">Xcb_input_device_info_t </td></tr>
<tr id="row_578_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__key__press__event__t.html" target="_self">xcb_input_device_key_press_event_t</a></td><td class="desc">Xcb_input_device_key_press_event_t </td></tr>
<tr id="row_579_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__key__state__notify__event__t.html" target="_self">xcb_input_device_key_state_notify_event_t</a></td><td class="desc">Xcb_input_device_key_state_notify_event_t </td></tr>
<tr id="row_580_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__mapping__notify__event__t.html" target="_self">xcb_input_device_mapping_notify_event_t</a></td><td class="desc">Xcb_input_device_mapping_notify_event_t </td></tr>
<tr id="row_581_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__name__iterator__t.html" target="_self">xcb_input_device_name_iterator_t</a></td><td class="desc">Xcb_input_device_name_iterator_t </td></tr>
<tr id="row_582_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__name__t.html" target="_self">xcb_input_device_name_t</a></td><td class="desc">Xcb_input_device_name_t </td></tr>
<tr id="row_583_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__presence__notify__event__t.html" target="_self">xcb_input_device_presence_notify_event_t</a></td><td class="desc">Xcb_input_device_presence_notify_event_t </td></tr>
<tr id="row_584_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__property__notify__event__t.html" target="_self">xcb_input_device_property_notify_event_t</a></td><td class="desc">Xcb_input_device_property_notify_event_t </td></tr>
<tr id="row_585_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__resolution__ctl__iterator__t.html" target="_self">xcb_input_device_resolution_ctl_iterator_t</a></td><td class="desc">Xcb_input_device_resolution_ctl_iterator_t </td></tr>
<tr id="row_586_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__resolution__ctl__t.html" target="_self">xcb_input_device_resolution_ctl_t</a></td><td class="desc">Xcb_input_device_resolution_ctl_t </td></tr>
<tr id="row_587_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__resolution__state__iterator__t.html" target="_self">xcb_input_device_resolution_state_iterator_t</a></td><td class="desc">Xcb_input_device_resolution_state_iterator_t </td></tr>
<tr id="row_588_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__resolution__state__t.html" target="_self">xcb_input_device_resolution_state_t</a></td><td class="desc">Xcb_input_device_resolution_state_t </td></tr>
<tr id="row_589_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__state__iterator__t.html" target="_self">xcb_input_device_state_iterator_t</a></td><td class="desc">Xcb_input_device_state_iterator_t </td></tr>
<tr id="row_590_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__state__notify__event__t.html" target="_self">xcb_input_device_state_notify_event_t</a></td><td class="desc">Xcb_input_device_state_notify_event_t </td></tr>
<tr id="row_591_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__state__t.html" target="_self">xcb_input_device_state_t</a></td><td class="desc">Xcb_input_device_state_t </td></tr>
<tr id="row_592_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__time__coord__iterator__t.html" target="_self">xcb_input_device_time_coord_iterator_t</a></td><td class="desc">Xcb_input_device_time_coord_iterator_t </td></tr>
<tr id="row_593_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__time__coord__t.html" target="_self">xcb_input_device_time_coord_t</a></td><td class="desc">Xcb_input_device_time_coord_t </td></tr>
<tr id="row_594_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__device__valuator__event__t.html" target="_self">xcb_input_device_valuator_event_t</a></td><td class="desc">Xcb_input_device_valuator_event_t </td></tr>
<tr id="row_595_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__enter__event__t.html" target="_self">xcb_input_enter_event_t</a></td><td class="desc">Xcb_input_enter_event_t </td></tr>
<tr id="row_596_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__event__class__iterator__t.html" target="_self">xcb_input_event_class_iterator_t</a></td><td class="desc">Xcb_input_event_class_iterator_t </td></tr>
<tr id="row_597_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__event__error__t.html" target="_self">xcb_input_event_error_t</a></td><td class="desc">Xcb_input_event_error_t </td></tr>
<tr id="row_598_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__event__mask__iterator__t.html" target="_self">xcb_input_event_mask_iterator_t</a></td><td class="desc">Xcb_input_event_mask_iterator_t </td></tr>
<tr id="row_599_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__event__mask__t.html" target="_self">xcb_input_event_mask_t</a></td><td class="desc">Xcb_input_event_mask_t </td></tr>
<tr id="row_600_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__feedback__ctl__iterator__t.html" target="_self">xcb_input_feedback_ctl_iterator_t</a></td><td class="desc">Xcb_input_feedback_ctl_iterator_t </td></tr>
<tr id="row_601_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__feedback__ctl__t.html" target="_self">xcb_input_feedback_ctl_t</a></td><td class="desc">Xcb_input_feedback_ctl_t </td></tr>
<tr id="row_602_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__feedback__state__iterator__t.html" target="_self">xcb_input_feedback_state_iterator_t</a></td><td class="desc">Xcb_input_feedback_state_iterator_t </td></tr>
<tr id="row_603_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__feedback__state__t.html" target="_self">xcb_input_feedback_state_t</a></td><td class="desc">Xcb_input_feedback_state_t </td></tr>
<tr id="row_604_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__fp1616__iterator__t.html" target="_self">xcb_input_fp1616_iterator_t</a></td><td class="desc">Xcb_input_fp1616_iterator_t </td></tr>
<tr id="row_605_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__fp3232__iterator__t.html" target="_self">xcb_input_fp3232_iterator_t</a></td><td class="desc">Xcb_input_fp3232_iterator_t </td></tr>
<tr id="row_606_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__fp3232__t.html" target="_self">xcb_input_fp3232_t</a></td><td class="desc">Xcb_input_fp3232_t </td></tr>
<tr id="row_607_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__button__mapping__cookie__t.html" target="_self">xcb_input_get_device_button_mapping_cookie_t</a></td><td class="desc">Xcb_input_get_device_button_mapping_cookie_t </td></tr>
<tr id="row_608_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__button__mapping__reply__t.html" target="_self">xcb_input_get_device_button_mapping_reply_t</a></td><td class="desc">Xcb_input_get_device_button_mapping_reply_t </td></tr>
<tr id="row_609_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__button__mapping__request__t.html" target="_self">xcb_input_get_device_button_mapping_request_t</a></td><td class="desc">Xcb_input_get_device_button_mapping_request_t </td></tr>
<tr id="row_610_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__control__cookie__t.html" target="_self">xcb_input_get_device_control_cookie_t</a></td><td class="desc">Xcb_input_get_device_control_cookie_t </td></tr>
<tr id="row_611_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__control__reply__t.html" target="_self">xcb_input_get_device_control_reply_t</a></td><td class="desc">Xcb_input_get_device_control_reply_t </td></tr>
<tr id="row_612_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__control__request__t.html" target="_self">xcb_input_get_device_control_request_t</a></td><td class="desc">Xcb_input_get_device_control_request_t </td></tr>
<tr id="row_613_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__dont__propagate__list__cookie__t.html" target="_self">xcb_input_get_device_dont_propagate_list_cookie_t</a></td><td class="desc">Xcb_input_get_device_dont_propagate_list_cookie_t </td></tr>
<tr id="row_614_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__dont__propagate__list__reply__t.html" target="_self">xcb_input_get_device_dont_propagate_list_reply_t</a></td><td class="desc">Xcb_input_get_device_dont_propagate_list_reply_t </td></tr>
<tr id="row_615_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__dont__propagate__list__request__t.html" target="_self">xcb_input_get_device_dont_propagate_list_request_t</a></td><td class="desc">Xcb_input_get_device_dont_propagate_list_request_t </td></tr>
<tr id="row_616_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__focus__cookie__t.html" target="_self">xcb_input_get_device_focus_cookie_t</a></td><td class="desc">Xcb_input_get_device_focus_cookie_t </td></tr>
<tr id="row_617_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__focus__reply__t.html" target="_self">xcb_input_get_device_focus_reply_t</a></td><td class="desc">Xcb_input_get_device_focus_reply_t </td></tr>
<tr id="row_618_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__focus__request__t.html" target="_self">xcb_input_get_device_focus_request_t</a></td><td class="desc">Xcb_input_get_device_focus_request_t </td></tr>
<tr id="row_619_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__key__mapping__cookie__t.html" target="_self">xcb_input_get_device_key_mapping_cookie_t</a></td><td class="desc">Xcb_input_get_device_key_mapping_cookie_t </td></tr>
<tr id="row_620_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__key__mapping__reply__t.html" target="_self">xcb_input_get_device_key_mapping_reply_t</a></td><td class="desc">Xcb_input_get_device_key_mapping_reply_t </td></tr>
<tr id="row_621_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__key__mapping__request__t.html" target="_self">xcb_input_get_device_key_mapping_request_t</a></td><td class="desc">Xcb_input_get_device_key_mapping_request_t </td></tr>
<tr id="row_622_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__modifier__mapping__cookie__t.html" target="_self">xcb_input_get_device_modifier_mapping_cookie_t</a></td><td class="desc">Xcb_input_get_device_modifier_mapping_cookie_t </td></tr>
<tr id="row_623_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__modifier__mapping__reply__t.html" target="_self">xcb_input_get_device_modifier_mapping_reply_t</a></td><td class="desc">Xcb_input_get_device_modifier_mapping_reply_t </td></tr>
<tr id="row_624_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__modifier__mapping__request__t.html" target="_self">xcb_input_get_device_modifier_mapping_request_t</a></td><td class="desc">Xcb_input_get_device_modifier_mapping_request_t </td></tr>
<tr id="row_625_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__motion__events__cookie__t.html" target="_self">xcb_input_get_device_motion_events_cookie_t</a></td><td class="desc">Xcb_input_get_device_motion_events_cookie_t </td></tr>
<tr id="row_626_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__motion__events__reply__t.html" target="_self">xcb_input_get_device_motion_events_reply_t</a></td><td class="desc">Xcb_input_get_device_motion_events_reply_t </td></tr>
<tr id="row_627_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__motion__events__request__t.html" target="_self">xcb_input_get_device_motion_events_request_t</a></td><td class="desc">Xcb_input_get_device_motion_events_request_t </td></tr>
<tr id="row_628_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__property__cookie__t.html" target="_self">xcb_input_get_device_property_cookie_t</a></td><td class="desc">Xcb_input_get_device_property_cookie_t </td></tr>
<tr id="row_629_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__property__items__t.html" target="_self">xcb_input_get_device_property_items_t</a></td><td class="desc">Xcb_input_get_device_property_items_t </td></tr>
<tr id="row_630_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__property__reply__t.html" target="_self">xcb_input_get_device_property_reply_t</a></td><td class="desc">Xcb_input_get_device_property_reply_t </td></tr>
<tr id="row_631_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__device__property__request__t.html" target="_self">xcb_input_get_device_property_request_t</a></td><td class="desc">Xcb_input_get_device_property_request_t </td></tr>
<tr id="row_632_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__extension__version__cookie__t.html" target="_self">xcb_input_get_extension_version_cookie_t</a></td><td class="desc">Xcb_input_get_extension_version_cookie_t </td></tr>
<tr id="row_633_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__extension__version__reply__t.html" target="_self">xcb_input_get_extension_version_reply_t</a></td><td class="desc">Xcb_input_get_extension_version_reply_t </td></tr>
<tr id="row_634_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__extension__version__request__t.html" target="_self">xcb_input_get_extension_version_request_t</a></td><td class="desc">Xcb_input_get_extension_version_request_t </td></tr>
<tr id="row_635_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__feedback__control__cookie__t.html" target="_self">xcb_input_get_feedback_control_cookie_t</a></td><td class="desc">Xcb_input_get_feedback_control_cookie_t </td></tr>
<tr id="row_636_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__feedback__control__reply__t.html" target="_self">xcb_input_get_feedback_control_reply_t</a></td><td class="desc">Xcb_input_get_feedback_control_reply_t </td></tr>
<tr id="row_637_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__feedback__control__request__t.html" target="_self">xcb_input_get_feedback_control_request_t</a></td><td class="desc">Xcb_input_get_feedback_control_request_t </td></tr>
<tr id="row_638_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__selected__extension__events__cookie__t.html" target="_self">xcb_input_get_selected_extension_events_cookie_t</a></td><td class="desc">Xcb_input_get_selected_extension_events_cookie_t </td></tr>
<tr id="row_639_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__selected__extension__events__reply__t.html" target="_self">xcb_input_get_selected_extension_events_reply_t</a></td><td class="desc">Xcb_input_get_selected_extension_events_reply_t </td></tr>
<tr id="row_640_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__get__selected__extension__events__request__t.html" target="_self">xcb_input_get_selected_extension_events_request_t</a></td><td class="desc">Xcb_input_get_selected_extension_events_request_t </td></tr>
<tr id="row_641_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__grab__device__button__request__t.html" target="_self">xcb_input_grab_device_button_request_t</a></td><td class="desc">Xcb_input_grab_device_button_request_t </td></tr>
<tr id="row_642_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__grab__device__cookie__t.html" target="_self">xcb_input_grab_device_cookie_t</a></td><td class="desc">Xcb_input_grab_device_cookie_t </td></tr>
<tr id="row_643_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__grab__device__key__request__t.html" target="_self">xcb_input_grab_device_key_request_t</a></td><td class="desc">Xcb_input_grab_device_key_request_t </td></tr>
<tr id="row_644_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__grab__device__reply__t.html" target="_self">xcb_input_grab_device_reply_t</a></td><td class="desc">Xcb_input_grab_device_reply_t </td></tr>
<tr id="row_645_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__grab__device__request__t.html" target="_self">xcb_input_grab_device_request_t</a></td><td class="desc">Xcb_input_grab_device_request_t </td></tr>
<tr id="row_646_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__grab__modifier__info__iterator__t.html" target="_self">xcb_input_grab_modifier_info_iterator_t</a></td><td class="desc">Xcb_input_grab_modifier_info_iterator_t </td></tr>
<tr id="row_647_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__grab__modifier__info__t.html" target="_self">xcb_input_grab_modifier_info_t</a></td><td class="desc">Xcb_input_grab_modifier_info_t </td></tr>
<tr id="row_648_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__group__info__iterator__t.html" target="_self">xcb_input_group_info_iterator_t</a></td><td class="desc">Xcb_input_group_info_iterator_t </td></tr>
<tr id="row_649_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__group__info__t.html" target="_self">xcb_input_group_info_t</a></td><td class="desc">Xcb_input_group_info_t </td></tr>
<tr id="row_650_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__hierarchy__change__iterator__t.html" target="_self">xcb_input_hierarchy_change_iterator_t</a></td><td class="desc">Xcb_input_hierarchy_change_iterator_t </td></tr>
<tr id="row_651_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__hierarchy__change__t.html" target="_self">xcb_input_hierarchy_change_t</a></td><td class="desc">Xcb_input_hierarchy_change_t </td></tr>
<tr id="row_652_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__hierarchy__event__t.html" target="_self">xcb_input_hierarchy_event_t</a></td><td class="desc">Xcb_input_hierarchy_event_t </td></tr>
<tr id="row_653_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__hierarchy__info__iterator__t.html" target="_self">xcb_input_hierarchy_info_iterator_t</a></td><td class="desc">Xcb_input_hierarchy_info_iterator_t </td></tr>
<tr id="row_654_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__hierarchy__info__t.html" target="_self">xcb_input_hierarchy_info_t</a></td><td class="desc">Xcb_input_hierarchy_info_t </td></tr>
<tr id="row_655_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__input__class__info__iterator__t.html" target="_self">xcb_input_input_class_info_iterator_t</a></td><td class="desc">Xcb_input_input_class_info_iterator_t </td></tr>
<tr id="row_656_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__input__class__info__t.html" target="_self">xcb_input_input_class_info_t</a></td><td class="desc">Xcb_input_input_class_info_t </td></tr>
<tr id="row_657_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__input__info__iterator__t.html" target="_self">xcb_input_input_info_iterator_t</a></td><td class="desc">Xcb_input_input_info_iterator_t </td></tr>
<tr id="row_658_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__input__info__t.html" target="_self">xcb_input_input_info_t</a></td><td class="desc">Xcb_input_input_info_t </td></tr>
<tr id="row_659_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__input__state__iterator__t.html" target="_self">xcb_input_input_state_iterator_t</a></td><td class="desc">Xcb_input_input_state_iterator_t </td></tr>
<tr id="row_660_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__input__state__t.html" target="_self">xcb_input_input_state_t</a></td><td class="desc">Xcb_input_input_state_t </td></tr>
<tr id="row_661_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__integer__feedback__ctl__iterator__t.html" target="_self">xcb_input_integer_feedback_ctl_iterator_t</a></td><td class="desc">Xcb_input_integer_feedback_ctl_iterator_t </td></tr>
<tr id="row_662_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__integer__feedback__ctl__t.html" target="_self">xcb_input_integer_feedback_ctl_t</a></td><td class="desc">Xcb_input_integer_feedback_ctl_t </td></tr>
<tr id="row_663_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__integer__feedback__state__iterator__t.html" target="_self">xcb_input_integer_feedback_state_iterator_t</a></td><td class="desc">Xcb_input_integer_feedback_state_iterator_t </td></tr>
<tr id="row_664_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__integer__feedback__state__t.html" target="_self">xcb_input_integer_feedback_state_t</a></td><td class="desc">Xcb_input_integer_feedback_state_t </td></tr>
<tr id="row_665_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__kbd__feedback__ctl__iterator__t.html" target="_self">xcb_input_kbd_feedback_ctl_iterator_t</a></td><td class="desc">Xcb_input_kbd_feedback_ctl_iterator_t </td></tr>
<tr id="row_666_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__kbd__feedback__ctl__t.html" target="_self">xcb_input_kbd_feedback_ctl_t</a></td><td class="desc">Xcb_input_kbd_feedback_ctl_t </td></tr>
<tr id="row_667_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__kbd__feedback__state__iterator__t.html" target="_self">xcb_input_kbd_feedback_state_iterator_t</a></td><td class="desc">Xcb_input_kbd_feedback_state_iterator_t </td></tr>
<tr id="row_668_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__kbd__feedback__state__t.html" target="_self">xcb_input_kbd_feedback_state_t</a></td><td class="desc">Xcb_input_kbd_feedback_state_t </td></tr>
<tr id="row_669_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__key__class__iterator__t.html" target="_self">xcb_input_key_class_iterator_t</a></td><td class="desc">Xcb_input_key_class_iterator_t </td></tr>
<tr id="row_670_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__key__class__t.html" target="_self">xcb_input_key_class_t</a></td><td class="desc">Xcb_input_key_class_t </td></tr>
<tr id="row_671_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__key__code__iterator__t.html" target="_self">xcb_input_key_code_iterator_t</a></td><td class="desc">Xcb_input_key_code_iterator_t </td></tr>
<tr id="row_672_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__key__info__iterator__t.html" target="_self">xcb_input_key_info_iterator_t</a></td><td class="desc">Xcb_input_key_info_iterator_t </td></tr>
<tr id="row_673_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__key__info__t.html" target="_self">xcb_input_key_info_t</a></td><td class="desc">Xcb_input_key_info_t </td></tr>
<tr id="row_674_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__key__press__event__t.html" target="_self">xcb_input_key_press_event_t</a></td><td class="desc">Xcb_input_key_press_event_t </td></tr>
<tr id="row_675_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__key__state__iterator__t.html" target="_self">xcb_input_key_state_iterator_t</a></td><td class="desc">Xcb_input_key_state_iterator_t </td></tr>
<tr id="row_676_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__key__state__t.html" target="_self">xcb_input_key_state_t</a></td><td class="desc">Xcb_input_key_state_t </td></tr>
<tr id="row_677_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__led__feedback__ctl__iterator__t.html" target="_self">xcb_input_led_feedback_ctl_iterator_t</a></td><td class="desc">Xcb_input_led_feedback_ctl_iterator_t </td></tr>
<tr id="row_678_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__led__feedback__ctl__t.html" target="_self">xcb_input_led_feedback_ctl_t</a></td><td class="desc">Xcb_input_led_feedback_ctl_t </td></tr>
<tr id="row_679_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__led__feedback__state__iterator__t.html" target="_self">xcb_input_led_feedback_state_iterator_t</a></td><td class="desc">Xcb_input_led_feedback_state_iterator_t </td></tr>
<tr id="row_680_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__led__feedback__state__t.html" target="_self">xcb_input_led_feedback_state_t</a></td><td class="desc">Xcb_input_led_feedback_state_t </td></tr>
<tr id="row_681_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__list__device__properties__cookie__t.html" target="_self">xcb_input_list_device_properties_cookie_t</a></td><td class="desc">Xcb_input_list_device_properties_cookie_t </td></tr>
<tr id="row_682_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__list__device__properties__reply__t.html" target="_self">xcb_input_list_device_properties_reply_t</a></td><td class="desc">Xcb_input_list_device_properties_reply_t </td></tr>
<tr id="row_683_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__list__device__properties__request__t.html" target="_self">xcb_input_list_device_properties_request_t</a></td><td class="desc">Xcb_input_list_device_properties_request_t </td></tr>
<tr id="row_684_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__list__input__devices__cookie__t.html" target="_self">xcb_input_list_input_devices_cookie_t</a></td><td class="desc">Xcb_input_list_input_devices_cookie_t </td></tr>
<tr id="row_685_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__list__input__devices__reply__t.html" target="_self">xcb_input_list_input_devices_reply_t</a></td><td class="desc">Xcb_input_list_input_devices_reply_t </td></tr>
<tr id="row_686_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__list__input__devices__request__t.html" target="_self">xcb_input_list_input_devices_request_t</a></td><td class="desc">Xcb_input_list_input_devices_request_t </td></tr>
<tr id="row_687_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__mode__error__t.html" target="_self">xcb_input_mode_error_t</a></td><td class="desc">Xcb_input_mode_error_t </td></tr>
<tr id="row_688_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__modifier__info__iterator__t.html" target="_self">xcb_input_modifier_info_iterator_t</a></td><td class="desc">Xcb_input_modifier_info_iterator_t </td></tr>
<tr id="row_689_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__modifier__info__t.html" target="_self">xcb_input_modifier_info_t</a></td><td class="desc">Xcb_input_modifier_info_t </td></tr>
<tr id="row_690_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__open__device__cookie__t.html" target="_self">xcb_input_open_device_cookie_t</a></td><td class="desc">Xcb_input_open_device_cookie_t </td></tr>
<tr id="row_691_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__open__device__reply__t.html" target="_self">xcb_input_open_device_reply_t</a></td><td class="desc">Xcb_input_open_device_reply_t </td></tr>
<tr id="row_692_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__open__device__request__t.html" target="_self">xcb_input_open_device_request_t</a></td><td class="desc">Xcb_input_open_device_request_t </td></tr>
<tr id="row_693_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__property__event__t.html" target="_self">xcb_input_property_event_t</a></td><td class="desc">Xcb_input_property_event_t </td></tr>
<tr id="row_694_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__ptr__feedback__ctl__iterator__t.html" target="_self">xcb_input_ptr_feedback_ctl_iterator_t</a></td><td class="desc">Xcb_input_ptr_feedback_ctl_iterator_t </td></tr>
<tr id="row_695_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__ptr__feedback__ctl__t.html" target="_self">xcb_input_ptr_feedback_ctl_t</a></td><td class="desc">Xcb_input_ptr_feedback_ctl_t </td></tr>
<tr id="row_696_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__ptr__feedback__state__iterator__t.html" target="_self">xcb_input_ptr_feedback_state_iterator_t</a></td><td class="desc">Xcb_input_ptr_feedback_state_iterator_t </td></tr>
<tr id="row_697_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__ptr__feedback__state__t.html" target="_self">xcb_input_ptr_feedback_state_t</a></td><td class="desc">Xcb_input_ptr_feedback_state_t </td></tr>
<tr id="row_698_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__query__device__state__cookie__t.html" target="_self">xcb_input_query_device_state_cookie_t</a></td><td class="desc">Xcb_input_query_device_state_cookie_t </td></tr>
<tr id="row_699_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__query__device__state__reply__t.html" target="_self">xcb_input_query_device_state_reply_t</a></td><td class="desc">Xcb_input_query_device_state_reply_t </td></tr>
<tr id="row_700_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__query__device__state__request__t.html" target="_self">xcb_input_query_device_state_request_t</a></td><td class="desc">Xcb_input_query_device_state_request_t </td></tr>
<tr id="row_701_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__raw__button__press__event__t.html" target="_self">xcb_input_raw_button_press_event_t</a></td><td class="desc">Xcb_input_raw_button_press_event_t </td></tr>
<tr id="row_702_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__raw__key__press__event__t.html" target="_self">xcb_input_raw_key_press_event_t</a></td><td class="desc">Xcb_input_raw_key_press_event_t </td></tr>
<tr id="row_703_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__raw__touch__begin__event__t.html" target="_self">xcb_input_raw_touch_begin_event_t</a></td><td class="desc">Xcb_input_raw_touch_begin_event_t </td></tr>
<tr id="row_704_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__remove__master__iterator__t.html" target="_self">xcb_input_remove_master_iterator_t</a></td><td class="desc">Xcb_input_remove_master_iterator_t </td></tr>
<tr id="row_705_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__remove__master__t.html" target="_self">xcb_input_remove_master_t</a></td><td class="desc">Xcb_input_remove_master_t </td></tr>
<tr id="row_706_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__scroll__class__iterator__t.html" target="_self">xcb_input_scroll_class_iterator_t</a></td><td class="desc">Xcb_input_scroll_class_iterator_t </td></tr>
<tr id="row_707_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__scroll__class__t.html" target="_self">xcb_input_scroll_class_t</a></td><td class="desc">Xcb_input_scroll_class_t </td></tr>
<tr id="row_708_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__select__extension__event__request__t.html" target="_self">xcb_input_select_extension_event_request_t</a></td><td class="desc">Xcb_input_select_extension_event_request_t </td></tr>
<tr id="row_709_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__send__extension__event__request__t.html" target="_self">xcb_input_send_extension_event_request_t</a></td><td class="desc">Xcb_input_send_extension_event_request_t </td></tr>
<tr id="row_710_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__button__mapping__cookie__t.html" target="_self">xcb_input_set_device_button_mapping_cookie_t</a></td><td class="desc">Xcb_input_set_device_button_mapping_cookie_t </td></tr>
<tr id="row_711_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__button__mapping__reply__t.html" target="_self">xcb_input_set_device_button_mapping_reply_t</a></td><td class="desc">Xcb_input_set_device_button_mapping_reply_t </td></tr>
<tr id="row_712_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__button__mapping__request__t.html" target="_self">xcb_input_set_device_button_mapping_request_t</a></td><td class="desc">Xcb_input_set_device_button_mapping_request_t </td></tr>
<tr id="row_713_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__focus__request__t.html" target="_self">xcb_input_set_device_focus_request_t</a></td><td class="desc">Xcb_input_set_device_focus_request_t </td></tr>
<tr id="row_714_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__mode__cookie__t.html" target="_self">xcb_input_set_device_mode_cookie_t</a></td><td class="desc">Xcb_input_set_device_mode_cookie_t </td></tr>
<tr id="row_715_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__mode__reply__t.html" target="_self">xcb_input_set_device_mode_reply_t</a></td><td class="desc">Xcb_input_set_device_mode_reply_t </td></tr>
<tr id="row_716_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__mode__request__t.html" target="_self">xcb_input_set_device_mode_request_t</a></td><td class="desc">Xcb_input_set_device_mode_request_t </td></tr>
<tr id="row_717_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__modifier__mapping__cookie__t.html" target="_self">xcb_input_set_device_modifier_mapping_cookie_t</a></td><td class="desc">Xcb_input_set_device_modifier_mapping_cookie_t </td></tr>
<tr id="row_718_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__modifier__mapping__reply__t.html" target="_self">xcb_input_set_device_modifier_mapping_reply_t</a></td><td class="desc">Xcb_input_set_device_modifier_mapping_reply_t </td></tr>
<tr id="row_719_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__modifier__mapping__request__t.html" target="_self">xcb_input_set_device_modifier_mapping_request_t</a></td><td class="desc">Xcb_input_set_device_modifier_mapping_request_t </td></tr>
<tr id="row_720_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__valuators__cookie__t.html" target="_self">xcb_input_set_device_valuators_cookie_t</a></td><td class="desc">Xcb_input_set_device_valuators_cookie_t </td></tr>
<tr id="row_721_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__valuators__reply__t.html" target="_self">xcb_input_set_device_valuators_reply_t</a></td><td class="desc">Xcb_input_set_device_valuators_reply_t </td></tr>
<tr id="row_722_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__set__device__valuators__request__t.html" target="_self">xcb_input_set_device_valuators_request_t</a></td><td class="desc">Xcb_input_set_device_valuators_request_t </td></tr>
<tr id="row_723_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__string__feedback__ctl__iterator__t.html" target="_self">xcb_input_string_feedback_ctl_iterator_t</a></td><td class="desc">Xcb_input_string_feedback_ctl_iterator_t </td></tr>
<tr id="row_724_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__string__feedback__ctl__t.html" target="_self">xcb_input_string_feedback_ctl_t</a></td><td class="desc">Xcb_input_string_feedback_ctl_t </td></tr>
<tr id="row_725_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__string__feedback__state__iterator__t.html" target="_self">xcb_input_string_feedback_state_iterator_t</a></td><td class="desc">Xcb_input_string_feedback_state_iterator_t </td></tr>
<tr id="row_726_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__string__feedback__state__t.html" target="_self">xcb_input_string_feedback_state_t</a></td><td class="desc">Xcb_input_string_feedback_state_t </td></tr>
<tr id="row_727_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__touch__begin__event__t.html" target="_self">xcb_input_touch_begin_event_t</a></td><td class="desc">Xcb_input_touch_begin_event_t </td></tr>
<tr id="row_728_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__touch__class__iterator__t.html" target="_self">xcb_input_touch_class_iterator_t</a></td><td class="desc">Xcb_input_touch_class_iterator_t </td></tr>
<tr id="row_729_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__touch__class__t.html" target="_self">xcb_input_touch_class_t</a></td><td class="desc">Xcb_input_touch_class_t </td></tr>
<tr id="row_730_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__touch__ownership__event__t.html" target="_self">xcb_input_touch_ownership_event_t</a></td><td class="desc">Xcb_input_touch_ownership_event_t </td></tr>
<tr id="row_731_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__ungrab__device__button__request__t.html" target="_self">xcb_input_ungrab_device_button_request_t</a></td><td class="desc">Xcb_input_ungrab_device_button_request_t </td></tr>
<tr id="row_732_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__ungrab__device__key__request__t.html" target="_self">xcb_input_ungrab_device_key_request_t</a></td><td class="desc">Xcb_input_ungrab_device_key_request_t </td></tr>
<tr id="row_733_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__ungrab__device__request__t.html" target="_self">xcb_input_ungrab_device_request_t</a></td><td class="desc">Xcb_input_ungrab_device_request_t </td></tr>
<tr id="row_734_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__valuator__class__iterator__t.html" target="_self">xcb_input_valuator_class_iterator_t</a></td><td class="desc">Xcb_input_valuator_class_iterator_t </td></tr>
<tr id="row_735_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__valuator__class__t.html" target="_self">xcb_input_valuator_class_t</a></td><td class="desc">Xcb_input_valuator_class_t </td></tr>
<tr id="row_736_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__valuator__info__iterator__t.html" target="_self">xcb_input_valuator_info_iterator_t</a></td><td class="desc">Xcb_input_valuator_info_iterator_t </td></tr>
<tr id="row_737_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__valuator__info__t.html" target="_self">xcb_input_valuator_info_t</a></td><td class="desc">Xcb_input_valuator_info_t </td></tr>
<tr id="row_738_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__valuator__state__iterator__t.html" target="_self">xcb_input_valuator_state_iterator_t</a></td><td class="desc">Xcb_input_valuator_state_iterator_t </td></tr>
<tr id="row_739_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__valuator__state__t.html" target="_self">xcb_input_valuator_state_t</a></td><td class="desc">Xcb_input_valuator_state_t </td></tr>
<tr id="row_740_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__allow__events__request__t.html" target="_self">xcb_input_xi_allow_events_request_t</a></td><td class="desc">Xcb_input_xi_allow_events_request_t </td></tr>
<tr id="row_741_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__barrier__release__pointer__request__t.html" target="_self">xcb_input_xi_barrier_release_pointer_request_t</a></td><td class="desc">Xcb_input_xi_barrier_release_pointer_request_t </td></tr>
<tr id="row_742_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__change__cursor__request__t.html" target="_self">xcb_input_xi_change_cursor_request_t</a></td><td class="desc">Xcb_input_xi_change_cursor_request_t </td></tr>
<tr id="row_743_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__change__hierarchy__request__t.html" target="_self">xcb_input_xi_change_hierarchy_request_t</a></td><td class="desc">Xcb_input_xi_change_hierarchy_request_t </td></tr>
<tr id="row_744_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__change__property__items__t.html" target="_self">xcb_input_xi_change_property_items_t</a></td><td class="desc">Xcb_input_xi_change_property_items_t </td></tr>
<tr id="row_745_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__change__property__request__t.html" target="_self">xcb_input_xi_change_property_request_t</a></td><td class="desc">Xcb_input_xi_change_property_request_t </td></tr>
<tr id="row_746_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__delete__property__request__t.html" target="_self">xcb_input_xi_delete_property_request_t</a></td><td class="desc">Xcb_input_xi_delete_property_request_t </td></tr>
<tr id="row_747_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__device__info__iterator__t.html" target="_self">xcb_input_xi_device_info_iterator_t</a></td><td class="desc">Xcb_input_xi_device_info_iterator_t </td></tr>
<tr id="row_748_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__device__info__t.html" target="_self">xcb_input_xi_device_info_t</a></td><td class="desc">Xcb_input_xi_device_info_t </td></tr>
<tr id="row_749_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__client__pointer__cookie__t.html" target="_self">xcb_input_xi_get_client_pointer_cookie_t</a></td><td class="desc">Xcb_input_xi_get_client_pointer_cookie_t </td></tr>
<tr id="row_750_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__client__pointer__reply__t.html" target="_self">xcb_input_xi_get_client_pointer_reply_t</a></td><td class="desc">Xcb_input_xi_get_client_pointer_reply_t </td></tr>
<tr id="row_751_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__client__pointer__request__t.html" target="_self">xcb_input_xi_get_client_pointer_request_t</a></td><td class="desc">Xcb_input_xi_get_client_pointer_request_t </td></tr>
<tr id="row_752_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__focus__cookie__t.html" target="_self">xcb_input_xi_get_focus_cookie_t</a></td><td class="desc">Xcb_input_xi_get_focus_cookie_t </td></tr>
<tr id="row_753_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__focus__reply__t.html" target="_self">xcb_input_xi_get_focus_reply_t</a></td><td class="desc">Xcb_input_xi_get_focus_reply_t </td></tr>
<tr id="row_754_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__focus__request__t.html" target="_self">xcb_input_xi_get_focus_request_t</a></td><td class="desc">Xcb_input_xi_get_focus_request_t </td></tr>
<tr id="row_755_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__property__cookie__t.html" target="_self">xcb_input_xi_get_property_cookie_t</a></td><td class="desc">Xcb_input_xi_get_property_cookie_t </td></tr>
<tr id="row_756_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__property__items__t.html" target="_self">xcb_input_xi_get_property_items_t</a></td><td class="desc">Xcb_input_xi_get_property_items_t </td></tr>
<tr id="row_757_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__property__reply__t.html" target="_self">xcb_input_xi_get_property_reply_t</a></td><td class="desc">Xcb_input_xi_get_property_reply_t </td></tr>
<tr id="row_758_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__property__request__t.html" target="_self">xcb_input_xi_get_property_request_t</a></td><td class="desc">Xcb_input_xi_get_property_request_t </td></tr>
<tr id="row_759_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__selected__events__cookie__t.html" target="_self">xcb_input_xi_get_selected_events_cookie_t</a></td><td class="desc">Xcb_input_xi_get_selected_events_cookie_t </td></tr>
<tr id="row_760_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__selected__events__reply__t.html" target="_self">xcb_input_xi_get_selected_events_reply_t</a></td><td class="desc">Xcb_input_xi_get_selected_events_reply_t </td></tr>
<tr id="row_761_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__get__selected__events__request__t.html" target="_self">xcb_input_xi_get_selected_events_request_t</a></td><td class="desc">Xcb_input_xi_get_selected_events_request_t </td></tr>
<tr id="row_762_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__grab__device__cookie__t.html" target="_self">xcb_input_xi_grab_device_cookie_t</a></td><td class="desc">Xcb_input_xi_grab_device_cookie_t </td></tr>
<tr id="row_763_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__grab__device__reply__t.html" target="_self">xcb_input_xi_grab_device_reply_t</a></td><td class="desc">Xcb_input_xi_grab_device_reply_t </td></tr>
<tr id="row_764_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__grab__device__request__t.html" target="_self">xcb_input_xi_grab_device_request_t</a></td><td class="desc">Xcb_input_xi_grab_device_request_t </td></tr>
<tr id="row_765_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__list__properties__cookie__t.html" target="_self">xcb_input_xi_list_properties_cookie_t</a></td><td class="desc">Xcb_input_xi_list_properties_cookie_t </td></tr>
<tr id="row_766_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__list__properties__reply__t.html" target="_self">xcb_input_xi_list_properties_reply_t</a></td><td class="desc">Xcb_input_xi_list_properties_reply_t </td></tr>
<tr id="row_767_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__list__properties__request__t.html" target="_self">xcb_input_xi_list_properties_request_t</a></td><td class="desc">Xcb_input_xi_list_properties_request_t </td></tr>
<tr id="row_768_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__passive__grab__device__cookie__t.html" target="_self">xcb_input_xi_passive_grab_device_cookie_t</a></td><td class="desc">Xcb_input_xi_passive_grab_device_cookie_t </td></tr>
<tr id="row_769_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__passive__grab__device__reply__t.html" target="_self">xcb_input_xi_passive_grab_device_reply_t</a></td><td class="desc">Xcb_input_xi_passive_grab_device_reply_t </td></tr>
<tr id="row_770_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__passive__grab__device__request__t.html" target="_self">xcb_input_xi_passive_grab_device_request_t</a></td><td class="desc">Xcb_input_xi_passive_grab_device_request_t </td></tr>
<tr id="row_771_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__passive__ungrab__device__request__t.html" target="_self">xcb_input_xi_passive_ungrab_device_request_t</a></td><td class="desc">Xcb_input_xi_passive_ungrab_device_request_t </td></tr>
<tr id="row_772_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__query__device__cookie__t.html" target="_self">xcb_input_xi_query_device_cookie_t</a></td><td class="desc">Xcb_input_xi_query_device_cookie_t </td></tr>
<tr id="row_773_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__query__device__reply__t.html" target="_self">xcb_input_xi_query_device_reply_t</a></td><td class="desc">Xcb_input_xi_query_device_reply_t </td></tr>
<tr id="row_774_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__query__device__request__t.html" target="_self">xcb_input_xi_query_device_request_t</a></td><td class="desc">Xcb_input_xi_query_device_request_t </td></tr>
<tr id="row_775_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__query__pointer__cookie__t.html" target="_self">xcb_input_xi_query_pointer_cookie_t</a></td><td class="desc">Xcb_input_xi_query_pointer_cookie_t </td></tr>
<tr id="row_776_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__query__pointer__reply__t.html" target="_self">xcb_input_xi_query_pointer_reply_t</a></td><td class="desc">Xcb_input_xi_query_pointer_reply_t </td></tr>
<tr id="row_777_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__query__pointer__request__t.html" target="_self">xcb_input_xi_query_pointer_request_t</a></td><td class="desc">Xcb_input_xi_query_pointer_request_t </td></tr>
<tr id="row_778_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__query__version__cookie__t.html" target="_self">xcb_input_xi_query_version_cookie_t</a></td><td class="desc">Xcb_input_xi_query_version_cookie_t </td></tr>
<tr id="row_779_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__query__version__reply__t.html" target="_self">xcb_input_xi_query_version_reply_t</a></td><td class="desc">Xcb_input_xi_query_version_reply_t </td></tr>
<tr id="row_780_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__query__version__request__t.html" target="_self">xcb_input_xi_query_version_request_t</a></td><td class="desc">Xcb_input_xi_query_version_request_t </td></tr>
<tr id="row_781_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__select__events__request__t.html" target="_self">xcb_input_xi_select_events_request_t</a></td><td class="desc">Xcb_input_xi_select_events_request_t </td></tr>
<tr id="row_782_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__set__client__pointer__request__t.html" target="_self">xcb_input_xi_set_client_pointer_request_t</a></td><td class="desc">Xcb_input_xi_set_client_pointer_request_t </td></tr>
<tr id="row_783_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__set__focus__request__t.html" target="_self">xcb_input_xi_set_focus_request_t</a></td><td class="desc">Xcb_input_xi_set_focus_request_t </td></tr>
<tr id="row_784_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__ungrab__device__request__t.html" target="_self">xcb_input_xi_ungrab_device_request_t</a></td><td class="desc">Xcb_input_xi_ungrab_device_request_t </td></tr>
<tr id="row_785_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__input__xi__warp__pointer__request__t.html" target="_self">xcb_input_xi_warp_pointer_request_t</a></td><td class="desc">Xcb_input_xi_warp_pointer_request_t </td></tr>
<tr id="row_786_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__install__colormap__request__t.html" target="_self">xcb_install_colormap_request_t</a></td><td class="desc">Xcb_install_colormap_request_t </td></tr>
<tr id="row_787_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__intern__atom__cookie__t.html" target="_self">xcb_intern_atom_cookie_t</a></td><td class="desc">Xcb_intern_atom_cookie_t </td></tr>
<tr id="row_788_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__intern__atom__reply__t.html" target="_self">xcb_intern_atom_reply_t</a></td><td class="desc">Xcb_intern_atom_reply_t </td></tr>
<tr id="row_789_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__intern__atom__request__t.html" target="_self">xcb_intern_atom_request_t</a></td><td class="desc">Xcb_intern_atom_request_t </td></tr>
<tr id="row_790_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__key__press__event__t.html" target="_self">xcb_key_press_event_t</a></td><td class="desc">Xcb_key_press_event_t </td></tr>
<tr id="row_791_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__keycode__iterator__t.html" target="_self">xcb_keycode_iterator_t</a></td><td class="desc">Xcb_keycode_iterator_t </td></tr>
<tr id="row_792_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__keymap__notify__event__t.html" target="_self">xcb_keymap_notify_event_t</a></td><td class="desc">Xcb_keymap_notify_event_t </td></tr>
<tr id="row_793_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__keysym__iterator__t.html" target="_self">xcb_keysym_iterator_t</a></td><td class="desc">Xcb_keysym_iterator_t </td></tr>
<tr id="row_794_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__kill__client__request__t.html" target="_self">xcb_kill_client_request_t</a></td><td class="desc">Xcb_kill_client_request_t </td></tr>
<tr id="row_795_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__extensions__cookie__t.html" target="_self">xcb_list_extensions_cookie_t</a></td><td class="desc">Xcb_list_extensions_cookie_t </td></tr>
<tr id="row_796_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__extensions__reply__t.html" target="_self">xcb_list_extensions_reply_t</a></td><td class="desc">Xcb_list_extensions_reply_t </td></tr>
<tr id="row_797_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__extensions__request__t.html" target="_self">xcb_list_extensions_request_t</a></td><td class="desc">Xcb_list_extensions_request_t </td></tr>
<tr id="row_798_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__fonts__cookie__t.html" target="_self">xcb_list_fonts_cookie_t</a></td><td class="desc">Xcb_list_fonts_cookie_t </td></tr>
<tr id="row_799_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__fonts__reply__t.html" target="_self">xcb_list_fonts_reply_t</a></td><td class="desc">Xcb_list_fonts_reply_t </td></tr>
<tr id="row_800_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__fonts__request__t.html" target="_self">xcb_list_fonts_request_t</a></td><td class="desc">Xcb_list_fonts_request_t </td></tr>
<tr id="row_801_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__fonts__with__info__cookie__t.html" target="_self">xcb_list_fonts_with_info_cookie_t</a></td><td class="desc">Xcb_list_fonts_with_info_cookie_t </td></tr>
<tr id="row_802_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__fonts__with__info__reply__t.html" target="_self">xcb_list_fonts_with_info_reply_t</a></td><td class="desc">Xcb_list_fonts_with_info_reply_t </td></tr>
<tr id="row_803_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__fonts__with__info__request__t.html" target="_self">xcb_list_fonts_with_info_request_t</a></td><td class="desc">Xcb_list_fonts_with_info_request_t </td></tr>
<tr id="row_804_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__hosts__cookie__t.html" target="_self">xcb_list_hosts_cookie_t</a></td><td class="desc">Xcb_list_hosts_cookie_t </td></tr>
<tr id="row_805_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__hosts__reply__t.html" target="_self">xcb_list_hosts_reply_t</a></td><td class="desc">Xcb_list_hosts_reply_t </td></tr>
<tr id="row_806_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__hosts__request__t.html" target="_self">xcb_list_hosts_request_t</a></td><td class="desc">Xcb_list_hosts_request_t </td></tr>
<tr id="row_807_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__installed__colormaps__cookie__t.html" target="_self">xcb_list_installed_colormaps_cookie_t</a></td><td class="desc">Xcb_list_installed_colormaps_cookie_t </td></tr>
<tr id="row_808_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__installed__colormaps__reply__t.html" target="_self">xcb_list_installed_colormaps_reply_t</a></td><td class="desc">Xcb_list_installed_colormaps_reply_t </td></tr>
<tr id="row_809_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__installed__colormaps__request__t.html" target="_self">xcb_list_installed_colormaps_request_t</a></td><td class="desc">Xcb_list_installed_colormaps_request_t </td></tr>
<tr id="row_810_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__properties__cookie__t.html" target="_self">xcb_list_properties_cookie_t</a></td><td class="desc">Xcb_list_properties_cookie_t </td></tr>
<tr id="row_811_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__properties__reply__t.html" target="_self">xcb_list_properties_reply_t</a></td><td class="desc">Xcb_list_properties_reply_t </td></tr>
<tr id="row_812_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__list__properties__request__t.html" target="_self">xcb_list_properties_request_t</a></td><td class="desc">Xcb_list_properties_request_t </td></tr>
<tr id="row_813_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__lookup__color__cookie__t.html" target="_self">xcb_lookup_color_cookie_t</a></td><td class="desc">Xcb_lookup_color_cookie_t </td></tr>
<tr id="row_814_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__lookup__color__reply__t.html" target="_self">xcb_lookup_color_reply_t</a></td><td class="desc">Xcb_lookup_color_reply_t </td></tr>
<tr id="row_815_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__lookup__color__request__t.html" target="_self">xcb_lookup_color_request_t</a></td><td class="desc">Xcb_lookup_color_request_t </td></tr>
<tr id="row_816_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__map__notify__event__t.html" target="_self">xcb_map_notify_event_t</a></td><td class="desc">Xcb_map_notify_event_t </td></tr>
<tr id="row_817_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__map__request__event__t.html" target="_self">xcb_map_request_event_t</a></td><td class="desc">Xcb_map_request_event_t </td></tr>
<tr id="row_818_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__map__subwindows__request__t.html" target="_self">xcb_map_subwindows_request_t</a></td><td class="desc">Xcb_map_subwindows_request_t </td></tr>
<tr id="row_819_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__map__window__request__t.html" target="_self">xcb_map_window_request_t</a></td><td class="desc">Xcb_map_window_request_t </td></tr>
<tr id="row_820_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__mapping__notify__event__t.html" target="_self">xcb_mapping_notify_event_t</a></td><td class="desc">Xcb_mapping_notify_event_t </td></tr>
<tr id="row_821_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__motion__notify__event__t.html" target="_self">xcb_motion_notify_event_t</a></td><td class="desc">Xcb_motion_notify_event_t </td></tr>
<tr id="row_822_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__no__exposure__event__t.html" target="_self">xcb_no_exposure_event_t</a></td><td class="desc">Xcb_no_exposure_event_t </td></tr>
<tr id="row_823_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__no__operation__request__t.html" target="_self">xcb_no_operation_request_t</a></td><td class="desc">Xcb_no_operation_request_t </td></tr>
<tr id="row_824_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__open__font__request__t.html" target="_self">xcb_open_font_request_t</a></td><td class="desc">Xcb_open_font_request_t </td></tr>
<tr id="row_825_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__pixmap__iterator__t.html" target="_self">xcb_pixmap_iterator_t</a></td><td class="desc">Xcb_pixmap_iterator_t </td></tr>
<tr id="row_826_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__point__iterator__t.html" target="_self">xcb_point_iterator_t</a></td><td class="desc">Xcb_point_iterator_t </td></tr>
<tr id="row_827_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__point__t.html" target="_self">xcb_point_t</a></td><td class="desc">Xcb_point_t </td></tr>
<tr id="row_828_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__poly__arc__request__t.html" target="_self">xcb_poly_arc_request_t</a></td><td class="desc">Xcb_poly_arc_request_t </td></tr>
<tr id="row_829_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__poly__fill__arc__request__t.html" target="_self">xcb_poly_fill_arc_request_t</a></td><td class="desc">Xcb_poly_fill_arc_request_t </td></tr>
<tr id="row_830_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__poly__fill__rectangle__request__t.html" target="_self">xcb_poly_fill_rectangle_request_t</a></td><td class="desc">Xcb_poly_fill_rectangle_request_t </td></tr>
<tr id="row_831_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__poly__line__request__t.html" target="_self">xcb_poly_line_request_t</a></td><td class="desc">Xcb_poly_line_request_t </td></tr>
<tr id="row_832_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__poly__point__request__t.html" target="_self">xcb_poly_point_request_t</a></td><td class="desc">Xcb_poly_point_request_t </td></tr>
<tr id="row_833_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__poly__rectangle__request__t.html" target="_self">xcb_poly_rectangle_request_t</a></td><td class="desc">Xcb_poly_rectangle_request_t </td></tr>
<tr id="row_834_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__poly__segment__request__t.html" target="_self">xcb_poly_segment_request_t</a></td><td class="desc">Xcb_poly_segment_request_t </td></tr>
<tr id="row_835_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__poly__text__16__request__t.html" target="_self">xcb_poly_text_16_request_t</a></td><td class="desc">Xcb_poly_text_16_request_t </td></tr>
<tr id="row_836_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__poly__text__8__request__t.html" target="_self">xcb_poly_text_8_request_t</a></td><td class="desc">Xcb_poly_text_8_request_t </td></tr>
<tr id="row_837_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__complete__notify__event__t.html" target="_self">xcb_present_complete_notify_event_t</a></td><td class="desc">Xcb_present_complete_notify_event_t </td></tr>
<tr id="row_838_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__configure__notify__event__t.html" target="_self">xcb_present_configure_notify_event_t</a></td><td class="desc">Xcb_present_configure_notify_event_t </td></tr>
<tr id="row_839_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__event__iterator__t.html" target="_self">xcb_present_event_iterator_t</a></td><td class="desc">Xcb_present_event_iterator_t </td></tr>
<tr id="row_840_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__generic__event__t.html" target="_self">xcb_present_generic_event_t</a></td><td class="desc">Xcb_present_generic_event_t </td></tr>
<tr id="row_841_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__idle__notify__event__t.html" target="_self">xcb_present_idle_notify_event_t</a></td><td class="desc">Xcb_present_idle_notify_event_t </td></tr>
<tr id="row_842_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__notify__iterator__t.html" target="_self">xcb_present_notify_iterator_t</a></td><td class="desc">Xcb_present_notify_iterator_t </td></tr>
<tr id="row_843_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__notify__msc__request__t.html" target="_self">xcb_present_notify_msc_request_t</a></td><td class="desc">Xcb_present_notify_msc_request_t </td></tr>
<tr id="row_844_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__notify__t.html" target="_self">xcb_present_notify_t</a></td><td class="desc">Xcb_present_notify_t </td></tr>
<tr id="row_845_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__pixmap__request__t.html" target="_self">xcb_present_pixmap_request_t</a></td><td class="desc">Xcb_present_pixmap_request_t </td></tr>
<tr id="row_846_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__query__capabilities__cookie__t.html" target="_self">xcb_present_query_capabilities_cookie_t</a></td><td class="desc">Xcb_present_query_capabilities_cookie_t </td></tr>
<tr id="row_847_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__query__capabilities__reply__t.html" target="_self">xcb_present_query_capabilities_reply_t</a></td><td class="desc">Xcb_present_query_capabilities_reply_t </td></tr>
<tr id="row_848_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__query__capabilities__request__t.html" target="_self">xcb_present_query_capabilities_request_t</a></td><td class="desc">Xcb_present_query_capabilities_request_t </td></tr>
<tr id="row_849_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__query__version__cookie__t.html" target="_self">xcb_present_query_version_cookie_t</a></td><td class="desc">Xcb_present_query_version_cookie_t </td></tr>
<tr id="row_850_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__query__version__reply__t.html" target="_self">xcb_present_query_version_reply_t</a></td><td class="desc">Xcb_present_query_version_reply_t </td></tr>
<tr id="row_851_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__query__version__request__t.html" target="_self">xcb_present_query_version_request_t</a></td><td class="desc">Xcb_present_query_version_request_t </td></tr>
<tr id="row_852_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__redirect__notify__event__t.html" target="_self">xcb_present_redirect_notify_event_t</a></td><td class="desc">Xcb_present_redirect_notify_event_t </td></tr>
<tr id="row_853_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__present__select__input__request__t.html" target="_self">xcb_present_select_input_request_t</a></td><td class="desc">Xcb_present_select_input_request_t </td></tr>
<tr id="row_854_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__property__notify__event__t.html" target="_self">xcb_property_notify_event_t</a></td><td class="desc">Xcb_property_notify_event_t </td></tr>
<tr id="row_855_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__protocol__request__t.html" target="_self">xcb_protocol_request_t</a></td><td class="desc"></td></tr>
<tr id="row_856_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__put__image__request__t.html" target="_self">xcb_put_image_request_t</a></td><td class="desc">Xcb_put_image_request_t </td></tr>
<tr id="row_857_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__best__size__cookie__t.html" target="_self">xcb_query_best_size_cookie_t</a></td><td class="desc">Xcb_query_best_size_cookie_t </td></tr>
<tr id="row_858_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__best__size__reply__t.html" target="_self">xcb_query_best_size_reply_t</a></td><td class="desc">Xcb_query_best_size_reply_t </td></tr>
<tr id="row_859_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__best__size__request__t.html" target="_self">xcb_query_best_size_request_t</a></td><td class="desc">Xcb_query_best_size_request_t </td></tr>
<tr id="row_860_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__colors__cookie__t.html" target="_self">xcb_query_colors_cookie_t</a></td><td class="desc">Xcb_query_colors_cookie_t </td></tr>
<tr id="row_861_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__colors__reply__t.html" target="_self">xcb_query_colors_reply_t</a></td><td class="desc">Xcb_query_colors_reply_t </td></tr>
<tr id="row_862_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__colors__request__t.html" target="_self">xcb_query_colors_request_t</a></td><td class="desc">Xcb_query_colors_request_t </td></tr>
<tr id="row_863_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__extension__cookie__t.html" target="_self">xcb_query_extension_cookie_t</a></td><td class="desc">Xcb_query_extension_cookie_t </td></tr>
<tr id="row_864_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__extension__reply__t.html" target="_self">xcb_query_extension_reply_t</a></td><td class="desc">Xcb_query_extension_reply_t </td></tr>
<tr id="row_865_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__extension__request__t.html" target="_self">xcb_query_extension_request_t</a></td><td class="desc">Xcb_query_extension_request_t </td></tr>
<tr id="row_866_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__font__cookie__t.html" target="_self">xcb_query_font_cookie_t</a></td><td class="desc">Xcb_query_font_cookie_t </td></tr>
<tr id="row_867_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__font__reply__t.html" target="_self">xcb_query_font_reply_t</a></td><td class="desc">Xcb_query_font_reply_t </td></tr>
<tr id="row_868_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__font__request__t.html" target="_self">xcb_query_font_request_t</a></td><td class="desc">Xcb_query_font_request_t </td></tr>
<tr id="row_869_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__keymap__cookie__t.html" target="_self">xcb_query_keymap_cookie_t</a></td><td class="desc">Xcb_query_keymap_cookie_t </td></tr>
<tr id="row_870_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__keymap__reply__t.html" target="_self">xcb_query_keymap_reply_t</a></td><td class="desc">Xcb_query_keymap_reply_t </td></tr>
<tr id="row_871_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__keymap__request__t.html" target="_self">xcb_query_keymap_request_t</a></td><td class="desc">Xcb_query_keymap_request_t </td></tr>
<tr id="row_872_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__pointer__cookie__t.html" target="_self">xcb_query_pointer_cookie_t</a></td><td class="desc">Xcb_query_pointer_cookie_t </td></tr>
<tr id="row_873_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__pointer__reply__t.html" target="_self">xcb_query_pointer_reply_t</a></td><td class="desc">Xcb_query_pointer_reply_t </td></tr>
<tr id="row_874_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__pointer__request__t.html" target="_self">xcb_query_pointer_request_t</a></td><td class="desc">Xcb_query_pointer_request_t </td></tr>
<tr id="row_875_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__text__extents__cookie__t.html" target="_self">xcb_query_text_extents_cookie_t</a></td><td class="desc">Xcb_query_text_extents_cookie_t </td></tr>
<tr id="row_876_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__text__extents__reply__t.html" target="_self">xcb_query_text_extents_reply_t</a></td><td class="desc">Xcb_query_text_extents_reply_t </td></tr>
<tr id="row_877_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__text__extents__request__t.html" target="_self">xcb_query_text_extents_request_t</a></td><td class="desc">Xcb_query_text_extents_request_t </td></tr>
<tr id="row_878_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__tree__cookie__t.html" target="_self">xcb_query_tree_cookie_t</a></td><td class="desc">Xcb_query_tree_cookie_t </td></tr>
<tr id="row_879_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__tree__reply__t.html" target="_self">xcb_query_tree_reply_t</a></td><td class="desc">Xcb_query_tree_reply_t </td></tr>
<tr id="row_880_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__query__tree__request__t.html" target="_self">xcb_query_tree_request_t</a></td><td class="desc">Xcb_query_tree_request_t </td></tr>
<tr id="row_881_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__add__output__mode__request__t.html" target="_self">xcb_randr_add_output_mode_request_t</a></td><td class="desc">Xcb_randr_add_output_mode_request_t </td></tr>
<tr id="row_882_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__bad__crtc__error__t.html" target="_self">xcb_randr_bad_crtc_error_t</a></td><td class="desc">Xcb_randr_bad_crtc_error_t </td></tr>
<tr id="row_883_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__bad__mode__error__t.html" target="_self">xcb_randr_bad_mode_error_t</a></td><td class="desc">Xcb_randr_bad_mode_error_t </td></tr>
<tr id="row_884_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__bad__output__error__t.html" target="_self">xcb_randr_bad_output_error_t</a></td><td class="desc">Xcb_randr_bad_output_error_t </td></tr>
<tr id="row_885_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__bad__provider__error__t.html" target="_self">xcb_randr_bad_provider_error_t</a></td><td class="desc">Xcb_randr_bad_provider_error_t </td></tr>
<tr id="row_886_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__change__output__property__request__t.html" target="_self">xcb_randr_change_output_property_request_t</a></td><td class="desc">Xcb_randr_change_output_property_request_t </td></tr>
<tr id="row_887_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__change__provider__property__request__t.html" target="_self">xcb_randr_change_provider_property_request_t</a></td><td class="desc">Xcb_randr_change_provider_property_request_t </td></tr>
<tr id="row_888_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__configure__output__property__request__t.html" target="_self">xcb_randr_configure_output_property_request_t</a></td><td class="desc">Xcb_randr_configure_output_property_request_t </td></tr>
<tr id="row_889_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__configure__provider__property__request__t.html" target="_self">xcb_randr_configure_provider_property_request_t</a></td><td class="desc">Xcb_randr_configure_provider_property_request_t </td></tr>
<tr id="row_890_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__create__mode__cookie__t.html" target="_self">xcb_randr_create_mode_cookie_t</a></td><td class="desc">Xcb_randr_create_mode_cookie_t </td></tr>
<tr id="row_891_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__create__mode__reply__t.html" target="_self">xcb_randr_create_mode_reply_t</a></td><td class="desc">Xcb_randr_create_mode_reply_t </td></tr>
<tr id="row_892_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__create__mode__request__t.html" target="_self">xcb_randr_create_mode_request_t</a></td><td class="desc">Xcb_randr_create_mode_request_t </td></tr>
<tr id="row_893_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__crtc__change__iterator__t.html" target="_self">xcb_randr_crtc_change_iterator_t</a></td><td class="desc">Xcb_randr_crtc_change_iterator_t </td></tr>
<tr id="row_894_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__crtc__change__t.html" target="_self">xcb_randr_crtc_change_t</a></td><td class="desc">Xcb_randr_crtc_change_t </td></tr>
<tr id="row_895_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__crtc__iterator__t.html" target="_self">xcb_randr_crtc_iterator_t</a></td><td class="desc">Xcb_randr_crtc_iterator_t </td></tr>
<tr id="row_896_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__delete__output__mode__request__t.html" target="_self">xcb_randr_delete_output_mode_request_t</a></td><td class="desc">Xcb_randr_delete_output_mode_request_t </td></tr>
<tr id="row_897_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__delete__output__property__request__t.html" target="_self">xcb_randr_delete_output_property_request_t</a></td><td class="desc">Xcb_randr_delete_output_property_request_t </td></tr>
<tr id="row_898_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__delete__provider__property__request__t.html" target="_self">xcb_randr_delete_provider_property_request_t</a></td><td class="desc">Xcb_randr_delete_provider_property_request_t </td></tr>
<tr id="row_899_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__destroy__mode__request__t.html" target="_self">xcb_randr_destroy_mode_request_t</a></td><td class="desc">Xcb_randr_destroy_mode_request_t </td></tr>
<tr id="row_900_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__gamma__cookie__t.html" target="_self">xcb_randr_get_crtc_gamma_cookie_t</a></td><td class="desc">Xcb_randr_get_crtc_gamma_cookie_t </td></tr>
<tr id="row_901_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__gamma__reply__t.html" target="_self">xcb_randr_get_crtc_gamma_reply_t</a></td><td class="desc">Xcb_randr_get_crtc_gamma_reply_t </td></tr>
<tr id="row_902_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__gamma__request__t.html" target="_self">xcb_randr_get_crtc_gamma_request_t</a></td><td class="desc">Xcb_randr_get_crtc_gamma_request_t </td></tr>
<tr id="row_903_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__gamma__size__cookie__t.html" target="_self">xcb_randr_get_crtc_gamma_size_cookie_t</a></td><td class="desc">Xcb_randr_get_crtc_gamma_size_cookie_t </td></tr>
<tr id="row_904_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__gamma__size__reply__t.html" target="_self">xcb_randr_get_crtc_gamma_size_reply_t</a></td><td class="desc">Xcb_randr_get_crtc_gamma_size_reply_t </td></tr>
<tr id="row_905_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__gamma__size__request__t.html" target="_self">xcb_randr_get_crtc_gamma_size_request_t</a></td><td class="desc">Xcb_randr_get_crtc_gamma_size_request_t </td></tr>
<tr id="row_906_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__info__cookie__t.html" target="_self">xcb_randr_get_crtc_info_cookie_t</a></td><td class="desc">Xcb_randr_get_crtc_info_cookie_t </td></tr>
<tr id="row_907_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__info__reply__t.html" target="_self">xcb_randr_get_crtc_info_reply_t</a></td><td class="desc">Xcb_randr_get_crtc_info_reply_t </td></tr>
<tr id="row_908_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__info__request__t.html" target="_self">xcb_randr_get_crtc_info_request_t</a></td><td class="desc">Xcb_randr_get_crtc_info_request_t </td></tr>
<tr id="row_909_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__transform__cookie__t.html" target="_self">xcb_randr_get_crtc_transform_cookie_t</a></td><td class="desc">Xcb_randr_get_crtc_transform_cookie_t </td></tr>
<tr id="row_910_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__transform__reply__t.html" target="_self">xcb_randr_get_crtc_transform_reply_t</a></td><td class="desc">Xcb_randr_get_crtc_transform_reply_t </td></tr>
<tr id="row_911_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__crtc__transform__request__t.html" target="_self">xcb_randr_get_crtc_transform_request_t</a></td><td class="desc">Xcb_randr_get_crtc_transform_request_t </td></tr>
<tr id="row_912_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__output__info__cookie__t.html" target="_self">xcb_randr_get_output_info_cookie_t</a></td><td class="desc">Xcb_randr_get_output_info_cookie_t </td></tr>
<tr id="row_913_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__output__info__reply__t.html" target="_self">xcb_randr_get_output_info_reply_t</a></td><td class="desc">Xcb_randr_get_output_info_reply_t </td></tr>
<tr id="row_914_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__output__info__request__t.html" target="_self">xcb_randr_get_output_info_request_t</a></td><td class="desc">Xcb_randr_get_output_info_request_t </td></tr>
<tr id="row_915_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__output__primary__cookie__t.html" target="_self">xcb_randr_get_output_primary_cookie_t</a></td><td class="desc">Xcb_randr_get_output_primary_cookie_t </td></tr>
<tr id="row_916_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__output__primary__reply__t.html" target="_self">xcb_randr_get_output_primary_reply_t</a></td><td class="desc">Xcb_randr_get_output_primary_reply_t </td></tr>
<tr id="row_917_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__output__primary__request__t.html" target="_self">xcb_randr_get_output_primary_request_t</a></td><td class="desc">Xcb_randr_get_output_primary_request_t </td></tr>
<tr id="row_918_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__output__property__cookie__t.html" target="_self">xcb_randr_get_output_property_cookie_t</a></td><td class="desc">Xcb_randr_get_output_property_cookie_t </td></tr>
<tr id="row_919_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__output__property__reply__t.html" target="_self">xcb_randr_get_output_property_reply_t</a></td><td class="desc">Xcb_randr_get_output_property_reply_t </td></tr>
<tr id="row_920_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__output__property__request__t.html" target="_self">xcb_randr_get_output_property_request_t</a></td><td class="desc">Xcb_randr_get_output_property_request_t </td></tr>
<tr id="row_921_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__panning__cookie__t.html" target="_self">xcb_randr_get_panning_cookie_t</a></td><td class="desc">Xcb_randr_get_panning_cookie_t </td></tr>
<tr id="row_922_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__panning__reply__t.html" target="_self">xcb_randr_get_panning_reply_t</a></td><td class="desc">Xcb_randr_get_panning_reply_t </td></tr>
<tr id="row_923_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__panning__request__t.html" target="_self">xcb_randr_get_panning_request_t</a></td><td class="desc">Xcb_randr_get_panning_request_t </td></tr>
<tr id="row_924_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__provider__info__cookie__t.html" target="_self">xcb_randr_get_provider_info_cookie_t</a></td><td class="desc">Xcb_randr_get_provider_info_cookie_t </td></tr>
<tr id="row_925_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__provider__info__reply__t.html" target="_self">xcb_randr_get_provider_info_reply_t</a></td><td class="desc">Xcb_randr_get_provider_info_reply_t </td></tr>
<tr id="row_926_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__provider__info__request__t.html" target="_self">xcb_randr_get_provider_info_request_t</a></td><td class="desc">Xcb_randr_get_provider_info_request_t </td></tr>
<tr id="row_927_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__provider__property__cookie__t.html" target="_self">xcb_randr_get_provider_property_cookie_t</a></td><td class="desc">Xcb_randr_get_provider_property_cookie_t </td></tr>
<tr id="row_928_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__provider__property__reply__t.html" target="_self">xcb_randr_get_provider_property_reply_t</a></td><td class="desc">Xcb_randr_get_provider_property_reply_t </td></tr>
<tr id="row_929_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__provider__property__request__t.html" target="_self">xcb_randr_get_provider_property_request_t</a></td><td class="desc">Xcb_randr_get_provider_property_request_t </td></tr>
<tr id="row_930_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__providers__cookie__t.html" target="_self">xcb_randr_get_providers_cookie_t</a></td><td class="desc">Xcb_randr_get_providers_cookie_t </td></tr>
<tr id="row_931_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__providers__reply__t.html" target="_self">xcb_randr_get_providers_reply_t</a></td><td class="desc">Xcb_randr_get_providers_reply_t </td></tr>
<tr id="row_932_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__providers__request__t.html" target="_self">xcb_randr_get_providers_request_t</a></td><td class="desc">Xcb_randr_get_providers_request_t </td></tr>
<tr id="row_933_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__info__cookie__t.html" target="_self">xcb_randr_get_screen_info_cookie_t</a></td><td class="desc">Xcb_randr_get_screen_info_cookie_t </td></tr>
<tr id="row_934_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__info__reply__t.html" target="_self">xcb_randr_get_screen_info_reply_t</a></td><td class="desc">Xcb_randr_get_screen_info_reply_t </td></tr>
<tr id="row_935_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__info__request__t.html" target="_self">xcb_randr_get_screen_info_request_t</a></td><td class="desc">Xcb_randr_get_screen_info_request_t </td></tr>
<tr id="row_936_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__resources__cookie__t.html" target="_self">xcb_randr_get_screen_resources_cookie_t</a></td><td class="desc">Xcb_randr_get_screen_resources_cookie_t </td></tr>
<tr id="row_937_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__resources__current__cookie__t.html" target="_self">xcb_randr_get_screen_resources_current_cookie_t</a></td><td class="desc">Xcb_randr_get_screen_resources_current_cookie_t </td></tr>
<tr id="row_938_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__resources__current__reply__t.html" target="_self">xcb_randr_get_screen_resources_current_reply_t</a></td><td class="desc">Xcb_randr_get_screen_resources_current_reply_t </td></tr>
<tr id="row_939_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__resources__current__request__t.html" target="_self">xcb_randr_get_screen_resources_current_request_t</a></td><td class="desc">Xcb_randr_get_screen_resources_current_request_t </td></tr>
<tr id="row_940_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__resources__reply__t.html" target="_self">xcb_randr_get_screen_resources_reply_t</a></td><td class="desc">Xcb_randr_get_screen_resources_reply_t </td></tr>
<tr id="row_941_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__resources__request__t.html" target="_self">xcb_randr_get_screen_resources_request_t</a></td><td class="desc">Xcb_randr_get_screen_resources_request_t </td></tr>
<tr id="row_942_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__size__range__cookie__t.html" target="_self">xcb_randr_get_screen_size_range_cookie_t</a></td><td class="desc">Xcb_randr_get_screen_size_range_cookie_t </td></tr>
<tr id="row_943_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__size__range__reply__t.html" target="_self">xcb_randr_get_screen_size_range_reply_t</a></td><td class="desc">Xcb_randr_get_screen_size_range_reply_t </td></tr>
<tr id="row_944_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__get__screen__size__range__request__t.html" target="_self">xcb_randr_get_screen_size_range_request_t</a></td><td class="desc">Xcb_randr_get_screen_size_range_request_t </td></tr>
<tr id="row_945_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__list__output__properties__cookie__t.html" target="_self">xcb_randr_list_output_properties_cookie_t</a></td><td class="desc">Xcb_randr_list_output_properties_cookie_t </td></tr>
<tr id="row_946_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__list__output__properties__reply__t.html" target="_self">xcb_randr_list_output_properties_reply_t</a></td><td class="desc">Xcb_randr_list_output_properties_reply_t </td></tr>
<tr id="row_947_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__list__output__properties__request__t.html" target="_self">xcb_randr_list_output_properties_request_t</a></td><td class="desc">Xcb_randr_list_output_properties_request_t </td></tr>
<tr id="row_948_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__list__provider__properties__cookie__t.html" target="_self">xcb_randr_list_provider_properties_cookie_t</a></td><td class="desc">Xcb_randr_list_provider_properties_cookie_t </td></tr>
<tr id="row_949_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__list__provider__properties__reply__t.html" target="_self">xcb_randr_list_provider_properties_reply_t</a></td><td class="desc">Xcb_randr_list_provider_properties_reply_t </td></tr>
<tr id="row_950_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__list__provider__properties__request__t.html" target="_self">xcb_randr_list_provider_properties_request_t</a></td><td class="desc">Xcb_randr_list_provider_properties_request_t </td></tr>
<tr id="row_951_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__mode__info__iterator__t.html" target="_self">xcb_randr_mode_info_iterator_t</a></td><td class="desc">Xcb_randr_mode_info_iterator_t </td></tr>
<tr id="row_952_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__mode__info__t.html" target="_self">xcb_randr_mode_info_t</a></td><td class="desc">Xcb_randr_mode_info_t </td></tr>
<tr id="row_953_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__mode__iterator__t.html" target="_self">xcb_randr_mode_iterator_t</a></td><td class="desc">Xcb_randr_mode_iterator_t </td></tr>
<tr id="row_954_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__notify__data__iterator__t.html" target="_self">xcb_randr_notify_data_iterator_t</a></td><td class="desc">Xcb_randr_notify_data_iterator_t </td></tr>
<tr id="row_955_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="unionxcb__randr__notify__data__t.html" target="_self">xcb_randr_notify_data_t</a></td><td class="desc">Xcb_randr_notify_data_t </td></tr>
<tr id="row_956_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__notify__event__t.html" target="_self">xcb_randr_notify_event_t</a></td><td class="desc">Xcb_randr_notify_event_t </td></tr>
<tr id="row_957_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__output__change__iterator__t.html" target="_self">xcb_randr_output_change_iterator_t</a></td><td class="desc">Xcb_randr_output_change_iterator_t </td></tr>
<tr id="row_958_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__output__change__t.html" target="_self">xcb_randr_output_change_t</a></td><td class="desc">Xcb_randr_output_change_t </td></tr>
<tr id="row_959_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__output__iterator__t.html" target="_self">xcb_randr_output_iterator_t</a></td><td class="desc">Xcb_randr_output_iterator_t </td></tr>
<tr id="row_960_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__output__property__iterator__t.html" target="_self">xcb_randr_output_property_iterator_t</a></td><td class="desc">Xcb_randr_output_property_iterator_t </td></tr>
<tr id="row_961_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__output__property__t.html" target="_self">xcb_randr_output_property_t</a></td><td class="desc">Xcb_randr_output_property_t </td></tr>
<tr id="row_962_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__provider__change__iterator__t.html" target="_self">xcb_randr_provider_change_iterator_t</a></td><td class="desc">Xcb_randr_provider_change_iterator_t </td></tr>
<tr id="row_963_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__provider__change__t.html" target="_self">xcb_randr_provider_change_t</a></td><td class="desc">Xcb_randr_provider_change_t </td></tr>
<tr id="row_964_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__provider__iterator__t.html" target="_self">xcb_randr_provider_iterator_t</a></td><td class="desc">Xcb_randr_provider_iterator_t </td></tr>
<tr id="row_965_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__provider__property__iterator__t.html" target="_self">xcb_randr_provider_property_iterator_t</a></td><td class="desc">Xcb_randr_provider_property_iterator_t </td></tr>
<tr id="row_966_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__provider__property__t.html" target="_self">xcb_randr_provider_property_t</a></td><td class="desc">Xcb_randr_provider_property_t </td></tr>
<tr id="row_967_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__query__output__property__cookie__t.html" target="_self">xcb_randr_query_output_property_cookie_t</a></td><td class="desc">Xcb_randr_query_output_property_cookie_t </td></tr>
<tr id="row_968_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__query__output__property__reply__t.html" target="_self">xcb_randr_query_output_property_reply_t</a></td><td class="desc">Xcb_randr_query_output_property_reply_t </td></tr>
<tr id="row_969_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__query__output__property__request__t.html" target="_self">xcb_randr_query_output_property_request_t</a></td><td class="desc">Xcb_randr_query_output_property_request_t </td></tr>
<tr id="row_970_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__query__provider__property__cookie__t.html" target="_self">xcb_randr_query_provider_property_cookie_t</a></td><td class="desc">Xcb_randr_query_provider_property_cookie_t </td></tr>
<tr id="row_971_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__query__provider__property__reply__t.html" target="_self">xcb_randr_query_provider_property_reply_t</a></td><td class="desc">Xcb_randr_query_provider_property_reply_t </td></tr>
<tr id="row_972_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__query__provider__property__request__t.html" target="_self">xcb_randr_query_provider_property_request_t</a></td><td class="desc">Xcb_randr_query_provider_property_request_t </td></tr>
<tr id="row_973_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__query__version__cookie__t.html" target="_self">xcb_randr_query_version_cookie_t</a></td><td class="desc">Xcb_randr_query_version_cookie_t </td></tr>
<tr id="row_974_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__query__version__reply__t.html" target="_self">xcb_randr_query_version_reply_t</a></td><td class="desc">Xcb_randr_query_version_reply_t </td></tr>
<tr id="row_975_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__query__version__request__t.html" target="_self">xcb_randr_query_version_request_t</a></td><td class="desc">Xcb_randr_query_version_request_t </td></tr>
<tr id="row_976_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__refresh__rates__iterator__t.html" target="_self">xcb_randr_refresh_rates_iterator_t</a></td><td class="desc">Xcb_randr_refresh_rates_iterator_t </td></tr>
<tr id="row_977_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__refresh__rates__t.html" target="_self">xcb_randr_refresh_rates_t</a></td><td class="desc">Xcb_randr_refresh_rates_t </td></tr>
<tr id="row_978_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__resource__change__iterator__t.html" target="_self">xcb_randr_resource_change_iterator_t</a></td><td class="desc">Xcb_randr_resource_change_iterator_t </td></tr>
<tr id="row_979_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__resource__change__t.html" target="_self">xcb_randr_resource_change_t</a></td><td class="desc">Xcb_randr_resource_change_t </td></tr>
<tr id="row_980_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__screen__change__notify__event__t.html" target="_self">xcb_randr_screen_change_notify_event_t</a></td><td class="desc">Xcb_randr_screen_change_notify_event_t </td></tr>
<tr id="row_981_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__screen__size__iterator__t.html" target="_self">xcb_randr_screen_size_iterator_t</a></td><td class="desc">Xcb_randr_screen_size_iterator_t </td></tr>
<tr id="row_982_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__screen__size__t.html" target="_self">xcb_randr_screen_size_t</a></td><td class="desc">Xcb_randr_screen_size_t </td></tr>
<tr id="row_983_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__select__input__request__t.html" target="_self">xcb_randr_select_input_request_t</a></td><td class="desc">Xcb_randr_select_input_request_t </td></tr>
<tr id="row_984_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__crtc__config__cookie__t.html" target="_self">xcb_randr_set_crtc_config_cookie_t</a></td><td class="desc">Xcb_randr_set_crtc_config_cookie_t </td></tr>
<tr id="row_985_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__crtc__config__reply__t.html" target="_self">xcb_randr_set_crtc_config_reply_t</a></td><td class="desc">Xcb_randr_set_crtc_config_reply_t </td></tr>
<tr id="row_986_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__crtc__config__request__t.html" target="_self">xcb_randr_set_crtc_config_request_t</a></td><td class="desc">Xcb_randr_set_crtc_config_request_t </td></tr>
<tr id="row_987_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__crtc__gamma__request__t.html" target="_self">xcb_randr_set_crtc_gamma_request_t</a></td><td class="desc">Xcb_randr_set_crtc_gamma_request_t </td></tr>
<tr id="row_988_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__crtc__transform__request__t.html" target="_self">xcb_randr_set_crtc_transform_request_t</a></td><td class="desc">Xcb_randr_set_crtc_transform_request_t </td></tr>
<tr id="row_989_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__output__primary__request__t.html" target="_self">xcb_randr_set_output_primary_request_t</a></td><td class="desc">Xcb_randr_set_output_primary_request_t </td></tr>
<tr id="row_990_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__panning__cookie__t.html" target="_self">xcb_randr_set_panning_cookie_t</a></td><td class="desc">Xcb_randr_set_panning_cookie_t </td></tr>
<tr id="row_991_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__panning__reply__t.html" target="_self">xcb_randr_set_panning_reply_t</a></td><td class="desc">Xcb_randr_set_panning_reply_t </td></tr>
<tr id="row_992_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__panning__request__t.html" target="_self">xcb_randr_set_panning_request_t</a></td><td class="desc">Xcb_randr_set_panning_request_t </td></tr>
<tr id="row_993_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__provider__offload__sink__request__t.html" target="_self">xcb_randr_set_provider_offload_sink_request_t</a></td><td class="desc">Xcb_randr_set_provider_offload_sink_request_t </td></tr>
<tr id="row_994_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__provider__output__source__request__t.html" target="_self">xcb_randr_set_provider_output_source_request_t</a></td><td class="desc">Xcb_randr_set_provider_output_source_request_t </td></tr>
<tr id="row_995_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__screen__config__cookie__t.html" target="_self">xcb_randr_set_screen_config_cookie_t</a></td><td class="desc">Xcb_randr_set_screen_config_cookie_t </td></tr>
<tr id="row_996_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__screen__config__reply__t.html" target="_self">xcb_randr_set_screen_config_reply_t</a></td><td class="desc">Xcb_randr_set_screen_config_reply_t </td></tr>
<tr id="row_997_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__screen__config__request__t.html" target="_self">xcb_randr_set_screen_config_request_t</a></td><td class="desc">Xcb_randr_set_screen_config_request_t </td></tr>
<tr id="row_998_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__randr__set__screen__size__request__t.html" target="_self">xcb_randr_set_screen_size_request_t</a></td><td class="desc">Xcb_randr_set_screen_size_request_t </td></tr>
<tr id="row_999_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__recolor__cursor__request__t.html" target="_self">xcb_recolor_cursor_request_t</a></td><td class="desc">Xcb_recolor_cursor_request_t </td></tr>
<tr id="row_1000_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__bad__context__error__t.html" target="_self">xcb_record_bad_context_error_t</a></td><td class="desc">Xcb_record_bad_context_error_t </td></tr>
<tr id="row_1001_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__client__info__iterator__t.html" target="_self">xcb_record_client_info_iterator_t</a></td><td class="desc">Xcb_record_client_info_iterator_t </td></tr>
<tr id="row_1002_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__client__info__t.html" target="_self">xcb_record_client_info_t</a></td><td class="desc">Xcb_record_client_info_t </td></tr>
<tr id="row_1003_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__client__spec__iterator__t.html" target="_self">xcb_record_client_spec_iterator_t</a></td><td class="desc">Xcb_record_client_spec_iterator_t </td></tr>
<tr id="row_1004_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__context__iterator__t.html" target="_self">xcb_record_context_iterator_t</a></td><td class="desc">Xcb_record_context_iterator_t </td></tr>
<tr id="row_1005_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__create__context__request__t.html" target="_self">xcb_record_create_context_request_t</a></td><td class="desc">Xcb_record_create_context_request_t </td></tr>
<tr id="row_1006_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__disable__context__request__t.html" target="_self">xcb_record_disable_context_request_t</a></td><td class="desc">Xcb_record_disable_context_request_t </td></tr>
<tr id="row_1007_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__element__header__iterator__t.html" target="_self">xcb_record_element_header_iterator_t</a></td><td class="desc">Xcb_record_element_header_iterator_t </td></tr>
<tr id="row_1008_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__enable__context__cookie__t.html" target="_self">xcb_record_enable_context_cookie_t</a></td><td class="desc">Xcb_record_enable_context_cookie_t </td></tr>
<tr id="row_1009_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__enable__context__reply__t.html" target="_self">xcb_record_enable_context_reply_t</a></td><td class="desc">Xcb_record_enable_context_reply_t </td></tr>
<tr id="row_1010_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__enable__context__request__t.html" target="_self">xcb_record_enable_context_request_t</a></td><td class="desc">Xcb_record_enable_context_request_t </td></tr>
<tr id="row_1011_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__ext__range__iterator__t.html" target="_self">xcb_record_ext_range_iterator_t</a></td><td class="desc">Xcb_record_ext_range_iterator_t </td></tr>
<tr id="row_1012_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__ext__range__t.html" target="_self">xcb_record_ext_range_t</a></td><td class="desc">Xcb_record_ext_range_t </td></tr>
<tr id="row_1013_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__free__context__request__t.html" target="_self">xcb_record_free_context_request_t</a></td><td class="desc">Xcb_record_free_context_request_t </td></tr>
<tr id="row_1014_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__get__context__cookie__t.html" target="_self">xcb_record_get_context_cookie_t</a></td><td class="desc">Xcb_record_get_context_cookie_t </td></tr>
<tr id="row_1015_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__get__context__reply__t.html" target="_self">xcb_record_get_context_reply_t</a></td><td class="desc">Xcb_record_get_context_reply_t </td></tr>
<tr id="row_1016_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__get__context__request__t.html" target="_self">xcb_record_get_context_request_t</a></td><td class="desc">Xcb_record_get_context_request_t </td></tr>
<tr id="row_1017_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__query__version__cookie__t.html" target="_self">xcb_record_query_version_cookie_t</a></td><td class="desc">Xcb_record_query_version_cookie_t </td></tr>
<tr id="row_1018_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__query__version__reply__t.html" target="_self">xcb_record_query_version_reply_t</a></td><td class="desc">Xcb_record_query_version_reply_t </td></tr>
<tr id="row_1019_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__query__version__request__t.html" target="_self">xcb_record_query_version_request_t</a></td><td class="desc">Xcb_record_query_version_request_t </td></tr>
<tr id="row_1020_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__range__16__iterator__t.html" target="_self">xcb_record_range_16_iterator_t</a></td><td class="desc">Xcb_record_range_16_iterator_t </td></tr>
<tr id="row_1021_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__range__16__t.html" target="_self">xcb_record_range_16_t</a></td><td class="desc">Xcb_record_range_16_t </td></tr>
<tr id="row_1022_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__range__8__iterator__t.html" target="_self">xcb_record_range_8_iterator_t</a></td><td class="desc">Xcb_record_range_8_iterator_t </td></tr>
<tr id="row_1023_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__range__8__t.html" target="_self">xcb_record_range_8_t</a></td><td class="desc">Xcb_record_range_8_t </td></tr>
<tr id="row_1024_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__range__iterator__t.html" target="_self">xcb_record_range_iterator_t</a></td><td class="desc">Xcb_record_range_iterator_t </td></tr>
<tr id="row_1025_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__range__t.html" target="_self">xcb_record_range_t</a></td><td class="desc">Xcb_record_range_t </td></tr>
<tr id="row_1026_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__register__clients__request__t.html" target="_self">xcb_record_register_clients_request_t</a></td><td class="desc">Xcb_record_register_clients_request_t </td></tr>
<tr id="row_1027_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__record__unregister__clients__request__t.html" target="_self">xcb_record_unregister_clients_request_t</a></td><td class="desc">Xcb_record_unregister_clients_request_t </td></tr>
<tr id="row_1028_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__rectangle__iterator__t.html" target="_self">xcb_rectangle_iterator_t</a></td><td class="desc">Xcb_rectangle_iterator_t </td></tr>
<tr id="row_1029_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__rectangle__t.html" target="_self">xcb_rectangle_t</a></td><td class="desc">Xcb_rectangle_t </td></tr>
<tr id="row_1030_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__add__glyphs__request__t.html" target="_self">xcb_render_add_glyphs_request_t</a></td><td class="desc">Xcb_render_add_glyphs_request_t </td></tr>
<tr id="row_1031_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__add__traps__request__t.html" target="_self">xcb_render_add_traps_request_t</a></td><td class="desc">Xcb_render_add_traps_request_t </td></tr>
<tr id="row_1032_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__animcursorelt__iterator__t.html" target="_self">xcb_render_animcursorelt_iterator_t</a></td><td class="desc">Xcb_render_animcursorelt_iterator_t </td></tr>
<tr id="row_1033_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__animcursorelt__t.html" target="_self">xcb_render_animcursorelt_t</a></td><td class="desc">Xcb_render_animcursorelt_t </td></tr>
<tr id="row_1034_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__change__picture__request__t.html" target="_self">xcb_render_change_picture_request_t</a></td><td class="desc">Xcb_render_change_picture_request_t </td></tr>
<tr id="row_1035_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__color__iterator__t.html" target="_self">xcb_render_color_iterator_t</a></td><td class="desc">Xcb_render_color_iterator_t </td></tr>
<tr id="row_1036_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__color__t.html" target="_self">xcb_render_color_t</a></td><td class="desc">Xcb_render_color_t </td></tr>
<tr id="row_1037_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__composite__glyphs__16__request__t.html" target="_self">xcb_render_composite_glyphs_16_request_t</a></td><td class="desc">Xcb_render_composite_glyphs_16_request_t </td></tr>
<tr id="row_1038_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__composite__glyphs__32__request__t.html" target="_self">xcb_render_composite_glyphs_32_request_t</a></td><td class="desc">Xcb_render_composite_glyphs_32_request_t </td></tr>
<tr id="row_1039_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__composite__glyphs__8__request__t.html" target="_self">xcb_render_composite_glyphs_8_request_t</a></td><td class="desc">Xcb_render_composite_glyphs_8_request_t </td></tr>
<tr id="row_1040_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__composite__request__t.html" target="_self">xcb_render_composite_request_t</a></td><td class="desc">Xcb_render_composite_request_t </td></tr>
<tr id="row_1041_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__create__anim__cursor__request__t.html" target="_self">xcb_render_create_anim_cursor_request_t</a></td><td class="desc">Xcb_render_create_anim_cursor_request_t </td></tr>
<tr id="row_1042_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__create__conical__gradient__request__t.html" target="_self">xcb_render_create_conical_gradient_request_t</a></td><td class="desc">Xcb_render_create_conical_gradient_request_t </td></tr>
<tr id="row_1043_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__create__cursor__request__t.html" target="_self">xcb_render_create_cursor_request_t</a></td><td class="desc">Xcb_render_create_cursor_request_t </td></tr>
<tr id="row_1044_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__create__glyph__set__request__t.html" target="_self">xcb_render_create_glyph_set_request_t</a></td><td class="desc">Xcb_render_create_glyph_set_request_t </td></tr>
<tr id="row_1045_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__create__linear__gradient__request__t.html" target="_self">xcb_render_create_linear_gradient_request_t</a></td><td class="desc">Xcb_render_create_linear_gradient_request_t </td></tr>
<tr id="row_1046_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__create__picture__request__t.html" target="_self">xcb_render_create_picture_request_t</a></td><td class="desc">Xcb_render_create_picture_request_t </td></tr>
<tr id="row_1047_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__create__radial__gradient__request__t.html" target="_self">xcb_render_create_radial_gradient_request_t</a></td><td class="desc">Xcb_render_create_radial_gradient_request_t </td></tr>
<tr id="row_1048_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__create__solid__fill__request__t.html" target="_self">xcb_render_create_solid_fill_request_t</a></td><td class="desc">Xcb_render_create_solid_fill_request_t </td></tr>
<tr id="row_1049_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__directformat__iterator__t.html" target="_self">xcb_render_directformat_iterator_t</a></td><td class="desc">Xcb_render_directformat_iterator_t </td></tr>
<tr id="row_1050_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__directformat__t.html" target="_self">xcb_render_directformat_t</a></td><td class="desc">Xcb_render_directformat_t </td></tr>
<tr id="row_1051_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__fill__rectangles__request__t.html" target="_self">xcb_render_fill_rectangles_request_t</a></td><td class="desc">Xcb_render_fill_rectangles_request_t </td></tr>
<tr id="row_1052_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__fixed__iterator__t.html" target="_self">xcb_render_fixed_iterator_t</a></td><td class="desc">Xcb_render_fixed_iterator_t </td></tr>
<tr id="row_1053_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__free__glyph__set__request__t.html" target="_self">xcb_render_free_glyph_set_request_t</a></td><td class="desc">Xcb_render_free_glyph_set_request_t </td></tr>
<tr id="row_1054_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__free__glyphs__request__t.html" target="_self">xcb_render_free_glyphs_request_t</a></td><td class="desc">Xcb_render_free_glyphs_request_t </td></tr>
<tr id="row_1055_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__free__picture__request__t.html" target="_self">xcb_render_free_picture_request_t</a></td><td class="desc">Xcb_render_free_picture_request_t </td></tr>
<tr id="row_1056_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__glyph__error__t.html" target="_self">xcb_render_glyph_error_t</a></td><td class="desc">Xcb_render_glyph_error_t </td></tr>
<tr id="row_1057_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__glyph__iterator__t.html" target="_self">xcb_render_glyph_iterator_t</a></td><td class="desc">Xcb_render_glyph_iterator_t </td></tr>
<tr id="row_1058_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__glyph__set__error__t.html" target="_self">xcb_render_glyph_set_error_t</a></td><td class="desc">Xcb_render_glyph_set_error_t </td></tr>
<tr id="row_1059_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__glyphinfo__iterator__t.html" target="_self">xcb_render_glyphinfo_iterator_t</a></td><td class="desc">Xcb_render_glyphinfo_iterator_t </td></tr>
<tr id="row_1060_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__glyphinfo__t.html" target="_self">xcb_render_glyphinfo_t</a></td><td class="desc">Xcb_render_glyphinfo_t </td></tr>
<tr id="row_1061_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__glyphset__iterator__t.html" target="_self">xcb_render_glyphset_iterator_t</a></td><td class="desc">Xcb_render_glyphset_iterator_t </td></tr>
<tr id="row_1062_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__indexvalue__iterator__t.html" target="_self">xcb_render_indexvalue_iterator_t</a></td><td class="desc">Xcb_render_indexvalue_iterator_t </td></tr>
<tr id="row_1063_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__indexvalue__t.html" target="_self">xcb_render_indexvalue_t</a></td><td class="desc">Xcb_render_indexvalue_t </td></tr>
<tr id="row_1064_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__linefix__iterator__t.html" target="_self">xcb_render_linefix_iterator_t</a></td><td class="desc">Xcb_render_linefix_iterator_t </td></tr>
<tr id="row_1065_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__linefix__t.html" target="_self">xcb_render_linefix_t</a></td><td class="desc">Xcb_render_linefix_t </td></tr>
<tr id="row_1066_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pict__format__error__t.html" target="_self">xcb_render_pict_format_error_t</a></td><td class="desc">Xcb_render_pict_format_error_t </td></tr>
<tr id="row_1067_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pict__op__error__t.html" target="_self">xcb_render_pict_op_error_t</a></td><td class="desc">Xcb_render_pict_op_error_t </td></tr>
<tr id="row_1068_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pictdepth__iterator__t.html" target="_self">xcb_render_pictdepth_iterator_t</a></td><td class="desc">Xcb_render_pictdepth_iterator_t </td></tr>
<tr id="row_1069_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pictdepth__t.html" target="_self">xcb_render_pictdepth_t</a></td><td class="desc">Xcb_render_pictdepth_t </td></tr>
<tr id="row_1070_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pictformat__iterator__t.html" target="_self">xcb_render_pictformat_iterator_t</a></td><td class="desc">Xcb_render_pictformat_iterator_t </td></tr>
<tr id="row_1071_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pictforminfo__iterator__t.html" target="_self">xcb_render_pictforminfo_iterator_t</a></td><td class="desc">Xcb_render_pictforminfo_iterator_t </td></tr>
<tr id="row_1072_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pictforminfo__t.html" target="_self">xcb_render_pictforminfo_t</a></td><td class="desc">Xcb_render_pictforminfo_t </td></tr>
<tr id="row_1073_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pictscreen__iterator__t.html" target="_self">xcb_render_pictscreen_iterator_t</a></td><td class="desc">Xcb_render_pictscreen_iterator_t </td></tr>
<tr id="row_1074_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pictscreen__t.html" target="_self">xcb_render_pictscreen_t</a></td><td class="desc">Xcb_render_pictscreen_t </td></tr>
<tr id="row_1075_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__picture__error__t.html" target="_self">xcb_render_picture_error_t</a></td><td class="desc">Xcb_render_picture_error_t </td></tr>
<tr id="row_1076_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__picture__iterator__t.html" target="_self">xcb_render_picture_iterator_t</a></td><td class="desc">Xcb_render_picture_iterator_t </td></tr>
<tr id="row_1077_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pictvisual__iterator__t.html" target="_self">xcb_render_pictvisual_iterator_t</a></td><td class="desc">Xcb_render_pictvisual_iterator_t </td></tr>
<tr id="row_1078_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pictvisual__t.html" target="_self">xcb_render_pictvisual_t</a></td><td class="desc">Xcb_render_pictvisual_t </td></tr>
<tr id="row_1079_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pointfix__iterator__t.html" target="_self">xcb_render_pointfix_iterator_t</a></td><td class="desc">Xcb_render_pointfix_iterator_t </td></tr>
<tr id="row_1080_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__pointfix__t.html" target="_self">xcb_render_pointfix_t</a></td><td class="desc">Xcb_render_pointfix_t </td></tr>
<tr id="row_1081_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__filters__cookie__t.html" target="_self">xcb_render_query_filters_cookie_t</a></td><td class="desc">Xcb_render_query_filters_cookie_t </td></tr>
<tr id="row_1082_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__filters__reply__t.html" target="_self">xcb_render_query_filters_reply_t</a></td><td class="desc">Xcb_render_query_filters_reply_t </td></tr>
<tr id="row_1083_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__filters__request__t.html" target="_self">xcb_render_query_filters_request_t</a></td><td class="desc">Xcb_render_query_filters_request_t </td></tr>
<tr id="row_1084_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__pict__formats__cookie__t.html" target="_self">xcb_render_query_pict_formats_cookie_t</a></td><td class="desc">Xcb_render_query_pict_formats_cookie_t </td></tr>
<tr id="row_1085_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__pict__formats__reply__t.html" target="_self">xcb_render_query_pict_formats_reply_t</a></td><td class="desc">Xcb_render_query_pict_formats_reply_t </td></tr>
<tr id="row_1086_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__pict__formats__request__t.html" target="_self">xcb_render_query_pict_formats_request_t</a></td><td class="desc">Xcb_render_query_pict_formats_request_t </td></tr>
<tr id="row_1087_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__pict__index__values__cookie__t.html" target="_self">xcb_render_query_pict_index_values_cookie_t</a></td><td class="desc">Xcb_render_query_pict_index_values_cookie_t </td></tr>
<tr id="row_1088_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__pict__index__values__reply__t.html" target="_self">xcb_render_query_pict_index_values_reply_t</a></td><td class="desc">Xcb_render_query_pict_index_values_reply_t </td></tr>
<tr id="row_1089_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__pict__index__values__request__t.html" target="_self">xcb_render_query_pict_index_values_request_t</a></td><td class="desc">Xcb_render_query_pict_index_values_request_t </td></tr>
<tr id="row_1090_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__version__cookie__t.html" target="_self">xcb_render_query_version_cookie_t</a></td><td class="desc">Xcb_render_query_version_cookie_t </td></tr>
<tr id="row_1091_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__version__reply__t.html" target="_self">xcb_render_query_version_reply_t</a></td><td class="desc">Xcb_render_query_version_reply_t </td></tr>
<tr id="row_1092_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__query__version__request__t.html" target="_self">xcb_render_query_version_request_t</a></td><td class="desc">Xcb_render_query_version_request_t </td></tr>
<tr id="row_1093_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__reference__glyph__set__request__t.html" target="_self">xcb_render_reference_glyph_set_request_t</a></td><td class="desc">Xcb_render_reference_glyph_set_request_t </td></tr>
<tr id="row_1094_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__set__picture__clip__rectangles__request__t.html" target="_self">xcb_render_set_picture_clip_rectangles_request_t</a></td><td class="desc">Xcb_render_set_picture_clip_rectangles_request_t </td></tr>
<tr id="row_1095_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__set__picture__filter__request__t.html" target="_self">xcb_render_set_picture_filter_request_t</a></td><td class="desc">Xcb_render_set_picture_filter_request_t </td></tr>
<tr id="row_1096_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__set__picture__transform__request__t.html" target="_self">xcb_render_set_picture_transform_request_t</a></td><td class="desc">Xcb_render_set_picture_transform_request_t </td></tr>
<tr id="row_1097_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__spanfix__iterator__t.html" target="_self">xcb_render_spanfix_iterator_t</a></td><td class="desc">Xcb_render_spanfix_iterator_t </td></tr>
<tr id="row_1098_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__spanfix__t.html" target="_self">xcb_render_spanfix_t</a></td><td class="desc">Xcb_render_spanfix_t </td></tr>
<tr id="row_1099_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__transform__iterator__t.html" target="_self">xcb_render_transform_iterator_t</a></td><td class="desc">Xcb_render_transform_iterator_t </td></tr>
<tr id="row_1100_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__transform__t.html" target="_self">xcb_render_transform_t</a></td><td class="desc">Xcb_render_transform_t </td></tr>
<tr id="row_1101_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__trap__iterator__t.html" target="_self">xcb_render_trap_iterator_t</a></td><td class="desc">Xcb_render_trap_iterator_t </td></tr>
<tr id="row_1102_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__trap__t.html" target="_self">xcb_render_trap_t</a></td><td class="desc">Xcb_render_trap_t </td></tr>
<tr id="row_1103_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__trapezoid__iterator__t.html" target="_self">xcb_render_trapezoid_iterator_t</a></td><td class="desc">Xcb_render_trapezoid_iterator_t </td></tr>
<tr id="row_1104_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__trapezoid__t.html" target="_self">xcb_render_trapezoid_t</a></td><td class="desc">Xcb_render_trapezoid_t </td></tr>
<tr id="row_1105_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__trapezoids__request__t.html" target="_self">xcb_render_trapezoids_request_t</a></td><td class="desc">Xcb_render_trapezoids_request_t </td></tr>
<tr id="row_1106_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__tri__fan__request__t.html" target="_self">xcb_render_tri_fan_request_t</a></td><td class="desc">Xcb_render_tri_fan_request_t </td></tr>
<tr id="row_1107_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__tri__strip__request__t.html" target="_self">xcb_render_tri_strip_request_t</a></td><td class="desc">Xcb_render_tri_strip_request_t </td></tr>
<tr id="row_1108_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__triangle__iterator__t.html" target="_self">xcb_render_triangle_iterator_t</a></td><td class="desc">Xcb_render_triangle_iterator_t </td></tr>
<tr id="row_1109_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__triangle__t.html" target="_self">xcb_render_triangle_t</a></td><td class="desc">Xcb_render_triangle_t </td></tr>
<tr id="row_1110_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__render__triangles__request__t.html" target="_self">xcb_render_triangles_request_t</a></td><td class="desc">Xcb_render_triangles_request_t </td></tr>
<tr id="row_1111_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__reparent__notify__event__t.html" target="_self">xcb_reparent_notify_event_t</a></td><td class="desc">Xcb_reparent_notify_event_t </td></tr>
<tr id="row_1112_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__reparent__window__request__t.html" target="_self">xcb_reparent_window_request_t</a></td><td class="desc">Xcb_reparent_window_request_t </td></tr>
<tr id="row_1113_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__request__error__t.html" target="_self">xcb_request_error_t</a></td><td class="desc">Xcb_request_error_t </td></tr>
<tr id="row_1114_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__client__id__spec__iterator__t.html" target="_self">xcb_res_client_id_spec_iterator_t</a></td><td class="desc">Xcb_res_client_id_spec_iterator_t </td></tr>
<tr id="row_1115_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__client__id__spec__t.html" target="_self">xcb_res_client_id_spec_t</a></td><td class="desc">Xcb_res_client_id_spec_t </td></tr>
<tr id="row_1116_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__client__id__value__iterator__t.html" target="_self">xcb_res_client_id_value_iterator_t</a></td><td class="desc">Xcb_res_client_id_value_iterator_t </td></tr>
<tr id="row_1117_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__client__id__value__t.html" target="_self">xcb_res_client_id_value_t</a></td><td class="desc">Xcb_res_client_id_value_t </td></tr>
<tr id="row_1118_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__client__iterator__t.html" target="_self">xcb_res_client_iterator_t</a></td><td class="desc">Xcb_res_client_iterator_t </td></tr>
<tr id="row_1119_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__client__t.html" target="_self">xcb_res_client_t</a></td><td class="desc">Xcb_res_client_t </td></tr>
<tr id="row_1120_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__client__ids__cookie__t.html" target="_self">xcb_res_query_client_ids_cookie_t</a></td><td class="desc">Xcb_res_query_client_ids_cookie_t </td></tr>
<tr id="row_1121_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__client__ids__reply__t.html" target="_self">xcb_res_query_client_ids_reply_t</a></td><td class="desc">Xcb_res_query_client_ids_reply_t </td></tr>
<tr id="row_1122_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__client__ids__request__t.html" target="_self">xcb_res_query_client_ids_request_t</a></td><td class="desc">Xcb_res_query_client_ids_request_t </td></tr>
<tr id="row_1123_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__client__pixmap__bytes__cookie__t.html" target="_self">xcb_res_query_client_pixmap_bytes_cookie_t</a></td><td class="desc">Xcb_res_query_client_pixmap_bytes_cookie_t </td></tr>
<tr id="row_1124_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__client__pixmap__bytes__reply__t.html" target="_self">xcb_res_query_client_pixmap_bytes_reply_t</a></td><td class="desc">Xcb_res_query_client_pixmap_bytes_reply_t </td></tr>
<tr id="row_1125_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__client__pixmap__bytes__request__t.html" target="_self">xcb_res_query_client_pixmap_bytes_request_t</a></td><td class="desc">Xcb_res_query_client_pixmap_bytes_request_t </td></tr>
<tr id="row_1126_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__client__resources__cookie__t.html" target="_self">xcb_res_query_client_resources_cookie_t</a></td><td class="desc">Xcb_res_query_client_resources_cookie_t </td></tr>
<tr id="row_1127_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__client__resources__reply__t.html" target="_self">xcb_res_query_client_resources_reply_t</a></td><td class="desc">Xcb_res_query_client_resources_reply_t </td></tr>
<tr id="row_1128_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__client__resources__request__t.html" target="_self">xcb_res_query_client_resources_request_t</a></td><td class="desc">Xcb_res_query_client_resources_request_t </td></tr>
<tr id="row_1129_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__clients__cookie__t.html" target="_self">xcb_res_query_clients_cookie_t</a></td><td class="desc">Xcb_res_query_clients_cookie_t </td></tr>
<tr id="row_1130_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__clients__reply__t.html" target="_self">xcb_res_query_clients_reply_t</a></td><td class="desc">Xcb_res_query_clients_reply_t </td></tr>
<tr id="row_1131_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__clients__request__t.html" target="_self">xcb_res_query_clients_request_t</a></td><td class="desc">Xcb_res_query_clients_request_t </td></tr>
<tr id="row_1132_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__resource__bytes__cookie__t.html" target="_self">xcb_res_query_resource_bytes_cookie_t</a></td><td class="desc">Xcb_res_query_resource_bytes_cookie_t </td></tr>
<tr id="row_1133_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__resource__bytes__reply__t.html" target="_self">xcb_res_query_resource_bytes_reply_t</a></td><td class="desc">Xcb_res_query_resource_bytes_reply_t </td></tr>
<tr id="row_1134_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__resource__bytes__request__t.html" target="_self">xcb_res_query_resource_bytes_request_t</a></td><td class="desc">Xcb_res_query_resource_bytes_request_t </td></tr>
<tr id="row_1135_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__version__cookie__t.html" target="_self">xcb_res_query_version_cookie_t</a></td><td class="desc">Xcb_res_query_version_cookie_t </td></tr>
<tr id="row_1136_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__version__reply__t.html" target="_self">xcb_res_query_version_reply_t</a></td><td class="desc">Xcb_res_query_version_reply_t </td></tr>
<tr id="row_1137_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__query__version__request__t.html" target="_self">xcb_res_query_version_request_t</a></td><td class="desc">Xcb_res_query_version_request_t </td></tr>
<tr id="row_1138_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__resource__id__spec__iterator__t.html" target="_self">xcb_res_resource_id_spec_iterator_t</a></td><td class="desc">Xcb_res_resource_id_spec_iterator_t </td></tr>
<tr id="row_1139_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__resource__id__spec__t.html" target="_self">xcb_res_resource_id_spec_t</a></td><td class="desc">Xcb_res_resource_id_spec_t </td></tr>
<tr id="row_1140_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__resource__size__spec__iterator__t.html" target="_self">xcb_res_resource_size_spec_iterator_t</a></td><td class="desc">Xcb_res_resource_size_spec_iterator_t </td></tr>
<tr id="row_1141_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__resource__size__spec__t.html" target="_self">xcb_res_resource_size_spec_t</a></td><td class="desc">Xcb_res_resource_size_spec_t </td></tr>
<tr id="row_1142_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__resource__size__value__iterator__t.html" target="_self">xcb_res_resource_size_value_iterator_t</a></td><td class="desc">Xcb_res_resource_size_value_iterator_t </td></tr>
<tr id="row_1143_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__resource__size__value__t.html" target="_self">xcb_res_resource_size_value_t</a></td><td class="desc">Xcb_res_resource_size_value_t </td></tr>
<tr id="row_1144_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__type__iterator__t.html" target="_self">xcb_res_type_iterator_t</a></td><td class="desc">Xcb_res_type_iterator_t </td></tr>
<tr id="row_1145_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__res__type__t.html" target="_self">xcb_res_type_t</a></td><td class="desc">Xcb_res_type_t </td></tr>
<tr id="row_1146_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__resize__request__event__t.html" target="_self">xcb_resize_request_event_t</a></td><td class="desc">Xcb_resize_request_event_t </td></tr>
<tr id="row_1147_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__rgb__iterator__t.html" target="_self">xcb_rgb_iterator_t</a></td><td class="desc">Xcb_rgb_iterator_t </td></tr>
<tr id="row_1148_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__rgb__t.html" target="_self">xcb_rgb_t</a></td><td class="desc">Xcb_rgb_t </td></tr>
<tr id="row_1149_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__rotate__properties__request__t.html" target="_self">xcb_rotate_properties_request_t</a></td><td class="desc">Xcb_rotate_properties_request_t </td></tr>
<tr id="row_1150_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screen__iterator__t.html" target="_self">xcb_screen_iterator_t</a></td><td class="desc">Xcb_screen_iterator_t </td></tr>
<tr id="row_1151_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screen__t.html" target="_self">xcb_screen_t</a></td><td class="desc">Xcb_screen_t </td></tr>
<tr id="row_1152_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__notify__event__t.html" target="_self">xcb_screensaver_notify_event_t</a></td><td class="desc">Xcb_screensaver_notify_event_t </td></tr>
<tr id="row_1153_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__query__info__cookie__t.html" target="_self">xcb_screensaver_query_info_cookie_t</a></td><td class="desc">Xcb_screensaver_query_info_cookie_t </td></tr>
<tr id="row_1154_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__query__info__reply__t.html" target="_self">xcb_screensaver_query_info_reply_t</a></td><td class="desc">Xcb_screensaver_query_info_reply_t </td></tr>
<tr id="row_1155_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__query__info__request__t.html" target="_self">xcb_screensaver_query_info_request_t</a></td><td class="desc">Xcb_screensaver_query_info_request_t </td></tr>
<tr id="row_1156_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__query__version__cookie__t.html" target="_self">xcb_screensaver_query_version_cookie_t</a></td><td class="desc">Xcb_screensaver_query_version_cookie_t </td></tr>
<tr id="row_1157_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__query__version__reply__t.html" target="_self">xcb_screensaver_query_version_reply_t</a></td><td class="desc">Xcb_screensaver_query_version_reply_t </td></tr>
<tr id="row_1158_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__query__version__request__t.html" target="_self">xcb_screensaver_query_version_request_t</a></td><td class="desc">Xcb_screensaver_query_version_request_t </td></tr>
<tr id="row_1159_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__select__input__request__t.html" target="_self">xcb_screensaver_select_input_request_t</a></td><td class="desc">Xcb_screensaver_select_input_request_t </td></tr>
<tr id="row_1160_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__set__attributes__request__t.html" target="_self">xcb_screensaver_set_attributes_request_t</a></td><td class="desc">Xcb_screensaver_set_attributes_request_t </td></tr>
<tr id="row_1161_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__suspend__request__t.html" target="_self">xcb_screensaver_suspend_request_t</a></td><td class="desc">Xcb_screensaver_suspend_request_t </td></tr>
<tr id="row_1162_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__screensaver__unset__attributes__request__t.html" target="_self">xcb_screensaver_unset_attributes_request_t</a></td><td class="desc">Xcb_screensaver_unset_attributes_request_t </td></tr>
<tr id="row_1163_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__segment__iterator__t.html" target="_self">xcb_segment_iterator_t</a></td><td class="desc">Xcb_segment_iterator_t </td></tr>
<tr id="row_1164_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__segment__t.html" target="_self">xcb_segment_t</a></td><td class="desc">Xcb_segment_t </td></tr>
<tr id="row_1165_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selection__clear__event__t.html" target="_self">xcb_selection_clear_event_t</a></td><td class="desc">Xcb_selection_clear_event_t </td></tr>
<tr id="row_1166_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selection__notify__event__t.html" target="_self">xcb_selection_notify_event_t</a></td><td class="desc">Xcb_selection_notify_event_t </td></tr>
<tr id="row_1167_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selection__request__event__t.html" target="_self">xcb_selection_request_event_t</a></td><td class="desc">Xcb_selection_request_event_t </td></tr>
<tr id="row_1168_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__client__context__cookie__t.html" target="_self">xcb_selinux_get_client_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_client_context_cookie_t </td></tr>
<tr id="row_1169_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__client__context__reply__t.html" target="_self">xcb_selinux_get_client_context_reply_t</a></td><td class="desc">Xcb_selinux_get_client_context_reply_t </td></tr>
<tr id="row_1170_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__client__context__request__t.html" target="_self">xcb_selinux_get_client_context_request_t</a></td><td class="desc">Xcb_selinux_get_client_context_request_t </td></tr>
<tr id="row_1171_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__device__context__cookie__t.html" target="_self">xcb_selinux_get_device_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_device_context_cookie_t </td></tr>
<tr id="row_1172_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__device__context__reply__t.html" target="_self">xcb_selinux_get_device_context_reply_t</a></td><td class="desc">Xcb_selinux_get_device_context_reply_t </td></tr>
<tr id="row_1173_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__device__context__request__t.html" target="_self">xcb_selinux_get_device_context_request_t</a></td><td class="desc">Xcb_selinux_get_device_context_request_t </td></tr>
<tr id="row_1174_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__device__create__context__cookie__t.html" target="_self">xcb_selinux_get_device_create_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_device_create_context_cookie_t </td></tr>
<tr id="row_1175_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__device__create__context__reply__t.html" target="_self">xcb_selinux_get_device_create_context_reply_t</a></td><td class="desc">Xcb_selinux_get_device_create_context_reply_t </td></tr>
<tr id="row_1176_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__device__create__context__request__t.html" target="_self">xcb_selinux_get_device_create_context_request_t</a></td><td class="desc">Xcb_selinux_get_device_create_context_request_t </td></tr>
<tr id="row_1177_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__context__cookie__t.html" target="_self">xcb_selinux_get_property_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_property_context_cookie_t </td></tr>
<tr id="row_1178_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__context__reply__t.html" target="_self">xcb_selinux_get_property_context_reply_t</a></td><td class="desc">Xcb_selinux_get_property_context_reply_t </td></tr>
<tr id="row_1179_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__context__request__t.html" target="_self">xcb_selinux_get_property_context_request_t</a></td><td class="desc">Xcb_selinux_get_property_context_request_t </td></tr>
<tr id="row_1180_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__create__context__cookie__t.html" target="_self">xcb_selinux_get_property_create_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_property_create_context_cookie_t </td></tr>
<tr id="row_1181_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__create__context__reply__t.html" target="_self">xcb_selinux_get_property_create_context_reply_t</a></td><td class="desc">Xcb_selinux_get_property_create_context_reply_t </td></tr>
<tr id="row_1182_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__create__context__request__t.html" target="_self">xcb_selinux_get_property_create_context_request_t</a></td><td class="desc">Xcb_selinux_get_property_create_context_request_t </td></tr>
<tr id="row_1183_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__data__context__cookie__t.html" target="_self">xcb_selinux_get_property_data_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_property_data_context_cookie_t </td></tr>
<tr id="row_1184_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__data__context__reply__t.html" target="_self">xcb_selinux_get_property_data_context_reply_t</a></td><td class="desc">Xcb_selinux_get_property_data_context_reply_t </td></tr>
<tr id="row_1185_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__data__context__request__t.html" target="_self">xcb_selinux_get_property_data_context_request_t</a></td><td class="desc">Xcb_selinux_get_property_data_context_request_t </td></tr>
<tr id="row_1186_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__use__context__cookie__t.html" target="_self">xcb_selinux_get_property_use_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_property_use_context_cookie_t </td></tr>
<tr id="row_1187_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__use__context__reply__t.html" target="_self">xcb_selinux_get_property_use_context_reply_t</a></td><td class="desc">Xcb_selinux_get_property_use_context_reply_t </td></tr>
<tr id="row_1188_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__property__use__context__request__t.html" target="_self">xcb_selinux_get_property_use_context_request_t</a></td><td class="desc">Xcb_selinux_get_property_use_context_request_t </td></tr>
<tr id="row_1189_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__context__cookie__t.html" target="_self">xcb_selinux_get_selection_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_selection_context_cookie_t </td></tr>
<tr id="row_1190_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__context__reply__t.html" target="_self">xcb_selinux_get_selection_context_reply_t</a></td><td class="desc">Xcb_selinux_get_selection_context_reply_t </td></tr>
<tr id="row_1191_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__context__request__t.html" target="_self">xcb_selinux_get_selection_context_request_t</a></td><td class="desc">Xcb_selinux_get_selection_context_request_t </td></tr>
<tr id="row_1192_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__create__context__cookie__t.html" target="_self">xcb_selinux_get_selection_create_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_selection_create_context_cookie_t </td></tr>
<tr id="row_1193_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__create__context__reply__t.html" target="_self">xcb_selinux_get_selection_create_context_reply_t</a></td><td class="desc">Xcb_selinux_get_selection_create_context_reply_t </td></tr>
<tr id="row_1194_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__create__context__request__t.html" target="_self">xcb_selinux_get_selection_create_context_request_t</a></td><td class="desc">Xcb_selinux_get_selection_create_context_request_t </td></tr>
<tr id="row_1195_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__data__context__cookie__t.html" target="_self">xcb_selinux_get_selection_data_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_selection_data_context_cookie_t </td></tr>
<tr id="row_1196_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__data__context__reply__t.html" target="_self">xcb_selinux_get_selection_data_context_reply_t</a></td><td class="desc">Xcb_selinux_get_selection_data_context_reply_t </td></tr>
<tr id="row_1197_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__data__context__request__t.html" target="_self">xcb_selinux_get_selection_data_context_request_t</a></td><td class="desc">Xcb_selinux_get_selection_data_context_request_t </td></tr>
<tr id="row_1198_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__use__context__cookie__t.html" target="_self">xcb_selinux_get_selection_use_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_selection_use_context_cookie_t </td></tr>
<tr id="row_1199_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__use__context__reply__t.html" target="_self">xcb_selinux_get_selection_use_context_reply_t</a></td><td class="desc">Xcb_selinux_get_selection_use_context_reply_t </td></tr>
<tr id="row_1200_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__selection__use__context__request__t.html" target="_self">xcb_selinux_get_selection_use_context_request_t</a></td><td class="desc">Xcb_selinux_get_selection_use_context_request_t </td></tr>
<tr id="row_1201_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__window__context__cookie__t.html" target="_self">xcb_selinux_get_window_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_window_context_cookie_t </td></tr>
<tr id="row_1202_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__window__context__reply__t.html" target="_self">xcb_selinux_get_window_context_reply_t</a></td><td class="desc">Xcb_selinux_get_window_context_reply_t </td></tr>
<tr id="row_1203_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__window__context__request__t.html" target="_self">xcb_selinux_get_window_context_request_t</a></td><td class="desc">Xcb_selinux_get_window_context_request_t </td></tr>
<tr id="row_1204_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__window__create__context__cookie__t.html" target="_self">xcb_selinux_get_window_create_context_cookie_t</a></td><td class="desc">Xcb_selinux_get_window_create_context_cookie_t </td></tr>
<tr id="row_1205_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__window__create__context__reply__t.html" target="_self">xcb_selinux_get_window_create_context_reply_t</a></td><td class="desc">Xcb_selinux_get_window_create_context_reply_t </td></tr>
<tr id="row_1206_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__get__window__create__context__request__t.html" target="_self">xcb_selinux_get_window_create_context_request_t</a></td><td class="desc">Xcb_selinux_get_window_create_context_request_t </td></tr>
<tr id="row_1207_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__list__item__iterator__t.html" target="_self">xcb_selinux_list_item_iterator_t</a></td><td class="desc">Xcb_selinux_list_item_iterator_t </td></tr>
<tr id="row_1208_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__list__item__t.html" target="_self">xcb_selinux_list_item_t</a></td><td class="desc">Xcb_selinux_list_item_t </td></tr>
<tr id="row_1209_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__list__properties__cookie__t.html" target="_self">xcb_selinux_list_properties_cookie_t</a></td><td class="desc">Xcb_selinux_list_properties_cookie_t </td></tr>
<tr id="row_1210_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__list__properties__reply__t.html" target="_self">xcb_selinux_list_properties_reply_t</a></td><td class="desc">Xcb_selinux_list_properties_reply_t </td></tr>
<tr id="row_1211_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__list__properties__request__t.html" target="_self">xcb_selinux_list_properties_request_t</a></td><td class="desc">Xcb_selinux_list_properties_request_t </td></tr>
<tr id="row_1212_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__list__selections__cookie__t.html" target="_self">xcb_selinux_list_selections_cookie_t</a></td><td class="desc">Xcb_selinux_list_selections_cookie_t </td></tr>
<tr id="row_1213_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__list__selections__reply__t.html" target="_self">xcb_selinux_list_selections_reply_t</a></td><td class="desc">Xcb_selinux_list_selections_reply_t </td></tr>
<tr id="row_1214_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__list__selections__request__t.html" target="_self">xcb_selinux_list_selections_request_t</a></td><td class="desc">Xcb_selinux_list_selections_request_t </td></tr>
<tr id="row_1215_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__query__version__cookie__t.html" target="_self">xcb_selinux_query_version_cookie_t</a></td><td class="desc">Xcb_selinux_query_version_cookie_t </td></tr>
<tr id="row_1216_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__query__version__reply__t.html" target="_self">xcb_selinux_query_version_reply_t</a></td><td class="desc">Xcb_selinux_query_version_reply_t </td></tr>
<tr id="row_1217_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__query__version__request__t.html" target="_self">xcb_selinux_query_version_request_t</a></td><td class="desc">Xcb_selinux_query_version_request_t </td></tr>
<tr id="row_1218_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__set__device__context__request__t.html" target="_self">xcb_selinux_set_device_context_request_t</a></td><td class="desc">Xcb_selinux_set_device_context_request_t </td></tr>
<tr id="row_1219_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__set__device__create__context__request__t.html" target="_self">xcb_selinux_set_device_create_context_request_t</a></td><td class="desc">Xcb_selinux_set_device_create_context_request_t </td></tr>
<tr id="row_1220_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__set__property__create__context__request__t.html" target="_self">xcb_selinux_set_property_create_context_request_t</a></td><td class="desc">Xcb_selinux_set_property_create_context_request_t </td></tr>
<tr id="row_1221_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__set__property__use__context__request__t.html" target="_self">xcb_selinux_set_property_use_context_request_t</a></td><td class="desc">Xcb_selinux_set_property_use_context_request_t </td></tr>
<tr id="row_1222_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__set__selection__create__context__request__t.html" target="_self">xcb_selinux_set_selection_create_context_request_t</a></td><td class="desc">Xcb_selinux_set_selection_create_context_request_t </td></tr>
<tr id="row_1223_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__set__selection__use__context__request__t.html" target="_self">xcb_selinux_set_selection_use_context_request_t</a></td><td class="desc">Xcb_selinux_set_selection_use_context_request_t </td></tr>
<tr id="row_1224_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__selinux__set__window__create__context__request__t.html" target="_self">xcb_selinux_set_window_create_context_request_t</a></td><td class="desc">Xcb_selinux_set_window_create_context_request_t </td></tr>
<tr id="row_1225_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__send__event__request__t.html" target="_self">xcb_send_event_request_t</a></td><td class="desc">Xcb_send_event_request_t </td></tr>
<tr id="row_1226_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__access__control__request__t.html" target="_self">xcb_set_access_control_request_t</a></td><td class="desc">Xcb_set_access_control_request_t </td></tr>
<tr id="row_1227_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__clip__rectangles__request__t.html" target="_self">xcb_set_clip_rectangles_request_t</a></td><td class="desc">Xcb_set_clip_rectangles_request_t </td></tr>
<tr id="row_1228_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__close__down__mode__request__t.html" target="_self">xcb_set_close_down_mode_request_t</a></td><td class="desc">Xcb_set_close_down_mode_request_t </td></tr>
<tr id="row_1229_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__dashes__request__t.html" target="_self">xcb_set_dashes_request_t</a></td><td class="desc">Xcb_set_dashes_request_t </td></tr>
<tr id="row_1230_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__font__path__request__t.html" target="_self">xcb_set_font_path_request_t</a></td><td class="desc">Xcb_set_font_path_request_t </td></tr>
<tr id="row_1231_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__input__focus__request__t.html" target="_self">xcb_set_input_focus_request_t</a></td><td class="desc">Xcb_set_input_focus_request_t </td></tr>
<tr id="row_1232_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__modifier__mapping__cookie__t.html" target="_self">xcb_set_modifier_mapping_cookie_t</a></td><td class="desc">Xcb_set_modifier_mapping_cookie_t </td></tr>
<tr id="row_1233_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__modifier__mapping__reply__t.html" target="_self">xcb_set_modifier_mapping_reply_t</a></td><td class="desc">Xcb_set_modifier_mapping_reply_t </td></tr>
<tr id="row_1234_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__modifier__mapping__request__t.html" target="_self">xcb_set_modifier_mapping_request_t</a></td><td class="desc">Xcb_set_modifier_mapping_request_t </td></tr>
<tr id="row_1235_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__pointer__mapping__cookie__t.html" target="_self">xcb_set_pointer_mapping_cookie_t</a></td><td class="desc">Xcb_set_pointer_mapping_cookie_t </td></tr>
<tr id="row_1236_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__pointer__mapping__reply__t.html" target="_self">xcb_set_pointer_mapping_reply_t</a></td><td class="desc">Xcb_set_pointer_mapping_reply_t </td></tr>
<tr id="row_1237_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__pointer__mapping__request__t.html" target="_self">xcb_set_pointer_mapping_request_t</a></td><td class="desc">Xcb_set_pointer_mapping_request_t </td></tr>
<tr id="row_1238_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__screen__saver__request__t.html" target="_self">xcb_set_screen_saver_request_t</a></td><td class="desc">Xcb_set_screen_saver_request_t </td></tr>
<tr id="row_1239_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__set__selection__owner__request__t.html" target="_self">xcb_set_selection_owner_request_t</a></td><td class="desc">Xcb_set_selection_owner_request_t </td></tr>
<tr id="row_1240_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__setup__authenticate__iterator__t.html" target="_self">xcb_setup_authenticate_iterator_t</a></td><td class="desc">Xcb_setup_authenticate_iterator_t </td></tr>
<tr id="row_1241_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__setup__authenticate__t.html" target="_self">xcb_setup_authenticate_t</a></td><td class="desc">Xcb_setup_authenticate_t </td></tr>
<tr id="row_1242_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__setup__failed__iterator__t.html" target="_self">xcb_setup_failed_iterator_t</a></td><td class="desc">Xcb_setup_failed_iterator_t </td></tr>
<tr id="row_1243_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__setup__failed__t.html" target="_self">xcb_setup_failed_t</a></td><td class="desc">Xcb_setup_failed_t </td></tr>
<tr id="row_1244_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__setup__generic__t.html" target="_self">xcb_setup_generic_t</a></td><td class="desc"></td></tr>
<tr id="row_1245_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__setup__iterator__t.html" target="_self">xcb_setup_iterator_t</a></td><td class="desc">Xcb_setup_iterator_t </td></tr>
<tr id="row_1246_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__setup__request__iterator__t.html" target="_self">xcb_setup_request_iterator_t</a></td><td class="desc">Xcb_setup_request_iterator_t </td></tr>
<tr id="row_1247_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__setup__request__t.html" target="_self">xcb_setup_request_t</a></td><td class="desc">Xcb_setup_request_t </td></tr>
<tr id="row_1248_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__setup__t.html" target="_self">xcb_setup_t</a></td><td class="desc">Xcb_setup_t </td></tr>
<tr id="row_1249_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__combine__request__t.html" target="_self">xcb_shape_combine_request_t</a></td><td class="desc">Xcb_shape_combine_request_t </td></tr>
<tr id="row_1250_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__get__rectangles__cookie__t.html" target="_self">xcb_shape_get_rectangles_cookie_t</a></td><td class="desc">Xcb_shape_get_rectangles_cookie_t </td></tr>
<tr id="row_1251_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__get__rectangles__reply__t.html" target="_self">xcb_shape_get_rectangles_reply_t</a></td><td class="desc">Xcb_shape_get_rectangles_reply_t </td></tr>
<tr id="row_1252_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__get__rectangles__request__t.html" target="_self">xcb_shape_get_rectangles_request_t</a></td><td class="desc">Xcb_shape_get_rectangles_request_t </td></tr>
<tr id="row_1253_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__input__selected__cookie__t.html" target="_self">xcb_shape_input_selected_cookie_t</a></td><td class="desc">Xcb_shape_input_selected_cookie_t </td></tr>
<tr id="row_1254_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__input__selected__reply__t.html" target="_self">xcb_shape_input_selected_reply_t</a></td><td class="desc">Xcb_shape_input_selected_reply_t </td></tr>
<tr id="row_1255_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__input__selected__request__t.html" target="_self">xcb_shape_input_selected_request_t</a></td><td class="desc">Xcb_shape_input_selected_request_t </td></tr>
<tr id="row_1256_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__kind__iterator__t.html" target="_self">xcb_shape_kind_iterator_t</a></td><td class="desc">Xcb_shape_kind_iterator_t </td></tr>
<tr id="row_1257_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__mask__request__t.html" target="_self">xcb_shape_mask_request_t</a></td><td class="desc">Xcb_shape_mask_request_t </td></tr>
<tr id="row_1258_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__notify__event__t.html" target="_self">xcb_shape_notify_event_t</a></td><td class="desc">Xcb_shape_notify_event_t </td></tr>
<tr id="row_1259_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__offset__request__t.html" target="_self">xcb_shape_offset_request_t</a></td><td class="desc">Xcb_shape_offset_request_t </td></tr>
<tr id="row_1260_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__op__iterator__t.html" target="_self">xcb_shape_op_iterator_t</a></td><td class="desc">Xcb_shape_op_iterator_t </td></tr>
<tr id="row_1261_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__query__extents__cookie__t.html" target="_self">xcb_shape_query_extents_cookie_t</a></td><td class="desc">Xcb_shape_query_extents_cookie_t </td></tr>
<tr id="row_1262_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__query__extents__reply__t.html" target="_self">xcb_shape_query_extents_reply_t</a></td><td class="desc">Xcb_shape_query_extents_reply_t </td></tr>
<tr id="row_1263_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__query__extents__request__t.html" target="_self">xcb_shape_query_extents_request_t</a></td><td class="desc">Xcb_shape_query_extents_request_t </td></tr>
<tr id="row_1264_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__query__version__cookie__t.html" target="_self">xcb_shape_query_version_cookie_t</a></td><td class="desc">Xcb_shape_query_version_cookie_t </td></tr>
<tr id="row_1265_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__query__version__reply__t.html" target="_self">xcb_shape_query_version_reply_t</a></td><td class="desc">Xcb_shape_query_version_reply_t </td></tr>
<tr id="row_1266_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__query__version__request__t.html" target="_self">xcb_shape_query_version_request_t</a></td><td class="desc">Xcb_shape_query_version_request_t </td></tr>
<tr id="row_1267_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__rectangles__request__t.html" target="_self">xcb_shape_rectangles_request_t</a></td><td class="desc">Xcb_shape_rectangles_request_t </td></tr>
<tr id="row_1268_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shape__select__input__request__t.html" target="_self">xcb_shape_select_input_request_t</a></td><td class="desc">Xcb_shape_select_input_request_t </td></tr>
<tr id="row_1269_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__attach__fd__request__t.html" target="_self">xcb_shm_attach_fd_request_t</a></td><td class="desc">Xcb_shm_attach_fd_request_t </td></tr>
<tr id="row_1270_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__attach__request__t.html" target="_self">xcb_shm_attach_request_t</a></td><td class="desc">Xcb_shm_attach_request_t </td></tr>
<tr id="row_1271_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__completion__event__t.html" target="_self">xcb_shm_completion_event_t</a></td><td class="desc">Xcb_shm_completion_event_t </td></tr>
<tr id="row_1272_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__create__pixmap__request__t.html" target="_self">xcb_shm_create_pixmap_request_t</a></td><td class="desc">Xcb_shm_create_pixmap_request_t </td></tr>
<tr id="row_1273_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__create__segment__cookie__t.html" target="_self">xcb_shm_create_segment_cookie_t</a></td><td class="desc">Xcb_shm_create_segment_cookie_t </td></tr>
<tr id="row_1274_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__create__segment__reply__t.html" target="_self">xcb_shm_create_segment_reply_t</a></td><td class="desc">Xcb_shm_create_segment_reply_t </td></tr>
<tr id="row_1275_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__create__segment__request__t.html" target="_self">xcb_shm_create_segment_request_t</a></td><td class="desc">Xcb_shm_create_segment_request_t </td></tr>
<tr id="row_1276_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__detach__request__t.html" target="_self">xcb_shm_detach_request_t</a></td><td class="desc">Xcb_shm_detach_request_t </td></tr>
<tr id="row_1277_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__get__image__cookie__t.html" target="_self">xcb_shm_get_image_cookie_t</a></td><td class="desc">Xcb_shm_get_image_cookie_t </td></tr>
<tr id="row_1278_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__get__image__reply__t.html" target="_self">xcb_shm_get_image_reply_t</a></td><td class="desc">Xcb_shm_get_image_reply_t </td></tr>
<tr id="row_1279_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__get__image__request__t.html" target="_self">xcb_shm_get_image_request_t</a></td><td class="desc">Xcb_shm_get_image_request_t </td></tr>
<tr id="row_1280_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__put__image__request__t.html" target="_self">xcb_shm_put_image_request_t</a></td><td class="desc">Xcb_shm_put_image_request_t </td></tr>
<tr id="row_1281_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__query__version__cookie__t.html" target="_self">xcb_shm_query_version_cookie_t</a></td><td class="desc">Xcb_shm_query_version_cookie_t </td></tr>
<tr id="row_1282_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__query__version__reply__t.html" target="_self">xcb_shm_query_version_reply_t</a></td><td class="desc">Xcb_shm_query_version_reply_t </td></tr>
<tr id="row_1283_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__query__version__request__t.html" target="_self">xcb_shm_query_version_request_t</a></td><td class="desc">Xcb_shm_query_version_request_t </td></tr>
<tr id="row_1284_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__shm__seg__iterator__t.html" target="_self">xcb_shm_seg_iterator_t</a></td><td class="desc">Xcb_shm_seg_iterator_t </td></tr>
<tr id="row_1285_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__special__event.html" target="_self">xcb_special_event</a></td><td class="desc"></td></tr>
<tr id="row_1286_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__store__colors__request__t.html" target="_self">xcb_store_colors_request_t</a></td><td class="desc">Xcb_store_colors_request_t </td></tr>
<tr id="row_1287_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__store__named__color__request__t.html" target="_self">xcb_store_named_color_request_t</a></td><td class="desc">Xcb_store_named_color_request_t </td></tr>
<tr id="row_1288_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__str__iterator__t.html" target="_self">xcb_str_iterator_t</a></td><td class="desc">Xcb_str_iterator_t </td></tr>
<tr id="row_1289_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__str__t.html" target="_self">xcb_str_t</a></td><td class="desc">Xcb_str_t </td></tr>
<tr id="row_1290_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__alarm__error__t.html" target="_self">xcb_sync_alarm_error_t</a></td><td class="desc">Xcb_sync_alarm_error_t </td></tr>
<tr id="row_1291_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__alarm__iterator__t.html" target="_self">xcb_sync_alarm_iterator_t</a></td><td class="desc">Xcb_sync_alarm_iterator_t </td></tr>
<tr id="row_1292_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__alarm__notify__event__t.html" target="_self">xcb_sync_alarm_notify_event_t</a></td><td class="desc">Xcb_sync_alarm_notify_event_t </td></tr>
<tr id="row_1293_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__await__fence__request__t.html" target="_self">xcb_sync_await_fence_request_t</a></td><td class="desc">Xcb_sync_await_fence_request_t </td></tr>
<tr id="row_1294_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__await__request__t.html" target="_self">xcb_sync_await_request_t</a></td><td class="desc">Xcb_sync_await_request_t </td></tr>
<tr id="row_1295_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__change__alarm__request__t.html" target="_self">xcb_sync_change_alarm_request_t</a></td><td class="desc">Xcb_sync_change_alarm_request_t </td></tr>
<tr id="row_1296_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__change__alarm__value__list__t.html" target="_self">xcb_sync_change_alarm_value_list_t</a></td><td class="desc">Xcb_sync_change_alarm_value_list_t </td></tr>
<tr id="row_1297_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__change__counter__request__t.html" target="_self">xcb_sync_change_counter_request_t</a></td><td class="desc">Xcb_sync_change_counter_request_t </td></tr>
<tr id="row_1298_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__counter__error__t.html" target="_self">xcb_sync_counter_error_t</a></td><td class="desc">Xcb_sync_counter_error_t </td></tr>
<tr id="row_1299_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__counter__iterator__t.html" target="_self">xcb_sync_counter_iterator_t</a></td><td class="desc">Xcb_sync_counter_iterator_t </td></tr>
<tr id="row_1300_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__counter__notify__event__t.html" target="_self">xcb_sync_counter_notify_event_t</a></td><td class="desc">Xcb_sync_counter_notify_event_t </td></tr>
<tr id="row_1301_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__create__alarm__request__t.html" target="_self">xcb_sync_create_alarm_request_t</a></td><td class="desc">Xcb_sync_create_alarm_request_t </td></tr>
<tr id="row_1302_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__create__alarm__value__list__t.html" target="_self">xcb_sync_create_alarm_value_list_t</a></td><td class="desc">Xcb_sync_create_alarm_value_list_t </td></tr>
<tr id="row_1303_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__create__counter__request__t.html" target="_self">xcb_sync_create_counter_request_t</a></td><td class="desc">Xcb_sync_create_counter_request_t </td></tr>
<tr id="row_1304_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__create__fence__request__t.html" target="_self">xcb_sync_create_fence_request_t</a></td><td class="desc">Xcb_sync_create_fence_request_t </td></tr>
<tr id="row_1305_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__destroy__alarm__request__t.html" target="_self">xcb_sync_destroy_alarm_request_t</a></td><td class="desc">Xcb_sync_destroy_alarm_request_t </td></tr>
<tr id="row_1306_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__destroy__counter__request__t.html" target="_self">xcb_sync_destroy_counter_request_t</a></td><td class="desc">Xcb_sync_destroy_counter_request_t </td></tr>
<tr id="row_1307_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__destroy__fence__request__t.html" target="_self">xcb_sync_destroy_fence_request_t</a></td><td class="desc">Xcb_sync_destroy_fence_request_t </td></tr>
<tr id="row_1308_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__fence__iterator__t.html" target="_self">xcb_sync_fence_iterator_t</a></td><td class="desc">Xcb_sync_fence_iterator_t </td></tr>
<tr id="row_1309_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__get__priority__cookie__t.html" target="_self">xcb_sync_get_priority_cookie_t</a></td><td class="desc">Xcb_sync_get_priority_cookie_t </td></tr>
<tr id="row_1310_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__get__priority__reply__t.html" target="_self">xcb_sync_get_priority_reply_t</a></td><td class="desc">Xcb_sync_get_priority_reply_t </td></tr>
<tr id="row_1311_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__get__priority__request__t.html" target="_self">xcb_sync_get_priority_request_t</a></td><td class="desc">Xcb_sync_get_priority_request_t </td></tr>
<tr id="row_1312_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__initialize__cookie__t.html" target="_self">xcb_sync_initialize_cookie_t</a></td><td class="desc">Xcb_sync_initialize_cookie_t </td></tr>
<tr id="row_1313_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__initialize__reply__t.html" target="_self">xcb_sync_initialize_reply_t</a></td><td class="desc">Xcb_sync_initialize_reply_t </td></tr>
<tr id="row_1314_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__initialize__request__t.html" target="_self">xcb_sync_initialize_request_t</a></td><td class="desc">Xcb_sync_initialize_request_t </td></tr>
<tr id="row_1315_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__int64__iterator__t.html" target="_self">xcb_sync_int64_iterator_t</a></td><td class="desc">Xcb_sync_int64_iterator_t </td></tr>
<tr id="row_1316_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__int64__t.html" target="_self">xcb_sync_int64_t</a></td><td class="desc">Xcb_sync_int64_t </td></tr>
<tr id="row_1317_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__list__system__counters__cookie__t.html" target="_self">xcb_sync_list_system_counters_cookie_t</a></td><td class="desc">Xcb_sync_list_system_counters_cookie_t </td></tr>
<tr id="row_1318_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__list__system__counters__reply__t.html" target="_self">xcb_sync_list_system_counters_reply_t</a></td><td class="desc">Xcb_sync_list_system_counters_reply_t </td></tr>
<tr id="row_1319_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__list__system__counters__request__t.html" target="_self">xcb_sync_list_system_counters_request_t</a></td><td class="desc">Xcb_sync_list_system_counters_request_t </td></tr>
<tr id="row_1320_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__query__alarm__cookie__t.html" target="_self">xcb_sync_query_alarm_cookie_t</a></td><td class="desc">Xcb_sync_query_alarm_cookie_t </td></tr>
<tr id="row_1321_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__query__alarm__reply__t.html" target="_self">xcb_sync_query_alarm_reply_t</a></td><td class="desc">Xcb_sync_query_alarm_reply_t </td></tr>
<tr id="row_1322_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__query__alarm__request__t.html" target="_self">xcb_sync_query_alarm_request_t</a></td><td class="desc">Xcb_sync_query_alarm_request_t </td></tr>
<tr id="row_1323_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__query__counter__cookie__t.html" target="_self">xcb_sync_query_counter_cookie_t</a></td><td class="desc">Xcb_sync_query_counter_cookie_t </td></tr>
<tr id="row_1324_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__query__counter__reply__t.html" target="_self">xcb_sync_query_counter_reply_t</a></td><td class="desc">Xcb_sync_query_counter_reply_t </td></tr>
<tr id="row_1325_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__query__counter__request__t.html" target="_self">xcb_sync_query_counter_request_t</a></td><td class="desc">Xcb_sync_query_counter_request_t </td></tr>
<tr id="row_1326_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__query__fence__cookie__t.html" target="_self">xcb_sync_query_fence_cookie_t</a></td><td class="desc">Xcb_sync_query_fence_cookie_t </td></tr>
<tr id="row_1327_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__query__fence__reply__t.html" target="_self">xcb_sync_query_fence_reply_t</a></td><td class="desc">Xcb_sync_query_fence_reply_t </td></tr>
<tr id="row_1328_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__query__fence__request__t.html" target="_self">xcb_sync_query_fence_request_t</a></td><td class="desc">Xcb_sync_query_fence_request_t </td></tr>
<tr id="row_1329_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__reset__fence__request__t.html" target="_self">xcb_sync_reset_fence_request_t</a></td><td class="desc">Xcb_sync_reset_fence_request_t </td></tr>
<tr id="row_1330_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__set__counter__request__t.html" target="_self">xcb_sync_set_counter_request_t</a></td><td class="desc">Xcb_sync_set_counter_request_t </td></tr>
<tr id="row_1331_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__set__priority__request__t.html" target="_self">xcb_sync_set_priority_request_t</a></td><td class="desc">Xcb_sync_set_priority_request_t </td></tr>
<tr id="row_1332_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__systemcounter__iterator__t.html" target="_self">xcb_sync_systemcounter_iterator_t</a></td><td class="desc">Xcb_sync_systemcounter_iterator_t </td></tr>
<tr id="row_1333_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__systemcounter__t.html" target="_self">xcb_sync_systemcounter_t</a></td><td class="desc">Xcb_sync_systemcounter_t </td></tr>
<tr id="row_1334_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__trigger__fence__request__t.html" target="_self">xcb_sync_trigger_fence_request_t</a></td><td class="desc">Xcb_sync_trigger_fence_request_t </td></tr>
<tr id="row_1335_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__trigger__iterator__t.html" target="_self">xcb_sync_trigger_iterator_t</a></td><td class="desc">Xcb_sync_trigger_iterator_t </td></tr>
<tr id="row_1336_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__trigger__t.html" target="_self">xcb_sync_trigger_t</a></td><td class="desc">Xcb_sync_trigger_t </td></tr>
<tr id="row_1337_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__waitcondition__iterator__t.html" target="_self">xcb_sync_waitcondition_iterator_t</a></td><td class="desc">Xcb_sync_waitcondition_iterator_t </td></tr>
<tr id="row_1338_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__sync__waitcondition__t.html" target="_self">xcb_sync_waitcondition_t</a></td><td class="desc">Xcb_sync_waitcondition_t </td></tr>
<tr id="row_1339_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__test__compare__cursor__cookie__t.html" target="_self">xcb_test_compare_cursor_cookie_t</a></td><td class="desc">Xcb_test_compare_cursor_cookie_t </td></tr>
<tr id="row_1340_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__test__compare__cursor__reply__t.html" target="_self">xcb_test_compare_cursor_reply_t</a></td><td class="desc">Xcb_test_compare_cursor_reply_t </td></tr>
<tr id="row_1341_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__test__compare__cursor__request__t.html" target="_self">xcb_test_compare_cursor_request_t</a></td><td class="desc">Xcb_test_compare_cursor_request_t </td></tr>
<tr id="row_1342_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__test__fake__input__request__t.html" target="_self">xcb_test_fake_input_request_t</a></td><td class="desc">Xcb_test_fake_input_request_t </td></tr>
<tr id="row_1343_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__test__get__version__cookie__t.html" target="_self">xcb_test_get_version_cookie_t</a></td><td class="desc">Xcb_test_get_version_cookie_t </td></tr>
<tr id="row_1344_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__test__get__version__reply__t.html" target="_self">xcb_test_get_version_reply_t</a></td><td class="desc">Xcb_test_get_version_reply_t </td></tr>
<tr id="row_1345_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__test__get__version__request__t.html" target="_self">xcb_test_get_version_request_t</a></td><td class="desc">Xcb_test_get_version_request_t </td></tr>
<tr id="row_1346_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__test__grab__control__request__t.html" target="_self">xcb_test_grab_control_request_t</a></td><td class="desc">Xcb_test_grab_control_request_t </td></tr>
<tr id="row_1347_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__timecoord__iterator__t.html" target="_self">xcb_timecoord_iterator_t</a></td><td class="desc">Xcb_timecoord_iterator_t </td></tr>
<tr id="row_1348_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__timecoord__t.html" target="_self">xcb_timecoord_t</a></td><td class="desc">Xcb_timecoord_t </td></tr>
<tr id="row_1349_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__timestamp__iterator__t.html" target="_self">xcb_timestamp_iterator_t</a></td><td class="desc">Xcb_timestamp_iterator_t </td></tr>
<tr id="row_1350_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__translate__coordinates__cookie__t.html" target="_self">xcb_translate_coordinates_cookie_t</a></td><td class="desc">Xcb_translate_coordinates_cookie_t </td></tr>
<tr id="row_1351_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__translate__coordinates__reply__t.html" target="_self">xcb_translate_coordinates_reply_t</a></td><td class="desc">Xcb_translate_coordinates_reply_t </td></tr>
<tr id="row_1352_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__translate__coordinates__request__t.html" target="_self">xcb_translate_coordinates_request_t</a></td><td class="desc">Xcb_translate_coordinates_request_t </td></tr>
<tr id="row_1353_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__ungrab__button__request__t.html" target="_self">xcb_ungrab_button_request_t</a></td><td class="desc">Xcb_ungrab_button_request_t </td></tr>
<tr id="row_1354_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__ungrab__key__request__t.html" target="_self">xcb_ungrab_key_request_t</a></td><td class="desc">Xcb_ungrab_key_request_t </td></tr>
<tr id="row_1355_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__ungrab__keyboard__request__t.html" target="_self">xcb_ungrab_keyboard_request_t</a></td><td class="desc">Xcb_ungrab_keyboard_request_t </td></tr>
<tr id="row_1356_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__ungrab__pointer__request__t.html" target="_self">xcb_ungrab_pointer_request_t</a></td><td class="desc">Xcb_ungrab_pointer_request_t </td></tr>
<tr id="row_1357_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__ungrab__server__request__t.html" target="_self">xcb_ungrab_server_request_t</a></td><td class="desc">Xcb_ungrab_server_request_t </td></tr>
<tr id="row_1358_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__uninstall__colormap__request__t.html" target="_self">xcb_uninstall_colormap_request_t</a></td><td class="desc">Xcb_uninstall_colormap_request_t </td></tr>
<tr id="row_1359_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__unmap__notify__event__t.html" target="_self">xcb_unmap_notify_event_t</a></td><td class="desc">Xcb_unmap_notify_event_t </td></tr>
<tr id="row_1360_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__unmap__subwindows__request__t.html" target="_self">xcb_unmap_subwindows_request_t</a></td><td class="desc">Xcb_unmap_subwindows_request_t </td></tr>
<tr id="row_1361_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__unmap__window__request__t.html" target="_self">xcb_unmap_window_request_t</a></td><td class="desc">Xcb_unmap_window_request_t </td></tr>
<tr id="row_1362_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__value__error__t.html" target="_self">xcb_value_error_t</a></td><td class="desc">Xcb_value_error_t </td></tr>
<tr id="row_1363_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__visibility__notify__event__t.html" target="_self">xcb_visibility_notify_event_t</a></td><td class="desc">Xcb_visibility_notify_event_t </td></tr>
<tr id="row_1364_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__visualid__iterator__t.html" target="_self">xcb_visualid_iterator_t</a></td><td class="desc">Xcb_visualid_iterator_t </td></tr>
<tr id="row_1365_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__visualtype__iterator__t.html" target="_self">xcb_visualtype_iterator_t</a></td><td class="desc">Xcb_visualtype_iterator_t </td></tr>
<tr id="row_1366_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__visualtype__t.html" target="_self">xcb_visualtype_t</a></td><td class="desc">Xcb_visualtype_t </td></tr>
<tr id="row_1367_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__void__cookie__t.html" target="_self">xcb_void_cookie_t</a></td><td class="desc">Generic cookie </td></tr>
<tr id="row_1368_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__warp__pointer__request__t.html" target="_self">xcb_warp_pointer_request_t</a></td><td class="desc">Xcb_warp_pointer_request_t </td></tr>
<tr id="row_1369_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__window__iterator__t.html" target="_self">xcb_window_iterator_t</a></td><td class="desc">Xcb_window_iterator_t </td></tr>
<tr id="row_1370_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__attribut__notify__event__t.html" target="_self">xcb_x_print_attribut_notify_event_t</a></td><td class="desc">Xcb_x_print_attribut_notify_event_t </td></tr>
<tr id="row_1371_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__bad__context__error__t.html" target="_self">xcb_x_print_bad_context_error_t</a></td><td class="desc">Xcb_x_print_bad_context_error_t </td></tr>
<tr id="row_1372_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__bad__sequence__error__t.html" target="_self">xcb_x_print_bad_sequence_error_t</a></td><td class="desc">Xcb_x_print_bad_sequence_error_t </td></tr>
<tr id="row_1373_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__create__context__request__t.html" target="_self">xcb_x_print_create_context_request_t</a></td><td class="desc">Xcb_x_print_create_context_request_t </td></tr>
<tr id="row_1374_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__notify__event__t.html" target="_self">xcb_x_print_notify_event_t</a></td><td class="desc">Xcb_x_print_notify_event_t </td></tr>
<tr id="row_1375_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__pcontext__iterator__t.html" target="_self">xcb_x_print_pcontext_iterator_t</a></td><td class="desc">Xcb_x_print_pcontext_iterator_t </td></tr>
<tr id="row_1376_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__destroy__context__request__t.html" target="_self">xcb_x_print_print_destroy_context_request_t</a></td><td class="desc">Xcb_x_print_print_destroy_context_request_t </td></tr>
<tr id="row_1377_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__end__doc__request__t.html" target="_self">xcb_x_print_print_end_doc_request_t</a></td><td class="desc">Xcb_x_print_print_end_doc_request_t </td></tr>
<tr id="row_1378_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__end__job__request__t.html" target="_self">xcb_x_print_print_end_job_request_t</a></td><td class="desc">Xcb_x_print_print_end_job_request_t </td></tr>
<tr id="row_1379_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__end__page__request__t.html" target="_self">xcb_x_print_print_end_page_request_t</a></td><td class="desc">Xcb_x_print_print_end_page_request_t </td></tr>
<tr id="row_1380_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__attributes__cookie__t.html" target="_self">xcb_x_print_print_get_attributes_cookie_t</a></td><td class="desc">Xcb_x_print_print_get_attributes_cookie_t </td></tr>
<tr id="row_1381_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__attributes__reply__t.html" target="_self">xcb_x_print_print_get_attributes_reply_t</a></td><td class="desc">Xcb_x_print_print_get_attributes_reply_t </td></tr>
<tr id="row_1382_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__attributes__request__t.html" target="_self">xcb_x_print_print_get_attributes_request_t</a></td><td class="desc">Xcb_x_print_print_get_attributes_request_t </td></tr>
<tr id="row_1383_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__context__cookie__t.html" target="_self">xcb_x_print_print_get_context_cookie_t</a></td><td class="desc">Xcb_x_print_print_get_context_cookie_t </td></tr>
<tr id="row_1384_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__context__reply__t.html" target="_self">xcb_x_print_print_get_context_reply_t</a></td><td class="desc">Xcb_x_print_print_get_context_reply_t </td></tr>
<tr id="row_1385_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__context__request__t.html" target="_self">xcb_x_print_print_get_context_request_t</a></td><td class="desc">Xcb_x_print_print_get_context_request_t </td></tr>
<tr id="row_1386_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__document__data__cookie__t.html" target="_self">xcb_x_print_print_get_document_data_cookie_t</a></td><td class="desc">Xcb_x_print_print_get_document_data_cookie_t </td></tr>
<tr id="row_1387_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__document__data__reply__t.html" target="_self">xcb_x_print_print_get_document_data_reply_t</a></td><td class="desc">Xcb_x_print_print_get_document_data_reply_t </td></tr>
<tr id="row_1388_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__document__data__request__t.html" target="_self">xcb_x_print_print_get_document_data_request_t</a></td><td class="desc">Xcb_x_print_print_get_document_data_request_t </td></tr>
<tr id="row_1389_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__image__resolution__cookie__t.html" target="_self">xcb_x_print_print_get_image_resolution_cookie_t</a></td><td class="desc">Xcb_x_print_print_get_image_resolution_cookie_t </td></tr>
<tr id="row_1390_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__image__resolution__reply__t.html" target="_self">xcb_x_print_print_get_image_resolution_reply_t</a></td><td class="desc">Xcb_x_print_print_get_image_resolution_reply_t </td></tr>
<tr id="row_1391_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__image__resolution__request__t.html" target="_self">xcb_x_print_print_get_image_resolution_request_t</a></td><td class="desc">Xcb_x_print_print_get_image_resolution_request_t </td></tr>
<tr id="row_1392_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__one__attributes__cookie__t.html" target="_self">xcb_x_print_print_get_one_attributes_cookie_t</a></td><td class="desc">Xcb_x_print_print_get_one_attributes_cookie_t </td></tr>
<tr id="row_1393_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__one__attributes__reply__t.html" target="_self">xcb_x_print_print_get_one_attributes_reply_t</a></td><td class="desc">Xcb_x_print_print_get_one_attributes_reply_t </td></tr>
<tr id="row_1394_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__one__attributes__request__t.html" target="_self">xcb_x_print_print_get_one_attributes_request_t</a></td><td class="desc">Xcb_x_print_print_get_one_attributes_request_t </td></tr>
<tr id="row_1395_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__page__dimensions__cookie__t.html" target="_self">xcb_x_print_print_get_page_dimensions_cookie_t</a></td><td class="desc">Xcb_x_print_print_get_page_dimensions_cookie_t </td></tr>
<tr id="row_1396_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__page__dimensions__reply__t.html" target="_self">xcb_x_print_print_get_page_dimensions_reply_t</a></td><td class="desc">Xcb_x_print_print_get_page_dimensions_reply_t </td></tr>
<tr id="row_1397_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__page__dimensions__request__t.html" target="_self">xcb_x_print_print_get_page_dimensions_request_t</a></td><td class="desc">Xcb_x_print_print_get_page_dimensions_request_t </td></tr>
<tr id="row_1398_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__printer__list__cookie__t.html" target="_self">xcb_x_print_print_get_printer_list_cookie_t</a></td><td class="desc">Xcb_x_print_print_get_printer_list_cookie_t </td></tr>
<tr id="row_1399_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__printer__list__reply__t.html" target="_self">xcb_x_print_print_get_printer_list_reply_t</a></td><td class="desc">Xcb_x_print_print_get_printer_list_reply_t </td></tr>
<tr id="row_1400_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__printer__list__request__t.html" target="_self">xcb_x_print_print_get_printer_list_request_t</a></td><td class="desc">Xcb_x_print_print_get_printer_list_request_t </td></tr>
<tr id="row_1401_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__screen__of__context__cookie__t.html" target="_self">xcb_x_print_print_get_screen_of_context_cookie_t</a></td><td class="desc">Xcb_x_print_print_get_screen_of_context_cookie_t </td></tr>
<tr id="row_1402_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__screen__of__context__reply__t.html" target="_self">xcb_x_print_print_get_screen_of_context_reply_t</a></td><td class="desc">Xcb_x_print_print_get_screen_of_context_reply_t </td></tr>
<tr id="row_1403_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__get__screen__of__context__request__t.html" target="_self">xcb_x_print_print_get_screen_of_context_request_t</a></td><td class="desc">Xcb_x_print_print_get_screen_of_context_request_t </td></tr>
<tr id="row_1404_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__input__selected__cookie__t.html" target="_self">xcb_x_print_print_input_selected_cookie_t</a></td><td class="desc">Xcb_x_print_print_input_selected_cookie_t </td></tr>
<tr id="row_1405_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__input__selected__reply__t.html" target="_self">xcb_x_print_print_input_selected_reply_t</a></td><td class="desc">Xcb_x_print_print_input_selected_reply_t </td></tr>
<tr id="row_1406_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__input__selected__request__t.html" target="_self">xcb_x_print_print_input_selected_request_t</a></td><td class="desc">Xcb_x_print_print_input_selected_request_t </td></tr>
<tr id="row_1407_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__put__document__data__request__t.html" target="_self">xcb_x_print_print_put_document_data_request_t</a></td><td class="desc">Xcb_x_print_print_put_document_data_request_t </td></tr>
<tr id="row_1408_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__query__screens__cookie__t.html" target="_self">xcb_x_print_print_query_screens_cookie_t</a></td><td class="desc">Xcb_x_print_print_query_screens_cookie_t </td></tr>
<tr id="row_1409_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__query__screens__reply__t.html" target="_self">xcb_x_print_print_query_screens_reply_t</a></td><td class="desc">Xcb_x_print_print_query_screens_reply_t </td></tr>
<tr id="row_1410_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__query__screens__request__t.html" target="_self">xcb_x_print_print_query_screens_request_t</a></td><td class="desc">Xcb_x_print_print_query_screens_request_t </td></tr>
<tr id="row_1411_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__query__version__cookie__t.html" target="_self">xcb_x_print_print_query_version_cookie_t</a></td><td class="desc">Xcb_x_print_print_query_version_cookie_t </td></tr>
<tr id="row_1412_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__query__version__reply__t.html" target="_self">xcb_x_print_print_query_version_reply_t</a></td><td class="desc">Xcb_x_print_print_query_version_reply_t </td></tr>
<tr id="row_1413_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__query__version__request__t.html" target="_self">xcb_x_print_print_query_version_request_t</a></td><td class="desc">Xcb_x_print_print_query_version_request_t </td></tr>
<tr id="row_1414_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__rehash__printer__list__request__t.html" target="_self">xcb_x_print_print_rehash_printer_list_request_t</a></td><td class="desc">Xcb_x_print_print_rehash_printer_list_request_t </td></tr>
<tr id="row_1415_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__select__input__request__t.html" target="_self">xcb_x_print_print_select_input_request_t</a></td><td class="desc">Xcb_x_print_print_select_input_request_t </td></tr>
<tr id="row_1416_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__set__attributes__request__t.html" target="_self">xcb_x_print_print_set_attributes_request_t</a></td><td class="desc">Xcb_x_print_print_set_attributes_request_t </td></tr>
<tr id="row_1417_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__set__context__request__t.html" target="_self">xcb_x_print_print_set_context_request_t</a></td><td class="desc">Xcb_x_print_print_set_context_request_t </td></tr>
<tr id="row_1418_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__set__image__resolution__cookie__t.html" target="_self">xcb_x_print_print_set_image_resolution_cookie_t</a></td><td class="desc">Xcb_x_print_print_set_image_resolution_cookie_t </td></tr>
<tr id="row_1419_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__set__image__resolution__reply__t.html" target="_self">xcb_x_print_print_set_image_resolution_reply_t</a></td><td class="desc">Xcb_x_print_print_set_image_resolution_reply_t </td></tr>
<tr id="row_1420_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__set__image__resolution__request__t.html" target="_self">xcb_x_print_print_set_image_resolution_request_t</a></td><td class="desc">Xcb_x_print_print_set_image_resolution_request_t </td></tr>
<tr id="row_1421_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__start__doc__request__t.html" target="_self">xcb_x_print_print_start_doc_request_t</a></td><td class="desc">Xcb_x_print_print_start_doc_request_t </td></tr>
<tr id="row_1422_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__start__job__request__t.html" target="_self">xcb_x_print_print_start_job_request_t</a></td><td class="desc">Xcb_x_print_print_start_job_request_t </td></tr>
<tr id="row_1423_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__print__start__page__request__t.html" target="_self">xcb_x_print_print_start_page_request_t</a></td><td class="desc">Xcb_x_print_print_start_page_request_t </td></tr>
<tr id="row_1424_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__printer__iterator__t.html" target="_self">xcb_x_print_printer_iterator_t</a></td><td class="desc">Xcb_x_print_printer_iterator_t </td></tr>
<tr id="row_1425_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__printer__t.html" target="_self">xcb_x_print_printer_t</a></td><td class="desc">Xcb_x_print_printer_t </td></tr>
<tr id="row_1426_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__x__print__string8__iterator__t.html" target="_self">xcb_x_print_string8_iterator_t</a></td><td class="desc">Xcb_x_print_string8_iterator_t </td></tr>
<tr id="row_1427_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xc__misc__get__version__cookie__t.html" target="_self">xcb_xc_misc_get_version_cookie_t</a></td><td class="desc">Xcb_xc_misc_get_version_cookie_t </td></tr>
<tr id="row_1428_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xc__misc__get__version__reply__t.html" target="_self">xcb_xc_misc_get_version_reply_t</a></td><td class="desc">Xcb_xc_misc_get_version_reply_t </td></tr>
<tr id="row_1429_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xc__misc__get__version__request__t.html" target="_self">xcb_xc_misc_get_version_request_t</a></td><td class="desc">Xcb_xc_misc_get_version_request_t </td></tr>
<tr id="row_1430_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xc__misc__get__xid__list__cookie__t.html" target="_self">xcb_xc_misc_get_xid_list_cookie_t</a></td><td class="desc">Xcb_xc_misc_get_xid_list_cookie_t </td></tr>
<tr id="row_1431_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xc__misc__get__xid__list__reply__t.html" target="_self">xcb_xc_misc_get_xid_list_reply_t</a></td><td class="desc">Xcb_xc_misc_get_xid_list_reply_t </td></tr>
<tr id="row_1432_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xc__misc__get__xid__list__request__t.html" target="_self">xcb_xc_misc_get_xid_list_request_t</a></td><td class="desc">Xcb_xc_misc_get_xid_list_request_t </td></tr>
<tr id="row_1433_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xc__misc__get__xid__range__cookie__t.html" target="_self">xcb_xc_misc_get_xid_range_cookie_t</a></td><td class="desc">Xcb_xc_misc_get_xid_range_cookie_t </td></tr>
<tr id="row_1434_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xc__misc__get__xid__range__reply__t.html" target="_self">xcb_xc_misc_get_xid_range_reply_t</a></td><td class="desc">Xcb_xc_misc_get_xid_range_reply_t </td></tr>
<tr id="row_1435_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xc__misc__get__xid__range__request__t.html" target="_self">xcb_xc_misc_get_xid_range_request_t</a></td><td class="desc">Xcb_xc_misc_get_xid_range_request_t </td></tr>
<tr id="row_1436_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__end__cookie__t.html" target="_self">xcb_xevie_end_cookie_t</a></td><td class="desc">Xcb_xevie_end_cookie_t </td></tr>
<tr id="row_1437_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__end__reply__t.html" target="_self">xcb_xevie_end_reply_t</a></td><td class="desc">Xcb_xevie_end_reply_t </td></tr>
<tr id="row_1438_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__end__request__t.html" target="_self">xcb_xevie_end_request_t</a></td><td class="desc">Xcb_xevie_end_request_t </td></tr>
<tr id="row_1439_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__event__iterator__t.html" target="_self">xcb_xevie_event_iterator_t</a></td><td class="desc">Xcb_xevie_event_iterator_t </td></tr>
<tr id="row_1440_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__event__t.html" target="_self">xcb_xevie_event_t</a></td><td class="desc">Xcb_xevie_event_t </td></tr>
<tr id="row_1441_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__query__version__cookie__t.html" target="_self">xcb_xevie_query_version_cookie_t</a></td><td class="desc">Xcb_xevie_query_version_cookie_t </td></tr>
<tr id="row_1442_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__query__version__reply__t.html" target="_self">xcb_xevie_query_version_reply_t</a></td><td class="desc">Xcb_xevie_query_version_reply_t </td></tr>
<tr id="row_1443_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__query__version__request__t.html" target="_self">xcb_xevie_query_version_request_t</a></td><td class="desc">Xcb_xevie_query_version_request_t </td></tr>
<tr id="row_1444_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__select__input__cookie__t.html" target="_self">xcb_xevie_select_input_cookie_t</a></td><td class="desc">Xcb_xevie_select_input_cookie_t </td></tr>
<tr id="row_1445_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__select__input__reply__t.html" target="_self">xcb_xevie_select_input_reply_t</a></td><td class="desc">Xcb_xevie_select_input_reply_t </td></tr>
<tr id="row_1446_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__select__input__request__t.html" target="_self">xcb_xevie_select_input_request_t</a></td><td class="desc">Xcb_xevie_select_input_request_t </td></tr>
<tr id="row_1447_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__send__cookie__t.html" target="_self">xcb_xevie_send_cookie_t</a></td><td class="desc">Xcb_xevie_send_cookie_t </td></tr>
<tr id="row_1448_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__send__reply__t.html" target="_self">xcb_xevie_send_reply_t</a></td><td class="desc">Xcb_xevie_send_reply_t </td></tr>
<tr id="row_1449_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__send__request__t.html" target="_self">xcb_xevie_send_request_t</a></td><td class="desc">Xcb_xevie_send_request_t </td></tr>
<tr id="row_1450_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__start__cookie__t.html" target="_self">xcb_xevie_start_cookie_t</a></td><td class="desc">Xcb_xevie_start_cookie_t </td></tr>
<tr id="row_1451_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__start__reply__t.html" target="_self">xcb_xevie_start_reply_t</a></td><td class="desc">Xcb_xevie_start_reply_t </td></tr>
<tr id="row_1452_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xevie__start__request__t.html" target="_self">xcb_xevie_start_request_t</a></td><td class="desc">Xcb_xevie_start_request_t </td></tr>
<tr id="row_1453_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__auth__connection__cookie__t.html" target="_self">xcb_xf86dri_auth_connection_cookie_t</a></td><td class="desc">Xcb_xf86dri_auth_connection_cookie_t </td></tr>
<tr id="row_1454_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__auth__connection__reply__t.html" target="_self">xcb_xf86dri_auth_connection_reply_t</a></td><td class="desc">Xcb_xf86dri_auth_connection_reply_t </td></tr>
<tr id="row_1455_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__auth__connection__request__t.html" target="_self">xcb_xf86dri_auth_connection_request_t</a></td><td class="desc">Xcb_xf86dri_auth_connection_request_t </td></tr>
<tr id="row_1456_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__close__connection__request__t.html" target="_self">xcb_xf86dri_close_connection_request_t</a></td><td class="desc">Xcb_xf86dri_close_connection_request_t </td></tr>
<tr id="row_1457_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__create__context__cookie__t.html" target="_self">xcb_xf86dri_create_context_cookie_t</a></td><td class="desc">Xcb_xf86dri_create_context_cookie_t </td></tr>
<tr id="row_1458_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__create__context__reply__t.html" target="_self">xcb_xf86dri_create_context_reply_t</a></td><td class="desc">Xcb_xf86dri_create_context_reply_t </td></tr>
<tr id="row_1459_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__create__context__request__t.html" target="_self">xcb_xf86dri_create_context_request_t</a></td><td class="desc">Xcb_xf86dri_create_context_request_t </td></tr>
<tr id="row_1460_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__create__drawable__cookie__t.html" target="_self">xcb_xf86dri_create_drawable_cookie_t</a></td><td class="desc">Xcb_xf86dri_create_drawable_cookie_t </td></tr>
<tr id="row_1461_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__create__drawable__reply__t.html" target="_self">xcb_xf86dri_create_drawable_reply_t</a></td><td class="desc">Xcb_xf86dri_create_drawable_reply_t </td></tr>
<tr id="row_1462_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__create__drawable__request__t.html" target="_self">xcb_xf86dri_create_drawable_request_t</a></td><td class="desc">Xcb_xf86dri_create_drawable_request_t </td></tr>
<tr id="row_1463_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__destroy__context__request__t.html" target="_self">xcb_xf86dri_destroy_context_request_t</a></td><td class="desc">Xcb_xf86dri_destroy_context_request_t </td></tr>
<tr id="row_1464_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__destroy__drawable__request__t.html" target="_self">xcb_xf86dri_destroy_drawable_request_t</a></td><td class="desc">Xcb_xf86dri_destroy_drawable_request_t </td></tr>
<tr id="row_1465_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__drm__clip__rect__iterator__t.html" target="_self">xcb_xf86dri_drm_clip_rect_iterator_t</a></td><td class="desc">Xcb_xf86dri_drm_clip_rect_iterator_t </td></tr>
<tr id="row_1466_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__drm__clip__rect__t.html" target="_self">xcb_xf86dri_drm_clip_rect_t</a></td><td class="desc">Xcb_xf86dri_drm_clip_rect_t </td></tr>
<tr id="row_1467_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__get__client__driver__name__cookie__t.html" target="_self">xcb_xf86dri_get_client_driver_name_cookie_t</a></td><td class="desc">Xcb_xf86dri_get_client_driver_name_cookie_t </td></tr>
<tr id="row_1468_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__get__client__driver__name__reply__t.html" target="_self">xcb_xf86dri_get_client_driver_name_reply_t</a></td><td class="desc">Xcb_xf86dri_get_client_driver_name_reply_t </td></tr>
<tr id="row_1469_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__get__client__driver__name__request__t.html" target="_self">xcb_xf86dri_get_client_driver_name_request_t</a></td><td class="desc">Xcb_xf86dri_get_client_driver_name_request_t </td></tr>
<tr id="row_1470_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__get__device__info__cookie__t.html" target="_self">xcb_xf86dri_get_device_info_cookie_t</a></td><td class="desc">Xcb_xf86dri_get_device_info_cookie_t </td></tr>
<tr id="row_1471_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__get__device__info__reply__t.html" target="_self">xcb_xf86dri_get_device_info_reply_t</a></td><td class="desc">Xcb_xf86dri_get_device_info_reply_t </td></tr>
<tr id="row_1472_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__get__device__info__request__t.html" target="_self">xcb_xf86dri_get_device_info_request_t</a></td><td class="desc">Xcb_xf86dri_get_device_info_request_t </td></tr>
<tr id="row_1473_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__get__drawable__info__cookie__t.html" target="_self">xcb_xf86dri_get_drawable_info_cookie_t</a></td><td class="desc">Xcb_xf86dri_get_drawable_info_cookie_t </td></tr>
<tr id="row_1474_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__get__drawable__info__reply__t.html" target="_self">xcb_xf86dri_get_drawable_info_reply_t</a></td><td class="desc">Xcb_xf86dri_get_drawable_info_reply_t </td></tr>
<tr id="row_1475_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__get__drawable__info__request__t.html" target="_self">xcb_xf86dri_get_drawable_info_request_t</a></td><td class="desc">Xcb_xf86dri_get_drawable_info_request_t </td></tr>
<tr id="row_1476_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__open__connection__cookie__t.html" target="_self">xcb_xf86dri_open_connection_cookie_t</a></td><td class="desc">Xcb_xf86dri_open_connection_cookie_t </td></tr>
<tr id="row_1477_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__open__connection__reply__t.html" target="_self">xcb_xf86dri_open_connection_reply_t</a></td><td class="desc">Xcb_xf86dri_open_connection_reply_t </td></tr>
<tr id="row_1478_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__open__connection__request__t.html" target="_self">xcb_xf86dri_open_connection_request_t</a></td><td class="desc">Xcb_xf86dri_open_connection_request_t </td></tr>
<tr id="row_1479_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__query__direct__rendering__capable__cookie__t.html" target="_self">xcb_xf86dri_query_direct_rendering_capable_cookie_t</a></td><td class="desc">Xcb_xf86dri_query_direct_rendering_capable_cookie_t </td></tr>
<tr id="row_1480_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__query__direct__rendering__capable__reply__t.html" target="_self">xcb_xf86dri_query_direct_rendering_capable_reply_t</a></td><td class="desc">Xcb_xf86dri_query_direct_rendering_capable_reply_t </td></tr>
<tr id="row_1481_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__query__direct__rendering__capable__request__t.html" target="_self">xcb_xf86dri_query_direct_rendering_capable_request_t</a></td><td class="desc">Xcb_xf86dri_query_direct_rendering_capable_request_t </td></tr>
<tr id="row_1482_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__query__version__cookie__t.html" target="_self">xcb_xf86dri_query_version_cookie_t</a></td><td class="desc">Xcb_xf86dri_query_version_cookie_t </td></tr>
<tr id="row_1483_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__query__version__reply__t.html" target="_self">xcb_xf86dri_query_version_reply_t</a></td><td class="desc">Xcb_xf86dri_query_version_reply_t </td></tr>
<tr id="row_1484_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xf86dri__query__version__request__t.html" target="_self">xcb_xf86dri_query_version_request_t</a></td><td class="desc">Xcb_xf86dri_query_version_request_t </td></tr>
<tr id="row_1485_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__bad__region__error__t.html" target="_self">xcb_xfixes_bad_region_error_t</a></td><td class="desc">Xcb_xfixes_bad_region_error_t </td></tr>
<tr id="row_1486_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__barrier__iterator__t.html" target="_self">xcb_xfixes_barrier_iterator_t</a></td><td class="desc">Xcb_xfixes_barrier_iterator_t </td></tr>
<tr id="row_1487_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__change__cursor__by__name__request__t.html" target="_self">xcb_xfixes_change_cursor_by_name_request_t</a></td><td class="desc">Xcb_xfixes_change_cursor_by_name_request_t </td></tr>
<tr id="row_1488_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__change__cursor__request__t.html" target="_self">xcb_xfixes_change_cursor_request_t</a></td><td class="desc">Xcb_xfixes_change_cursor_request_t </td></tr>
<tr id="row_1489_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__change__save__set__request__t.html" target="_self">xcb_xfixes_change_save_set_request_t</a></td><td class="desc">Xcb_xfixes_change_save_set_request_t </td></tr>
<tr id="row_1490_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__copy__region__request__t.html" target="_self">xcb_xfixes_copy_region_request_t</a></td><td class="desc">Xcb_xfixes_copy_region_request_t </td></tr>
<tr id="row_1491_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__create__pointer__barrier__request__t.html" target="_self">xcb_xfixes_create_pointer_barrier_request_t</a></td><td class="desc">Xcb_xfixes_create_pointer_barrier_request_t </td></tr>
<tr id="row_1492_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__create__region__from__bitmap__request__t.html" target="_self">xcb_xfixes_create_region_from_bitmap_request_t</a></td><td class="desc">Xcb_xfixes_create_region_from_bitmap_request_t </td></tr>
<tr id="row_1493_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__create__region__from__gc__request__t.html" target="_self">xcb_xfixes_create_region_from_gc_request_t</a></td><td class="desc">Xcb_xfixes_create_region_from_gc_request_t </td></tr>
<tr id="row_1494_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__create__region__from__picture__request__t.html" target="_self">xcb_xfixes_create_region_from_picture_request_t</a></td><td class="desc">Xcb_xfixes_create_region_from_picture_request_t </td></tr>
<tr id="row_1495_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__create__region__from__window__request__t.html" target="_self">xcb_xfixes_create_region_from_window_request_t</a></td><td class="desc">Xcb_xfixes_create_region_from_window_request_t </td></tr>
<tr id="row_1496_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__create__region__request__t.html" target="_self">xcb_xfixes_create_region_request_t</a></td><td class="desc">Xcb_xfixes_create_region_request_t </td></tr>
<tr id="row_1497_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__cursor__notify__event__t.html" target="_self">xcb_xfixes_cursor_notify_event_t</a></td><td class="desc">Xcb_xfixes_cursor_notify_event_t </td></tr>
<tr id="row_1498_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__delete__pointer__barrier__request__t.html" target="_self">xcb_xfixes_delete_pointer_barrier_request_t</a></td><td class="desc">Xcb_xfixes_delete_pointer_barrier_request_t </td></tr>
<tr id="row_1499_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__destroy__region__request__t.html" target="_self">xcb_xfixes_destroy_region_request_t</a></td><td class="desc">Xcb_xfixes_destroy_region_request_t </td></tr>
<tr id="row_1500_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__expand__region__request__t.html" target="_self">xcb_xfixes_expand_region_request_t</a></td><td class="desc">Xcb_xfixes_expand_region_request_t </td></tr>
<tr id="row_1501_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__fetch__region__cookie__t.html" target="_self">xcb_xfixes_fetch_region_cookie_t</a></td><td class="desc">Xcb_xfixes_fetch_region_cookie_t </td></tr>
<tr id="row_1502_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__fetch__region__reply__t.html" target="_self">xcb_xfixes_fetch_region_reply_t</a></td><td class="desc">Xcb_xfixes_fetch_region_reply_t </td></tr>
<tr id="row_1503_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__fetch__region__request__t.html" target="_self">xcb_xfixes_fetch_region_request_t</a></td><td class="desc">Xcb_xfixes_fetch_region_request_t </td></tr>
<tr id="row_1504_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__get__cursor__image__and__name__cookie__t.html" target="_self">xcb_xfixes_get_cursor_image_and_name_cookie_t</a></td><td class="desc">Xcb_xfixes_get_cursor_image_and_name_cookie_t </td></tr>
<tr id="row_1505_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__get__cursor__image__and__name__reply__t.html" target="_self">xcb_xfixes_get_cursor_image_and_name_reply_t</a></td><td class="desc">Xcb_xfixes_get_cursor_image_and_name_reply_t </td></tr>
<tr id="row_1506_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__get__cursor__image__and__name__request__t.html" target="_self">xcb_xfixes_get_cursor_image_and_name_request_t</a></td><td class="desc">Xcb_xfixes_get_cursor_image_and_name_request_t </td></tr>
<tr id="row_1507_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__get__cursor__image__cookie__t.html" target="_self">xcb_xfixes_get_cursor_image_cookie_t</a></td><td class="desc">Xcb_xfixes_get_cursor_image_cookie_t </td></tr>
<tr id="row_1508_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__get__cursor__image__reply__t.html" target="_self">xcb_xfixes_get_cursor_image_reply_t</a></td><td class="desc">Xcb_xfixes_get_cursor_image_reply_t </td></tr>
<tr id="row_1509_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__get__cursor__image__request__t.html" target="_self">xcb_xfixes_get_cursor_image_request_t</a></td><td class="desc">Xcb_xfixes_get_cursor_image_request_t </td></tr>
<tr id="row_1510_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__get__cursor__name__cookie__t.html" target="_self">xcb_xfixes_get_cursor_name_cookie_t</a></td><td class="desc">Xcb_xfixes_get_cursor_name_cookie_t </td></tr>
<tr id="row_1511_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__get__cursor__name__reply__t.html" target="_self">xcb_xfixes_get_cursor_name_reply_t</a></td><td class="desc">Xcb_xfixes_get_cursor_name_reply_t </td></tr>
<tr id="row_1512_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__get__cursor__name__request__t.html" target="_self">xcb_xfixes_get_cursor_name_request_t</a></td><td class="desc">Xcb_xfixes_get_cursor_name_request_t </td></tr>
<tr id="row_1513_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__hide__cursor__request__t.html" target="_self">xcb_xfixes_hide_cursor_request_t</a></td><td class="desc">Xcb_xfixes_hide_cursor_request_t </td></tr>
<tr id="row_1514_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__intersect__region__request__t.html" target="_self">xcb_xfixes_intersect_region_request_t</a></td><td class="desc">Xcb_xfixes_intersect_region_request_t </td></tr>
<tr id="row_1515_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__invert__region__request__t.html" target="_self">xcb_xfixes_invert_region_request_t</a></td><td class="desc">Xcb_xfixes_invert_region_request_t </td></tr>
<tr id="row_1516_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__query__version__cookie__t.html" target="_self">xcb_xfixes_query_version_cookie_t</a></td><td class="desc">Xcb_xfixes_query_version_cookie_t </td></tr>
<tr id="row_1517_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__query__version__reply__t.html" target="_self">xcb_xfixes_query_version_reply_t</a></td><td class="desc">Xcb_xfixes_query_version_reply_t </td></tr>
<tr id="row_1518_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__query__version__request__t.html" target="_self">xcb_xfixes_query_version_request_t</a></td><td class="desc">Xcb_xfixes_query_version_request_t </td></tr>
<tr id="row_1519_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__region__extents__request__t.html" target="_self">xcb_xfixes_region_extents_request_t</a></td><td class="desc">Xcb_xfixes_region_extents_request_t </td></tr>
<tr id="row_1520_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__region__iterator__t.html" target="_self">xcb_xfixes_region_iterator_t</a></td><td class="desc">Xcb_xfixes_region_iterator_t </td></tr>
<tr id="row_1521_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__select__cursor__input__request__t.html" target="_self">xcb_xfixes_select_cursor_input_request_t</a></td><td class="desc">Xcb_xfixes_select_cursor_input_request_t </td></tr>
<tr id="row_1522_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__select__selection__input__request__t.html" target="_self">xcb_xfixes_select_selection_input_request_t</a></td><td class="desc">Xcb_xfixes_select_selection_input_request_t </td></tr>
<tr id="row_1523_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__selection__notify__event__t.html" target="_self">xcb_xfixes_selection_notify_event_t</a></td><td class="desc">Xcb_xfixes_selection_notify_event_t </td></tr>
<tr id="row_1524_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__set__cursor__name__request__t.html" target="_self">xcb_xfixes_set_cursor_name_request_t</a></td><td class="desc">Xcb_xfixes_set_cursor_name_request_t </td></tr>
<tr id="row_1525_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__set__gc__clip__region__request__t.html" target="_self">xcb_xfixes_set_gc_clip_region_request_t</a></td><td class="desc">Xcb_xfixes_set_gc_clip_region_request_t </td></tr>
<tr id="row_1526_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__set__picture__clip__region__request__t.html" target="_self">xcb_xfixes_set_picture_clip_region_request_t</a></td><td class="desc">Xcb_xfixes_set_picture_clip_region_request_t </td></tr>
<tr id="row_1527_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__set__region__request__t.html" target="_self">xcb_xfixes_set_region_request_t</a></td><td class="desc">Xcb_xfixes_set_region_request_t </td></tr>
<tr id="row_1528_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__set__window__shape__region__request__t.html" target="_self">xcb_xfixes_set_window_shape_region_request_t</a></td><td class="desc">Xcb_xfixes_set_window_shape_region_request_t </td></tr>
<tr id="row_1529_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__show__cursor__request__t.html" target="_self">xcb_xfixes_show_cursor_request_t</a></td><td class="desc">Xcb_xfixes_show_cursor_request_t </td></tr>
<tr id="row_1530_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__subtract__region__request__t.html" target="_self">xcb_xfixes_subtract_region_request_t</a></td><td class="desc">Xcb_xfixes_subtract_region_request_t </td></tr>
<tr id="row_1531_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__translate__region__request__t.html" target="_self">xcb_xfixes_translate_region_request_t</a></td><td class="desc">Xcb_xfixes_translate_region_request_t </td></tr>
<tr id="row_1532_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xfixes__union__region__request__t.html" target="_self">xcb_xfixes_union_region_request_t</a></td><td class="desc">Xcb_xfixes_union_region_request_t </td></tr>
<tr id="row_1533_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__get__screen__count__cookie__t.html" target="_self">xcb_xinerama_get_screen_count_cookie_t</a></td><td class="desc">Xcb_xinerama_get_screen_count_cookie_t </td></tr>
<tr id="row_1534_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__get__screen__count__reply__t.html" target="_self">xcb_xinerama_get_screen_count_reply_t</a></td><td class="desc">Xcb_xinerama_get_screen_count_reply_t </td></tr>
<tr id="row_1535_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__get__screen__count__request__t.html" target="_self">xcb_xinerama_get_screen_count_request_t</a></td><td class="desc">Xcb_xinerama_get_screen_count_request_t </td></tr>
<tr id="row_1536_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__get__screen__size__cookie__t.html" target="_self">xcb_xinerama_get_screen_size_cookie_t</a></td><td class="desc">Xcb_xinerama_get_screen_size_cookie_t </td></tr>
<tr id="row_1537_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__get__screen__size__reply__t.html" target="_self">xcb_xinerama_get_screen_size_reply_t</a></td><td class="desc">Xcb_xinerama_get_screen_size_reply_t </td></tr>
<tr id="row_1538_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__get__screen__size__request__t.html" target="_self">xcb_xinerama_get_screen_size_request_t</a></td><td class="desc">Xcb_xinerama_get_screen_size_request_t </td></tr>
<tr id="row_1539_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__get__state__cookie__t.html" target="_self">xcb_xinerama_get_state_cookie_t</a></td><td class="desc">Xcb_xinerama_get_state_cookie_t </td></tr>
<tr id="row_1540_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__get__state__reply__t.html" target="_self">xcb_xinerama_get_state_reply_t</a></td><td class="desc">Xcb_xinerama_get_state_reply_t </td></tr>
<tr id="row_1541_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__get__state__request__t.html" target="_self">xcb_xinerama_get_state_request_t</a></td><td class="desc">Xcb_xinerama_get_state_request_t </td></tr>
<tr id="row_1542_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__is__active__cookie__t.html" target="_self">xcb_xinerama_is_active_cookie_t</a></td><td class="desc">Xcb_xinerama_is_active_cookie_t </td></tr>
<tr id="row_1543_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__is__active__reply__t.html" target="_self">xcb_xinerama_is_active_reply_t</a></td><td class="desc">Xcb_xinerama_is_active_reply_t </td></tr>
<tr id="row_1544_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__is__active__request__t.html" target="_self">xcb_xinerama_is_active_request_t</a></td><td class="desc">Xcb_xinerama_is_active_request_t </td></tr>
<tr id="row_1545_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__query__screens__cookie__t.html" target="_self">xcb_xinerama_query_screens_cookie_t</a></td><td class="desc">Xcb_xinerama_query_screens_cookie_t </td></tr>
<tr id="row_1546_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__query__screens__reply__t.html" target="_self">xcb_xinerama_query_screens_reply_t</a></td><td class="desc">Xcb_xinerama_query_screens_reply_t </td></tr>
<tr id="row_1547_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__query__screens__request__t.html" target="_self">xcb_xinerama_query_screens_request_t</a></td><td class="desc">Xcb_xinerama_query_screens_request_t </td></tr>
<tr id="row_1548_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__query__version__cookie__t.html" target="_self">xcb_xinerama_query_version_cookie_t</a></td><td class="desc">Xcb_xinerama_query_version_cookie_t </td></tr>
<tr id="row_1549_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__query__version__reply__t.html" target="_self">xcb_xinerama_query_version_reply_t</a></td><td class="desc">Xcb_xinerama_query_version_reply_t </td></tr>
<tr id="row_1550_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__query__version__request__t.html" target="_self">xcb_xinerama_query_version_request_t</a></td><td class="desc">Xcb_xinerama_query_version_request_t </td></tr>
<tr id="row_1551_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__screen__info__iterator__t.html" target="_self">xcb_xinerama_screen_info_iterator_t</a></td><td class="desc">Xcb_xinerama_screen_info_iterator_t </td></tr>
<tr id="row_1552_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xinerama__screen__info__t.html" target="_self">xcb_xinerama_screen_info_t</a></td><td class="desc">Xcb_xinerama_screen_info_t </td></tr>
<tr id="row_1553_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__access__x__notify__event__t.html" target="_self">xcb_xkb_access_x_notify_event_t</a></td><td class="desc">Xcb_xkb_access_x_notify_event_t </td></tr>
<tr id="row_1554_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__action__iterator__t.html" target="_self">xcb_xkb_action_iterator_t</a></td><td class="desc">Xcb_xkb_action_iterator_t </td></tr>
<tr id="row_1555_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__action__message__event__t.html" target="_self">xcb_xkb_action_message_event_t</a></td><td class="desc">Xcb_xkb_action_message_event_t </td></tr>
<tr id="row_1556_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="unionxcb__xkb__action__t.html" target="_self">xcb_xkb_action_t</a></td><td class="desc">Xcb_xkb_action_t </td></tr>
<tr id="row_1557_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__behavior__iterator__t.html" target="_self">xcb_xkb_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_behavior_iterator_t </td></tr>
<tr id="row_1558_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="unionxcb__xkb__behavior__t.html" target="_self">xcb_xkb_behavior_t</a></td><td class="desc">Xcb_xkb_behavior_t </td></tr>
<tr id="row_1559_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__bell__class__spec__iterator__t.html" target="_self">xcb_xkb_bell_class_spec_iterator_t</a></td><td class="desc">Xcb_xkb_bell_class_spec_iterator_t </td></tr>
<tr id="row_1560_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__bell__notify__event__t.html" target="_self">xcb_xkb_bell_notify_event_t</a></td><td class="desc">Xcb_xkb_bell_notify_event_t </td></tr>
<tr id="row_1561_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__bell__request__t.html" target="_self">xcb_xkb_bell_request_t</a></td><td class="desc">Xcb_xkb_bell_request_t </td></tr>
<tr id="row_1562_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__common__behavior__iterator__t.html" target="_self">xcb_xkb_common_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_common_behavior_iterator_t </td></tr>
<tr id="row_1563_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__common__behavior__t.html" target="_self">xcb_xkb_common_behavior_t</a></td><td class="desc">Xcb_xkb_common_behavior_t </td></tr>
<tr id="row_1564_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__compat__map__notify__event__t.html" target="_self">xcb_xkb_compat_map_notify_event_t</a></td><td class="desc">Xcb_xkb_compat_map_notify_event_t </td></tr>
<tr id="row_1565_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__controls__notify__event__t.html" target="_self">xcb_xkb_controls_notify_event_t</a></td><td class="desc">Xcb_xkb_controls_notify_event_t </td></tr>
<tr id="row_1566_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__counted__string__16__iterator__t.html" target="_self">xcb_xkb_counted_string_16_iterator_t</a></td><td class="desc">Xcb_xkb_counted_string_16_iterator_t </td></tr>
<tr id="row_1567_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__counted__string__16__t.html" target="_self">xcb_xkb_counted_string_16_t</a></td><td class="desc">Xcb_xkb_counted_string_16_t </td></tr>
<tr id="row_1568_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__default__behavior__iterator__t.html" target="_self">xcb_xkb_default_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_default_behavior_iterator_t </td></tr>
<tr id="row_1569_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__default__behavior__t.html" target="_self">xcb_xkb_default_behavior_t</a></td><td class="desc">Xcb_xkb_default_behavior_t </td></tr>
<tr id="row_1570_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__device__led__info__iterator__t.html" target="_self">xcb_xkb_device_led_info_iterator_t</a></td><td class="desc">Xcb_xkb_device_led_info_iterator_t </td></tr>
<tr id="row_1571_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__device__led__info__t.html" target="_self">xcb_xkb_device_led_info_t</a></td><td class="desc">Xcb_xkb_device_led_info_t </td></tr>
<tr id="row_1572_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__device__spec__iterator__t.html" target="_self">xcb_xkb_device_spec_iterator_t</a></td><td class="desc">Xcb_xkb_device_spec_iterator_t </td></tr>
<tr id="row_1573_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__extension__device__notify__event__t.html" target="_self">xcb_xkb_extension_device_notify_event_t</a></td><td class="desc">Xcb_xkb_extension_device_notify_event_t </td></tr>
<tr id="row_1574_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__compat__map__cookie__t.html" target="_self">xcb_xkb_get_compat_map_cookie_t</a></td><td class="desc">Xcb_xkb_get_compat_map_cookie_t </td></tr>
<tr id="row_1575_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__compat__map__reply__t.html" target="_self">xcb_xkb_get_compat_map_reply_t</a></td><td class="desc">Xcb_xkb_get_compat_map_reply_t </td></tr>
<tr id="row_1576_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__compat__map__request__t.html" target="_self">xcb_xkb_get_compat_map_request_t</a></td><td class="desc">Xcb_xkb_get_compat_map_request_t </td></tr>
<tr id="row_1577_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__controls__cookie__t.html" target="_self">xcb_xkb_get_controls_cookie_t</a></td><td class="desc">Xcb_xkb_get_controls_cookie_t </td></tr>
<tr id="row_1578_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__controls__reply__t.html" target="_self">xcb_xkb_get_controls_reply_t</a></td><td class="desc">Xcb_xkb_get_controls_reply_t </td></tr>
<tr id="row_1579_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__controls__request__t.html" target="_self">xcb_xkb_get_controls_request_t</a></td><td class="desc">Xcb_xkb_get_controls_request_t </td></tr>
<tr id="row_1580_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__device__info__cookie__t.html" target="_self">xcb_xkb_get_device_info_cookie_t</a></td><td class="desc">Xcb_xkb_get_device_info_cookie_t </td></tr>
<tr id="row_1581_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__device__info__reply__t.html" target="_self">xcb_xkb_get_device_info_reply_t</a></td><td class="desc">Xcb_xkb_get_device_info_reply_t </td></tr>
<tr id="row_1582_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__device__info__request__t.html" target="_self">xcb_xkb_get_device_info_request_t</a></td><td class="desc">Xcb_xkb_get_device_info_request_t </td></tr>
<tr id="row_1583_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__indicator__map__cookie__t.html" target="_self">xcb_xkb_get_indicator_map_cookie_t</a></td><td class="desc">Xcb_xkb_get_indicator_map_cookie_t </td></tr>
<tr id="row_1584_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__indicator__map__reply__t.html" target="_self">xcb_xkb_get_indicator_map_reply_t</a></td><td class="desc">Xcb_xkb_get_indicator_map_reply_t </td></tr>
<tr id="row_1585_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__indicator__map__request__t.html" target="_self">xcb_xkb_get_indicator_map_request_t</a></td><td class="desc">Xcb_xkb_get_indicator_map_request_t </td></tr>
<tr id="row_1586_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__indicator__state__cookie__t.html" target="_self">xcb_xkb_get_indicator_state_cookie_t</a></td><td class="desc">Xcb_xkb_get_indicator_state_cookie_t </td></tr>
<tr id="row_1587_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__indicator__state__reply__t.html" target="_self">xcb_xkb_get_indicator_state_reply_t</a></td><td class="desc">Xcb_xkb_get_indicator_state_reply_t </td></tr>
<tr id="row_1588_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__indicator__state__request__t.html" target="_self">xcb_xkb_get_indicator_state_request_t</a></td><td class="desc">Xcb_xkb_get_indicator_state_request_t </td></tr>
<tr id="row_1589_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__cookie__t.html" target="_self">xcb_xkb_get_kbd_by_name_cookie_t</a></td><td class="desc">Xcb_xkb_get_kbd_by_name_cookie_t </td></tr>
<tr id="row_1590_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__replies__key__names__value__list__t.html" target="_self">xcb_xkb_get_kbd_by_name_replies_key_names_value_list_t</a></td><td class="desc">Xcb_xkb_get_kbd_by_name_replies_key_names_value_list_t </td></tr>
<tr id="row_1591_"><td class="entry"><img id="arr_1591_" src="ftv2pnode.png" alt="o" width="16" height="22" onclick="toggleFolder('1591_')"/><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__replies__t.html" target="_self">xcb_xkb_get_kbd_by_name_replies_t</a></td><td class="desc">Xcb_xkb_get_kbd_by_name_replies_t </td></tr>
<tr id="row_1591_0_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__replies__t_1_1__compat__map.html" target="_self">_compat_map</a></td><td class="desc"></td></tr>
<tr id="row_1591_1_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__replies__t_1_1__geometry.html" target="_self">_geometry</a></td><td class="desc"></td></tr>
<tr id="row_1591_2_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__replies__t_1_1__indicator__maps.html" target="_self">_indicator_maps</a></td><td class="desc"></td></tr>
<tr id="row_1591_3_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__replies__t_1_1__key__names.html" target="_self">_key_names</a></td><td class="desc"></td></tr>
<tr id="row_1591_4_" class="even" style="display:none;"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__replies__t_1_1__types.html" target="_self">_types</a></td><td class="desc"></td></tr>
<tr id="row_1592_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__replies__types__map__t.html" target="_self">xcb_xkb_get_kbd_by_name_replies_types_map_t</a></td><td class="desc">Xcb_xkb_get_kbd_by_name_replies_types_map_t </td></tr>
<tr id="row_1593_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__reply__t.html" target="_self">xcb_xkb_get_kbd_by_name_reply_t</a></td><td class="desc">Xcb_xkb_get_kbd_by_name_reply_t </td></tr>
<tr id="row_1594_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__kbd__by__name__request__t.html" target="_self">xcb_xkb_get_kbd_by_name_request_t</a></td><td class="desc">Xcb_xkb_get_kbd_by_name_request_t </td></tr>
<tr id="row_1595_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__map__cookie__t.html" target="_self">xcb_xkb_get_map_cookie_t</a></td><td class="desc">Xcb_xkb_get_map_cookie_t </td></tr>
<tr id="row_1596_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__map__map__t.html" target="_self">xcb_xkb_get_map_map_t</a></td><td class="desc">Xcb_xkb_get_map_map_t </td></tr>
<tr id="row_1597_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__map__reply__t.html" target="_self">xcb_xkb_get_map_reply_t</a></td><td class="desc">Xcb_xkb_get_map_reply_t </td></tr>
<tr id="row_1598_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__map__request__t.html" target="_self">xcb_xkb_get_map_request_t</a></td><td class="desc">Xcb_xkb_get_map_request_t </td></tr>
<tr id="row_1599_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__named__indicator__cookie__t.html" target="_self">xcb_xkb_get_named_indicator_cookie_t</a></td><td class="desc">Xcb_xkb_get_named_indicator_cookie_t </td></tr>
<tr id="row_1600_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__named__indicator__reply__t.html" target="_self">xcb_xkb_get_named_indicator_reply_t</a></td><td class="desc">Xcb_xkb_get_named_indicator_reply_t </td></tr>
<tr id="row_1601_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__named__indicator__request__t.html" target="_self">xcb_xkb_get_named_indicator_request_t</a></td><td class="desc">Xcb_xkb_get_named_indicator_request_t </td></tr>
<tr id="row_1602_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__names__cookie__t.html" target="_self">xcb_xkb_get_names_cookie_t</a></td><td class="desc">Xcb_xkb_get_names_cookie_t </td></tr>
<tr id="row_1603_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__names__reply__t.html" target="_self">xcb_xkb_get_names_reply_t</a></td><td class="desc">Xcb_xkb_get_names_reply_t </td></tr>
<tr id="row_1604_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__names__request__t.html" target="_self">xcb_xkb_get_names_request_t</a></td><td class="desc">Xcb_xkb_get_names_request_t </td></tr>
<tr id="row_1605_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__names__value__list__t.html" target="_self">xcb_xkb_get_names_value_list_t</a></td><td class="desc">Xcb_xkb_get_names_value_list_t </td></tr>
<tr id="row_1606_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__state__cookie__t.html" target="_self">xcb_xkb_get_state_cookie_t</a></td><td class="desc">Xcb_xkb_get_state_cookie_t </td></tr>
<tr id="row_1607_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__state__reply__t.html" target="_self">xcb_xkb_get_state_reply_t</a></td><td class="desc">Xcb_xkb_get_state_reply_t </td></tr>
<tr id="row_1608_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__get__state__request__t.html" target="_self">xcb_xkb_get_state_request_t</a></td><td class="desc">Xcb_xkb_get_state_request_t </td></tr>
<tr id="row_1609_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__id__spec__iterator__t.html" target="_self">xcb_xkb_id_spec_iterator_t</a></td><td class="desc">Xcb_xkb_id_spec_iterator_t </td></tr>
<tr id="row_1610_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__indicator__map__iterator__t.html" target="_self">xcb_xkb_indicator_map_iterator_t</a></td><td class="desc">Xcb_xkb_indicator_map_iterator_t </td></tr>
<tr id="row_1611_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__indicator__map__notify__event__t.html" target="_self">xcb_xkb_indicator_map_notify_event_t</a></td><td class="desc">Xcb_xkb_indicator_map_notify_event_t </td></tr>
<tr id="row_1612_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__indicator__map__t.html" target="_self">xcb_xkb_indicator_map_t</a></td><td class="desc">Xcb_xkb_indicator_map_t </td></tr>
<tr id="row_1613_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__indicator__state__notify__event__t.html" target="_self">xcb_xkb_indicator_state_notify_event_t</a></td><td class="desc">Xcb_xkb_indicator_state_notify_event_t </td></tr>
<tr id="row_1614_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__alias__iterator__t.html" target="_self">xcb_xkb_key_alias_iterator_t</a></td><td class="desc">Xcb_xkb_key_alias_iterator_t </td></tr>
<tr id="row_1615_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__alias__t.html" target="_self">xcb_xkb_key_alias_t</a></td><td class="desc">Xcb_xkb_key_alias_t </td></tr>
<tr id="row_1616_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__iterator__t.html" target="_self">xcb_xkb_key_iterator_t</a></td><td class="desc">Xcb_xkb_key_iterator_t </td></tr>
<tr id="row_1617_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__mod__map__iterator__t.html" target="_self">xcb_xkb_key_mod_map_iterator_t</a></td><td class="desc">Xcb_xkb_key_mod_map_iterator_t </td></tr>
<tr id="row_1618_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__mod__map__t.html" target="_self">xcb_xkb_key_mod_map_t</a></td><td class="desc">Xcb_xkb_key_mod_map_t </td></tr>
<tr id="row_1619_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__name__iterator__t.html" target="_self">xcb_xkb_key_name_iterator_t</a></td><td class="desc">Xcb_xkb_key_name_iterator_t </td></tr>
<tr id="row_1620_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__name__t.html" target="_self">xcb_xkb_key_name_t</a></td><td class="desc">Xcb_xkb_key_name_t </td></tr>
<tr id="row_1621_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__sym__map__iterator__t.html" target="_self">xcb_xkb_key_sym_map_iterator_t</a></td><td class="desc">Xcb_xkb_key_sym_map_iterator_t </td></tr>
<tr id="row_1622_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__sym__map__t.html" target="_self">xcb_xkb_key_sym_map_t</a></td><td class="desc">Xcb_xkb_key_sym_map_t </td></tr>
<tr id="row_1623_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__t.html" target="_self">xcb_xkb_key_t</a></td><td class="desc">Xcb_xkb_key_t </td></tr>
<tr id="row_1624_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__type__iterator__t.html" target="_self">xcb_xkb_key_type_iterator_t</a></td><td class="desc">Xcb_xkb_key_type_iterator_t </td></tr>
<tr id="row_1625_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__type__t.html" target="_self">xcb_xkb_key_type_t</a></td><td class="desc">Xcb_xkb_key_type_t </td></tr>
<tr id="row_1626_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__v__mod__map__iterator__t.html" target="_self">xcb_xkb_key_v_mod_map_iterator_t</a></td><td class="desc">Xcb_xkb_key_v_mod_map_iterator_t </td></tr>
<tr id="row_1627_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__key__v__mod__map__t.html" target="_self">xcb_xkb_key_v_mod_map_t</a></td><td class="desc">Xcb_xkb_key_v_mod_map_t </td></tr>
<tr id="row_1628_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__keyboard__error__t.html" target="_self">xcb_xkb_keyboard_error_t</a></td><td class="desc">Xcb_xkb_keyboard_error_t </td></tr>
<tr id="row_1629_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__kt__map__entry__iterator__t.html" target="_self">xcb_xkb_kt_map_entry_iterator_t</a></td><td class="desc">Xcb_xkb_kt_map_entry_iterator_t </td></tr>
<tr id="row_1630_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__kt__map__entry__t.html" target="_self">xcb_xkb_kt_map_entry_t</a></td><td class="desc">Xcb_xkb_kt_map_entry_t </td></tr>
<tr id="row_1631_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__kt__set__map__entry__iterator__t.html" target="_self">xcb_xkb_kt_set_map_entry_iterator_t</a></td><td class="desc">Xcb_xkb_kt_set_map_entry_iterator_t </td></tr>
<tr id="row_1632_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__kt__set__map__entry__t.html" target="_self">xcb_xkb_kt_set_map_entry_t</a></td><td class="desc">Xcb_xkb_kt_set_map_entry_t </td></tr>
<tr id="row_1633_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__latch__lock__state__request__t.html" target="_self">xcb_xkb_latch_lock_state_request_t</a></td><td class="desc">Xcb_xkb_latch_lock_state_request_t </td></tr>
<tr id="row_1634_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__led__class__spec__iterator__t.html" target="_self">xcb_xkb_led_class_spec_iterator_t</a></td><td class="desc">Xcb_xkb_led_class_spec_iterator_t </td></tr>
<tr id="row_1635_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__list__components__cookie__t.html" target="_self">xcb_xkb_list_components_cookie_t</a></td><td class="desc">Xcb_xkb_list_components_cookie_t </td></tr>
<tr id="row_1636_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__list__components__reply__t.html" target="_self">xcb_xkb_list_components_reply_t</a></td><td class="desc">Xcb_xkb_list_components_reply_t </td></tr>
<tr id="row_1637_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__list__components__request__t.html" target="_self">xcb_xkb_list_components_request_t</a></td><td class="desc">Xcb_xkb_list_components_request_t </td></tr>
<tr id="row_1638_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__listing__iterator__t.html" target="_self">xcb_xkb_listing_iterator_t</a></td><td class="desc">Xcb_xkb_listing_iterator_t </td></tr>
<tr id="row_1639_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__listing__t.html" target="_self">xcb_xkb_listing_t</a></td><td class="desc">Xcb_xkb_listing_t </td></tr>
<tr id="row_1640_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__lock__behavior__iterator__t.html" target="_self">xcb_xkb_lock_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_lock_behavior_iterator_t </td></tr>
<tr id="row_1641_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__lock__behavior__t.html" target="_self">xcb_xkb_lock_behavior_t</a></td><td class="desc">Xcb_xkb_lock_behavior_t </td></tr>
<tr id="row_1642_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__map__notify__event__t.html" target="_self">xcb_xkb_map_notify_event_t</a></td><td class="desc">Xcb_xkb_map_notify_event_t </td></tr>
<tr id="row_1643_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__mod__def__iterator__t.html" target="_self">xcb_xkb_mod_def_iterator_t</a></td><td class="desc">Xcb_xkb_mod_def_iterator_t </td></tr>
<tr id="row_1644_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__mod__def__t.html" target="_self">xcb_xkb_mod_def_t</a></td><td class="desc">Xcb_xkb_mod_def_t </td></tr>
<tr id="row_1645_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__names__notify__event__t.html" target="_self">xcb_xkb_names_notify_event_t</a></td><td class="desc">Xcb_xkb_names_notify_event_t </td></tr>
<tr id="row_1646_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__new__keyboard__notify__event__t.html" target="_self">xcb_xkb_new_keyboard_notify_event_t</a></td><td class="desc">Xcb_xkb_new_keyboard_notify_event_t </td></tr>
<tr id="row_1647_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__outline__iterator__t.html" target="_self">xcb_xkb_outline_iterator_t</a></td><td class="desc">Xcb_xkb_outline_iterator_t </td></tr>
<tr id="row_1648_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__outline__t.html" target="_self">xcb_xkb_outline_t</a></td><td class="desc">Xcb_xkb_outline_t </td></tr>
<tr id="row_1649_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__overlay__behavior__iterator__t.html" target="_self">xcb_xkb_overlay_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_overlay_behavior_iterator_t </td></tr>
<tr id="row_1650_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__overlay__behavior__t.html" target="_self">xcb_xkb_overlay_behavior_t</a></td><td class="desc">Xcb_xkb_overlay_behavior_t </td></tr>
<tr id="row_1651_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__overlay__iterator__t.html" target="_self">xcb_xkb_overlay_iterator_t</a></td><td class="desc">Xcb_xkb_overlay_iterator_t </td></tr>
<tr id="row_1652_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__overlay__key__iterator__t.html" target="_self">xcb_xkb_overlay_key_iterator_t</a></td><td class="desc">Xcb_xkb_overlay_key_iterator_t </td></tr>
<tr id="row_1653_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__overlay__key__t.html" target="_self">xcb_xkb_overlay_key_t</a></td><td class="desc">Xcb_xkb_overlay_key_t </td></tr>
<tr id="row_1654_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__overlay__row__iterator__t.html" target="_self">xcb_xkb_overlay_row_iterator_t</a></td><td class="desc">Xcb_xkb_overlay_row_iterator_t </td></tr>
<tr id="row_1655_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__overlay__row__t.html" target="_self">xcb_xkb_overlay_row_t</a></td><td class="desc">Xcb_xkb_overlay_row_t </td></tr>
<tr id="row_1656_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__overlay__t.html" target="_self">xcb_xkb_overlay_t</a></td><td class="desc">Xcb_xkb_overlay_t </td></tr>
<tr id="row_1657_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__per__client__flags__cookie__t.html" target="_self">xcb_xkb_per_client_flags_cookie_t</a></td><td class="desc">Xcb_xkb_per_client_flags_cookie_t </td></tr>
<tr id="row_1658_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__per__client__flags__reply__t.html" target="_self">xcb_xkb_per_client_flags_reply_t</a></td><td class="desc">Xcb_xkb_per_client_flags_reply_t </td></tr>
<tr id="row_1659_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__per__client__flags__request__t.html" target="_self">xcb_xkb_per_client_flags_request_t</a></td><td class="desc">Xcb_xkb_per_client_flags_request_t </td></tr>
<tr id="row_1660_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__permament__lock__behavior__iterator__t.html" target="_self">xcb_xkb_permament_lock_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_permament_lock_behavior_iterator_t </td></tr>
<tr id="row_1661_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__permament__lock__behavior__t.html" target="_self">xcb_xkb_permament_lock_behavior_t</a></td><td class="desc">Xcb_xkb_permament_lock_behavior_t </td></tr>
<tr id="row_1662_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__permament__overlay__behavior__iterator__t.html" target="_self">xcb_xkb_permament_overlay_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_permament_overlay_behavior_iterator_t </td></tr>
<tr id="row_1663_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__permament__overlay__behavior__t.html" target="_self">xcb_xkb_permament_overlay_behavior_t</a></td><td class="desc">Xcb_xkb_permament_overlay_behavior_t </td></tr>
<tr id="row_1664_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__permament__radio__group__behavior__iterator__t.html" target="_self">xcb_xkb_permament_radio_group_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_permament_radio_group_behavior_iterator_t </td></tr>
<tr id="row_1665_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__permament__radio__group__behavior__t.html" target="_self">xcb_xkb_permament_radio_group_behavior_t</a></td><td class="desc">Xcb_xkb_permament_radio_group_behavior_t </td></tr>
<tr id="row_1666_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__radio__group__behavior__iterator__t.html" target="_self">xcb_xkb_radio_group_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_radio_group_behavior_iterator_t </td></tr>
<tr id="row_1667_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__radio__group__behavior__t.html" target="_self">xcb_xkb_radio_group_behavior_t</a></td><td class="desc">Xcb_xkb_radio_group_behavior_t </td></tr>
<tr id="row_1668_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__row__iterator__t.html" target="_self">xcb_xkb_row_iterator_t</a></td><td class="desc">Xcb_xkb_row_iterator_t </td></tr>
<tr id="row_1669_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__row__t.html" target="_self">xcb_xkb_row_t</a></td><td class="desc">Xcb_xkb_row_t </td></tr>
<tr id="row_1670_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__action__message__iterator__t.html" target="_self">xcb_xkb_sa_action_message_iterator_t</a></td><td class="desc">Xcb_xkb_sa_action_message_iterator_t </td></tr>
<tr id="row_1671_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__action__message__t.html" target="_self">xcb_xkb_sa_action_message_t</a></td><td class="desc">Xcb_xkb_sa_action_message_t </td></tr>
<tr id="row_1672_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__device__btn__iterator__t.html" target="_self">xcb_xkb_sa_device_btn_iterator_t</a></td><td class="desc">Xcb_xkb_sa_device_btn_iterator_t </td></tr>
<tr id="row_1673_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__device__btn__t.html" target="_self">xcb_xkb_sa_device_btn_t</a></td><td class="desc">Xcb_xkb_sa_device_btn_t </td></tr>
<tr id="row_1674_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__device__valuator__iterator__t.html" target="_self">xcb_xkb_sa_device_valuator_iterator_t</a></td><td class="desc">Xcb_xkb_sa_device_valuator_iterator_t </td></tr>
<tr id="row_1675_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__device__valuator__t.html" target="_self">xcb_xkb_sa_device_valuator_t</a></td><td class="desc">Xcb_xkb_sa_device_valuator_t </td></tr>
<tr id="row_1676_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__iso__lock__iterator__t.html" target="_self">xcb_xkb_sa_iso_lock_iterator_t</a></td><td class="desc">Xcb_xkb_sa_iso_lock_iterator_t </td></tr>
<tr id="row_1677_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__iso__lock__t.html" target="_self">xcb_xkb_sa_iso_lock_t</a></td><td class="desc">Xcb_xkb_sa_iso_lock_t </td></tr>
<tr id="row_1678_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__latch__group__iterator__t.html" target="_self">xcb_xkb_sa_latch_group_iterator_t</a></td><td class="desc">Xcb_xkb_sa_latch_group_iterator_t </td></tr>
<tr id="row_1679_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__latch__group__t.html" target="_self">xcb_xkb_sa_latch_group_t</a></td><td class="desc">Xcb_xkb_sa_latch_group_t </td></tr>
<tr id="row_1680_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__latch__mods__iterator__t.html" target="_self">xcb_xkb_sa_latch_mods_iterator_t</a></td><td class="desc">Xcb_xkb_sa_latch_mods_iterator_t </td></tr>
<tr id="row_1681_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__latch__mods__t.html" target="_self">xcb_xkb_sa_latch_mods_t</a></td><td class="desc">Xcb_xkb_sa_latch_mods_t </td></tr>
<tr id="row_1682_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__controls__iterator__t.html" target="_self">xcb_xkb_sa_lock_controls_iterator_t</a></td><td class="desc">Xcb_xkb_sa_lock_controls_iterator_t </td></tr>
<tr id="row_1683_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__controls__t.html" target="_self">xcb_xkb_sa_lock_controls_t</a></td><td class="desc">Xcb_xkb_sa_lock_controls_t </td></tr>
<tr id="row_1684_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__device__btn__iterator__t.html" target="_self">xcb_xkb_sa_lock_device_btn_iterator_t</a></td><td class="desc">Xcb_xkb_sa_lock_device_btn_iterator_t </td></tr>
<tr id="row_1685_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__device__btn__t.html" target="_self">xcb_xkb_sa_lock_device_btn_t</a></td><td class="desc">Xcb_xkb_sa_lock_device_btn_t </td></tr>
<tr id="row_1686_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__group__iterator__t.html" target="_self">xcb_xkb_sa_lock_group_iterator_t</a></td><td class="desc">Xcb_xkb_sa_lock_group_iterator_t </td></tr>
<tr id="row_1687_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__group__t.html" target="_self">xcb_xkb_sa_lock_group_t</a></td><td class="desc">Xcb_xkb_sa_lock_group_t </td></tr>
<tr id="row_1688_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__mods__iterator__t.html" target="_self">xcb_xkb_sa_lock_mods_iterator_t</a></td><td class="desc">Xcb_xkb_sa_lock_mods_iterator_t </td></tr>
<tr id="row_1689_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__mods__t.html" target="_self">xcb_xkb_sa_lock_mods_t</a></td><td class="desc">Xcb_xkb_sa_lock_mods_t </td></tr>
<tr id="row_1690_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__ptr__btn__iterator__t.html" target="_self">xcb_xkb_sa_lock_ptr_btn_iterator_t</a></td><td class="desc">Xcb_xkb_sa_lock_ptr_btn_iterator_t </td></tr>
<tr id="row_1691_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__lock__ptr__btn__t.html" target="_self">xcb_xkb_sa_lock_ptr_btn_t</a></td><td class="desc">Xcb_xkb_sa_lock_ptr_btn_t </td></tr>
<tr id="row_1692_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__move__ptr__iterator__t.html" target="_self">xcb_xkb_sa_move_ptr_iterator_t</a></td><td class="desc">Xcb_xkb_sa_move_ptr_iterator_t </td></tr>
<tr id="row_1693_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__move__ptr__t.html" target="_self">xcb_xkb_sa_move_ptr_t</a></td><td class="desc">Xcb_xkb_sa_move_ptr_t </td></tr>
<tr id="row_1694_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__no__action__iterator__t.html" target="_self">xcb_xkb_sa_no_action_iterator_t</a></td><td class="desc">Xcb_xkb_sa_no_action_iterator_t </td></tr>
<tr id="row_1695_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__no__action__t.html" target="_self">xcb_xkb_sa_no_action_t</a></td><td class="desc">Xcb_xkb_sa_no_action_t </td></tr>
<tr id="row_1696_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__ptr__btn__iterator__t.html" target="_self">xcb_xkb_sa_ptr_btn_iterator_t</a></td><td class="desc">Xcb_xkb_sa_ptr_btn_iterator_t </td></tr>
<tr id="row_1697_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__ptr__btn__t.html" target="_self">xcb_xkb_sa_ptr_btn_t</a></td><td class="desc">Xcb_xkb_sa_ptr_btn_t </td></tr>
<tr id="row_1698_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__redirect__key__iterator__t.html" target="_self">xcb_xkb_sa_redirect_key_iterator_t</a></td><td class="desc">Xcb_xkb_sa_redirect_key_iterator_t </td></tr>
<tr id="row_1699_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__redirect__key__t.html" target="_self">xcb_xkb_sa_redirect_key_t</a></td><td class="desc">Xcb_xkb_sa_redirect_key_t </td></tr>
<tr id="row_1700_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__set__controls__iterator__t.html" target="_self">xcb_xkb_sa_set_controls_iterator_t</a></td><td class="desc">Xcb_xkb_sa_set_controls_iterator_t </td></tr>
<tr id="row_1701_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__set__controls__t.html" target="_self">xcb_xkb_sa_set_controls_t</a></td><td class="desc">Xcb_xkb_sa_set_controls_t </td></tr>
<tr id="row_1702_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__set__group__iterator__t.html" target="_self">xcb_xkb_sa_set_group_iterator_t</a></td><td class="desc">Xcb_xkb_sa_set_group_iterator_t </td></tr>
<tr id="row_1703_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__set__group__t.html" target="_self">xcb_xkb_sa_set_group_t</a></td><td class="desc">Xcb_xkb_sa_set_group_t </td></tr>
<tr id="row_1704_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__set__mods__iterator__t.html" target="_self">xcb_xkb_sa_set_mods_iterator_t</a></td><td class="desc">Xcb_xkb_sa_set_mods_iterator_t </td></tr>
<tr id="row_1705_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__set__mods__t.html" target="_self">xcb_xkb_sa_set_mods_t</a></td><td class="desc">Xcb_xkb_sa_set_mods_t </td></tr>
<tr id="row_1706_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__set__ptr__dflt__iterator__t.html" target="_self">xcb_xkb_sa_set_ptr_dflt_iterator_t</a></td><td class="desc">Xcb_xkb_sa_set_ptr_dflt_iterator_t </td></tr>
<tr id="row_1707_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__set__ptr__dflt__t.html" target="_self">xcb_xkb_sa_set_ptr_dflt_t</a></td><td class="desc">Xcb_xkb_sa_set_ptr_dflt_t </td></tr>
<tr id="row_1708_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__switch__screen__iterator__t.html" target="_self">xcb_xkb_sa_switch_screen_iterator_t</a></td><td class="desc">Xcb_xkb_sa_switch_screen_iterator_t </td></tr>
<tr id="row_1709_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__switch__screen__t.html" target="_self">xcb_xkb_sa_switch_screen_t</a></td><td class="desc">Xcb_xkb_sa_switch_screen_t </td></tr>
<tr id="row_1710_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__terminate__iterator__t.html" target="_self">xcb_xkb_sa_terminate_iterator_t</a></td><td class="desc">Xcb_xkb_sa_terminate_iterator_t </td></tr>
<tr id="row_1711_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sa__terminate__t.html" target="_self">xcb_xkb_sa_terminate_t</a></td><td class="desc">Xcb_xkb_sa_terminate_t </td></tr>
<tr id="row_1712_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__select__events__details__t.html" target="_self">xcb_xkb_select_events_details_t</a></td><td class="desc">Xcb_xkb_select_events_details_t </td></tr>
<tr id="row_1713_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__select__events__request__t.html" target="_self">xcb_xkb_select_events_request_t</a></td><td class="desc">Xcb_xkb_select_events_request_t </td></tr>
<tr id="row_1714_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__behavior__iterator__t.html" target="_self">xcb_xkb_set_behavior_iterator_t</a></td><td class="desc">Xcb_xkb_set_behavior_iterator_t </td></tr>
<tr id="row_1715_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__behavior__t.html" target="_self">xcb_xkb_set_behavior_t</a></td><td class="desc">Xcb_xkb_set_behavior_t </td></tr>
<tr id="row_1716_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__compat__map__request__t.html" target="_self">xcb_xkb_set_compat_map_request_t</a></td><td class="desc">Xcb_xkb_set_compat_map_request_t </td></tr>
<tr id="row_1717_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__controls__request__t.html" target="_self">xcb_xkb_set_controls_request_t</a></td><td class="desc">Xcb_xkb_set_controls_request_t </td></tr>
<tr id="row_1718_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__debugging__flags__cookie__t.html" target="_self">xcb_xkb_set_debugging_flags_cookie_t</a></td><td class="desc">Xcb_xkb_set_debugging_flags_cookie_t </td></tr>
<tr id="row_1719_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__debugging__flags__reply__t.html" target="_self">xcb_xkb_set_debugging_flags_reply_t</a></td><td class="desc">Xcb_xkb_set_debugging_flags_reply_t </td></tr>
<tr id="row_1720_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__debugging__flags__request__t.html" target="_self">xcb_xkb_set_debugging_flags_request_t</a></td><td class="desc">Xcb_xkb_set_debugging_flags_request_t </td></tr>
<tr id="row_1721_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__device__info__request__t.html" target="_self">xcb_xkb_set_device_info_request_t</a></td><td class="desc">Xcb_xkb_set_device_info_request_t </td></tr>
<tr id="row_1722_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__explicit__iterator__t.html" target="_self">xcb_xkb_set_explicit_iterator_t</a></td><td class="desc">Xcb_xkb_set_explicit_iterator_t </td></tr>
<tr id="row_1723_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__explicit__t.html" target="_self">xcb_xkb_set_explicit_t</a></td><td class="desc">Xcb_xkb_set_explicit_t </td></tr>
<tr id="row_1724_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__indicator__map__request__t.html" target="_self">xcb_xkb_set_indicator_map_request_t</a></td><td class="desc">Xcb_xkb_set_indicator_map_request_t </td></tr>
<tr id="row_1725_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__key__type__iterator__t.html" target="_self">xcb_xkb_set_key_type_iterator_t</a></td><td class="desc">Xcb_xkb_set_key_type_iterator_t </td></tr>
<tr id="row_1726_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__key__type__t.html" target="_self">xcb_xkb_set_key_type_t</a></td><td class="desc">Xcb_xkb_set_key_type_t </td></tr>
<tr id="row_1727_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__map__request__t.html" target="_self">xcb_xkb_set_map_request_t</a></td><td class="desc">Xcb_xkb_set_map_request_t </td></tr>
<tr id="row_1728_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__map__values__t.html" target="_self">xcb_xkb_set_map_values_t</a></td><td class="desc">Xcb_xkb_set_map_values_t </td></tr>
<tr id="row_1729_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__named__indicator__request__t.html" target="_self">xcb_xkb_set_named_indicator_request_t</a></td><td class="desc">Xcb_xkb_set_named_indicator_request_t </td></tr>
<tr id="row_1730_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__names__request__t.html" target="_self">xcb_xkb_set_names_request_t</a></td><td class="desc">Xcb_xkb_set_names_request_t </td></tr>
<tr id="row_1731_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__set__names__values__t.html" target="_self">xcb_xkb_set_names_values_t</a></td><td class="desc">Xcb_xkb_set_names_values_t </td></tr>
<tr id="row_1732_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__shape__iterator__t.html" target="_self">xcb_xkb_shape_iterator_t</a></td><td class="desc">Xcb_xkb_shape_iterator_t </td></tr>
<tr id="row_1733_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__shape__t.html" target="_self">xcb_xkb_shape_t</a></td><td class="desc">Xcb_xkb_shape_t </td></tr>
<tr id="row_1734_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__si__action__iterator__t.html" target="_self">xcb_xkb_si_action_iterator_t</a></td><td class="desc">Xcb_xkb_si_action_iterator_t </td></tr>
<tr id="row_1735_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__si__action__t.html" target="_self">xcb_xkb_si_action_t</a></td><td class="desc">Xcb_xkb_si_action_t </td></tr>
<tr id="row_1736_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__state__notify__event__t.html" target="_self">xcb_xkb_state_notify_event_t</a></td><td class="desc">Xcb_xkb_state_notify_event_t </td></tr>
<tr id="row_1737_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__string8__iterator__t.html" target="_self">xcb_xkb_string8_iterator_t</a></td><td class="desc">Xcb_xkb_string8_iterator_t </td></tr>
<tr id="row_1738_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sym__interpret__iterator__t.html" target="_self">xcb_xkb_sym_interpret_iterator_t</a></td><td class="desc">Xcb_xkb_sym_interpret_iterator_t </td></tr>
<tr id="row_1739_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__sym__interpret__t.html" target="_self">xcb_xkb_sym_interpret_t</a></td><td class="desc">Xcb_xkb_sym_interpret_t </td></tr>
<tr id="row_1740_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__use__extension__cookie__t.html" target="_self">xcb_xkb_use_extension_cookie_t</a></td><td class="desc">Xcb_xkb_use_extension_cookie_t </td></tr>
<tr id="row_1741_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__use__extension__reply__t.html" target="_self">xcb_xkb_use_extension_reply_t</a></td><td class="desc">Xcb_xkb_use_extension_reply_t </td></tr>
<tr id="row_1742_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xkb__use__extension__request__t.html" target="_self">xcb_xkb_use_extension_request_t</a></td><td class="desc">Xcb_xkb_use_extension_request_t </td></tr>
<tr id="row_1743_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__adaptor__info__iterator__t.html" target="_self">xcb_xv_adaptor_info_iterator_t</a></td><td class="desc">Xcb_xv_adaptor_info_iterator_t </td></tr>
<tr id="row_1744_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__adaptor__info__t.html" target="_self">xcb_xv_adaptor_info_t</a></td><td class="desc">Xcb_xv_adaptor_info_t </td></tr>
<tr id="row_1745_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__attribute__info__iterator__t.html" target="_self">xcb_xv_attribute_info_iterator_t</a></td><td class="desc">Xcb_xv_attribute_info_iterator_t </td></tr>
<tr id="row_1746_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__attribute__info__t.html" target="_self">xcb_xv_attribute_info_t</a></td><td class="desc">Xcb_xv_attribute_info_t </td></tr>
<tr id="row_1747_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__bad__control__error__t.html" target="_self">xcb_xv_bad_control_error_t</a></td><td class="desc">Xcb_xv_bad_control_error_t </td></tr>
<tr id="row_1748_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__bad__encoding__error__t.html" target="_self">xcb_xv_bad_encoding_error_t</a></td><td class="desc">Xcb_xv_bad_encoding_error_t </td></tr>
<tr id="row_1749_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__bad__port__error__t.html" target="_self">xcb_xv_bad_port_error_t</a></td><td class="desc">Xcb_xv_bad_port_error_t </td></tr>
<tr id="row_1750_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__encoding__info__iterator__t.html" target="_self">xcb_xv_encoding_info_iterator_t</a></td><td class="desc">Xcb_xv_encoding_info_iterator_t </td></tr>
<tr id="row_1751_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__encoding__info__t.html" target="_self">xcb_xv_encoding_info_t</a></td><td class="desc">Xcb_xv_encoding_info_t </td></tr>
<tr id="row_1752_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__encoding__iterator__t.html" target="_self">xcb_xv_encoding_iterator_t</a></td><td class="desc">Xcb_xv_encoding_iterator_t </td></tr>
<tr id="row_1753_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__format__iterator__t.html" target="_self">xcb_xv_format_iterator_t</a></td><td class="desc">Xcb_xv_format_iterator_t </td></tr>
<tr id="row_1754_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__format__t.html" target="_self">xcb_xv_format_t</a></td><td class="desc">Xcb_xv_format_t </td></tr>
<tr id="row_1755_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__get__port__attribute__cookie__t.html" target="_self">xcb_xv_get_port_attribute_cookie_t</a></td><td class="desc">Xcb_xv_get_port_attribute_cookie_t </td></tr>
<tr id="row_1756_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__get__port__attribute__reply__t.html" target="_self">xcb_xv_get_port_attribute_reply_t</a></td><td class="desc">Xcb_xv_get_port_attribute_reply_t </td></tr>
<tr id="row_1757_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__get__port__attribute__request__t.html" target="_self">xcb_xv_get_port_attribute_request_t</a></td><td class="desc">Xcb_xv_get_port_attribute_request_t </td></tr>
<tr id="row_1758_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__get__still__request__t.html" target="_self">xcb_xv_get_still_request_t</a></td><td class="desc">Xcb_xv_get_still_request_t </td></tr>
<tr id="row_1759_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__get__video__request__t.html" target="_self">xcb_xv_get_video_request_t</a></td><td class="desc">Xcb_xv_get_video_request_t </td></tr>
<tr id="row_1760_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__grab__port__cookie__t.html" target="_self">xcb_xv_grab_port_cookie_t</a></td><td class="desc">Xcb_xv_grab_port_cookie_t </td></tr>
<tr id="row_1761_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__grab__port__reply__t.html" target="_self">xcb_xv_grab_port_reply_t</a></td><td class="desc">Xcb_xv_grab_port_reply_t </td></tr>
<tr id="row_1762_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__grab__port__request__t.html" target="_self">xcb_xv_grab_port_request_t</a></td><td class="desc">Xcb_xv_grab_port_request_t </td></tr>
<tr id="row_1763_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__image__format__info__iterator__t.html" target="_self">xcb_xv_image_format_info_iterator_t</a></td><td class="desc">Xcb_xv_image_format_info_iterator_t </td></tr>
<tr id="row_1764_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__image__format__info__t.html" target="_self">xcb_xv_image_format_info_t</a></td><td class="desc">Xcb_xv_image_format_info_t </td></tr>
<tr id="row_1765_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__image__iterator__t.html" target="_self">xcb_xv_image_iterator_t</a></td><td class="desc">Xcb_xv_image_iterator_t </td></tr>
<tr id="row_1766_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__image__t.html" target="_self">xcb_xv_image_t</a></td><td class="desc">Xcb_xv_image_t </td></tr>
<tr id="row_1767_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__list__image__formats__cookie__t.html" target="_self">xcb_xv_list_image_formats_cookie_t</a></td><td class="desc">Xcb_xv_list_image_formats_cookie_t </td></tr>
<tr id="row_1768_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__list__image__formats__reply__t.html" target="_self">xcb_xv_list_image_formats_reply_t</a></td><td class="desc">Xcb_xv_list_image_formats_reply_t </td></tr>
<tr id="row_1769_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__list__image__formats__request__t.html" target="_self">xcb_xv_list_image_formats_request_t</a></td><td class="desc">Xcb_xv_list_image_formats_request_t </td></tr>
<tr id="row_1770_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__port__iterator__t.html" target="_self">xcb_xv_port_iterator_t</a></td><td class="desc">Xcb_xv_port_iterator_t </td></tr>
<tr id="row_1771_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__port__notify__event__t.html" target="_self">xcb_xv_port_notify_event_t</a></td><td class="desc">Xcb_xv_port_notify_event_t </td></tr>
<tr id="row_1772_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__put__image__request__t.html" target="_self">xcb_xv_put_image_request_t</a></td><td class="desc">Xcb_xv_put_image_request_t </td></tr>
<tr id="row_1773_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__put__still__request__t.html" target="_self">xcb_xv_put_still_request_t</a></td><td class="desc">Xcb_xv_put_still_request_t </td></tr>
<tr id="row_1774_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__put__video__request__t.html" target="_self">xcb_xv_put_video_request_t</a></td><td class="desc">Xcb_xv_put_video_request_t </td></tr>
<tr id="row_1775_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__adaptors__cookie__t.html" target="_self">xcb_xv_query_adaptors_cookie_t</a></td><td class="desc">Xcb_xv_query_adaptors_cookie_t </td></tr>
<tr id="row_1776_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__adaptors__reply__t.html" target="_self">xcb_xv_query_adaptors_reply_t</a></td><td class="desc">Xcb_xv_query_adaptors_reply_t </td></tr>
<tr id="row_1777_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__adaptors__request__t.html" target="_self">xcb_xv_query_adaptors_request_t</a></td><td class="desc">Xcb_xv_query_adaptors_request_t </td></tr>
<tr id="row_1778_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__best__size__cookie__t.html" target="_self">xcb_xv_query_best_size_cookie_t</a></td><td class="desc">Xcb_xv_query_best_size_cookie_t </td></tr>
<tr id="row_1779_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__best__size__reply__t.html" target="_self">xcb_xv_query_best_size_reply_t</a></td><td class="desc">Xcb_xv_query_best_size_reply_t </td></tr>
<tr id="row_1780_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__best__size__request__t.html" target="_self">xcb_xv_query_best_size_request_t</a></td><td class="desc">Xcb_xv_query_best_size_request_t </td></tr>
<tr id="row_1781_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__encodings__cookie__t.html" target="_self">xcb_xv_query_encodings_cookie_t</a></td><td class="desc">Xcb_xv_query_encodings_cookie_t </td></tr>
<tr id="row_1782_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__encodings__reply__t.html" target="_self">xcb_xv_query_encodings_reply_t</a></td><td class="desc">Xcb_xv_query_encodings_reply_t </td></tr>
<tr id="row_1783_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__encodings__request__t.html" target="_self">xcb_xv_query_encodings_request_t</a></td><td class="desc">Xcb_xv_query_encodings_request_t </td></tr>
<tr id="row_1784_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__extension__cookie__t.html" target="_self">xcb_xv_query_extension_cookie_t</a></td><td class="desc">Xcb_xv_query_extension_cookie_t </td></tr>
<tr id="row_1785_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__extension__reply__t.html" target="_self">xcb_xv_query_extension_reply_t</a></td><td class="desc">Xcb_xv_query_extension_reply_t </td></tr>
<tr id="row_1786_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__extension__request__t.html" target="_self">xcb_xv_query_extension_request_t</a></td><td class="desc">Xcb_xv_query_extension_request_t </td></tr>
<tr id="row_1787_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__image__attributes__cookie__t.html" target="_self">xcb_xv_query_image_attributes_cookie_t</a></td><td class="desc">Xcb_xv_query_image_attributes_cookie_t </td></tr>
<tr id="row_1788_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__image__attributes__reply__t.html" target="_self">xcb_xv_query_image_attributes_reply_t</a></td><td class="desc">Xcb_xv_query_image_attributes_reply_t </td></tr>
<tr id="row_1789_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__image__attributes__request__t.html" target="_self">xcb_xv_query_image_attributes_request_t</a></td><td class="desc">Xcb_xv_query_image_attributes_request_t </td></tr>
<tr id="row_1790_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__port__attributes__cookie__t.html" target="_self">xcb_xv_query_port_attributes_cookie_t</a></td><td class="desc">Xcb_xv_query_port_attributes_cookie_t </td></tr>
<tr id="row_1791_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__port__attributes__reply__t.html" target="_self">xcb_xv_query_port_attributes_reply_t</a></td><td class="desc">Xcb_xv_query_port_attributes_reply_t </td></tr>
<tr id="row_1792_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__query__port__attributes__request__t.html" target="_self">xcb_xv_query_port_attributes_request_t</a></td><td class="desc">Xcb_xv_query_port_attributes_request_t </td></tr>
<tr id="row_1793_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__rational__iterator__t.html" target="_self">xcb_xv_rational_iterator_t</a></td><td class="desc">Xcb_xv_rational_iterator_t </td></tr>
<tr id="row_1794_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__rational__t.html" target="_self">xcb_xv_rational_t</a></td><td class="desc">Xcb_xv_rational_t </td></tr>
<tr id="row_1795_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__select__port__notify__request__t.html" target="_self">xcb_xv_select_port_notify_request_t</a></td><td class="desc">Xcb_xv_select_port_notify_request_t </td></tr>
<tr id="row_1796_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__select__video__notify__request__t.html" target="_self">xcb_xv_select_video_notify_request_t</a></td><td class="desc">Xcb_xv_select_video_notify_request_t </td></tr>
<tr id="row_1797_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__set__port__attribute__request__t.html" target="_self">xcb_xv_set_port_attribute_request_t</a></td><td class="desc">Xcb_xv_set_port_attribute_request_t </td></tr>
<tr id="row_1798_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__shm__put__image__request__t.html" target="_self">xcb_xv_shm_put_image_request_t</a></td><td class="desc">Xcb_xv_shm_put_image_request_t </td></tr>
<tr id="row_1799_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__stop__video__request__t.html" target="_self">xcb_xv_stop_video_request_t</a></td><td class="desc">Xcb_xv_stop_video_request_t </td></tr>
<tr id="row_1800_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__ungrab__port__request__t.html" target="_self">xcb_xv_ungrab_port_request_t</a></td><td class="desc">Xcb_xv_ungrab_port_request_t </td></tr>
<tr id="row_1801_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xv__video__notify__event__t.html" target="_self">xcb_xv_video_notify_event_t</a></td><td class="desc">Xcb_xv_video_notify_event_t </td></tr>
<tr id="row_1802_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__context__iterator__t.html" target="_self">xcb_xvmc_context_iterator_t</a></td><td class="desc">Xcb_xvmc_context_iterator_t </td></tr>
<tr id="row_1803_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__create__context__cookie__t.html" target="_self">xcb_xvmc_create_context_cookie_t</a></td><td class="desc">Xcb_xvmc_create_context_cookie_t </td></tr>
<tr id="row_1804_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__create__context__reply__t.html" target="_self">xcb_xvmc_create_context_reply_t</a></td><td class="desc">Xcb_xvmc_create_context_reply_t </td></tr>
<tr id="row_1805_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__create__context__request__t.html" target="_self">xcb_xvmc_create_context_request_t</a></td><td class="desc">Xcb_xvmc_create_context_request_t </td></tr>
<tr id="row_1806_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__create__subpicture__cookie__t.html" target="_self">xcb_xvmc_create_subpicture_cookie_t</a></td><td class="desc">Xcb_xvmc_create_subpicture_cookie_t </td></tr>
<tr id="row_1807_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__create__subpicture__reply__t.html" target="_self">xcb_xvmc_create_subpicture_reply_t</a></td><td class="desc">Xcb_xvmc_create_subpicture_reply_t </td></tr>
<tr id="row_1808_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__create__subpicture__request__t.html" target="_self">xcb_xvmc_create_subpicture_request_t</a></td><td class="desc">Xcb_xvmc_create_subpicture_request_t </td></tr>
<tr id="row_1809_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__create__surface__cookie__t.html" target="_self">xcb_xvmc_create_surface_cookie_t</a></td><td class="desc">Xcb_xvmc_create_surface_cookie_t </td></tr>
<tr id="row_1810_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__create__surface__reply__t.html" target="_self">xcb_xvmc_create_surface_reply_t</a></td><td class="desc">Xcb_xvmc_create_surface_reply_t </td></tr>
<tr id="row_1811_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__create__surface__request__t.html" target="_self">xcb_xvmc_create_surface_request_t</a></td><td class="desc">Xcb_xvmc_create_surface_request_t </td></tr>
<tr id="row_1812_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__destroy__context__request__t.html" target="_self">xcb_xvmc_destroy_context_request_t</a></td><td class="desc">Xcb_xvmc_destroy_context_request_t </td></tr>
<tr id="row_1813_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__destroy__subpicture__request__t.html" target="_self">xcb_xvmc_destroy_subpicture_request_t</a></td><td class="desc">Xcb_xvmc_destroy_subpicture_request_t </td></tr>
<tr id="row_1814_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__destroy__surface__request__t.html" target="_self">xcb_xvmc_destroy_surface_request_t</a></td><td class="desc">Xcb_xvmc_destroy_surface_request_t </td></tr>
<tr id="row_1815_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__list__subpicture__types__cookie__t.html" target="_self">xcb_xvmc_list_subpicture_types_cookie_t</a></td><td class="desc">Xcb_xvmc_list_subpicture_types_cookie_t </td></tr>
<tr id="row_1816_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__list__subpicture__types__reply__t.html" target="_self">xcb_xvmc_list_subpicture_types_reply_t</a></td><td class="desc">Xcb_xvmc_list_subpicture_types_reply_t </td></tr>
<tr id="row_1817_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__list__subpicture__types__request__t.html" target="_self">xcb_xvmc_list_subpicture_types_request_t</a></td><td class="desc">Xcb_xvmc_list_subpicture_types_request_t </td></tr>
<tr id="row_1818_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__list__surface__types__cookie__t.html" target="_self">xcb_xvmc_list_surface_types_cookie_t</a></td><td class="desc">Xcb_xvmc_list_surface_types_cookie_t </td></tr>
<tr id="row_1819_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__list__surface__types__reply__t.html" target="_self">xcb_xvmc_list_surface_types_reply_t</a></td><td class="desc">Xcb_xvmc_list_surface_types_reply_t </td></tr>
<tr id="row_1820_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__list__surface__types__request__t.html" target="_self">xcb_xvmc_list_surface_types_request_t</a></td><td class="desc">Xcb_xvmc_list_surface_types_request_t </td></tr>
<tr id="row_1821_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__query__version__cookie__t.html" target="_self">xcb_xvmc_query_version_cookie_t</a></td><td class="desc">Xcb_xvmc_query_version_cookie_t </td></tr>
<tr id="row_1822_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__query__version__reply__t.html" target="_self">xcb_xvmc_query_version_reply_t</a></td><td class="desc">Xcb_xvmc_query_version_reply_t </td></tr>
<tr id="row_1823_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__query__version__request__t.html" target="_self">xcb_xvmc_query_version_request_t</a></td><td class="desc">Xcb_xvmc_query_version_request_t </td></tr>
<tr id="row_1824_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__subpicture__iterator__t.html" target="_self">xcb_xvmc_subpicture_iterator_t</a></td><td class="desc">Xcb_xvmc_subpicture_iterator_t </td></tr>
<tr id="row_1825_"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__surface__info__iterator__t.html" target="_self">xcb_xvmc_surface_info_iterator_t</a></td><td class="desc">Xcb_xvmc_surface_info_iterator_t </td></tr>
<tr id="row_1826_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__surface__info__t.html" target="_self">xcb_xvmc_surface_info_t</a></td><td class="desc">Xcb_xvmc_surface_info_t </td></tr>
<tr id="row_1827_"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><img src="ftv2cl.png" alt="C" width="24" height="22" /><a class="el" href="structxcb__xvmc__surface__iterator__t.html" target="_self">xcb_xvmc_surface_iterator_t</a></td><td class="desc">Xcb_xvmc_surface_iterator_t </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Jan 15 2014 10:33:37 for XCB by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>