1<?xml version="1.0" encoding="utf-8"?>
2<!--
3Copyright (C) 2009 Open Text Corporation.  All Rights Reserved.
4
5Permission is hereby granted, free of charge, to any person obtaining a copy
6of this software and associated documentation files (the "Software"), to deal
7in the Software without restriction, including without limitation the rights
8to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9copies of the Software, and to permit persons to whom the Software is
10furnished to do so, subject to the following conditions:
11
12The above copyright notice and this permission notice shall be included in all
13copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
19ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21
22Except as contained in this notice, the names of the authors or their
23institutions shall not be used in advertising or otherwise to promote the
24sale, use or other dealings in this Software without prior written
25authorization from the authors.
26-->
27<xcb header="ge" extension-xname="Generic Event Extension" extension-name="GenericEvent"
28    major-version="1" minor-version="0">
29
30  <!-- Version 1 -->
31  <request name="QueryVersion" opcode="0">
32    <field type="CARD16" name="client_major_version" />
33    <field type="CARD16" name="client_minor_version" />
34    <reply>
35      <pad bytes="1" />
36      <field type="CARD16" name="major_version" />
37      <field type="CARD16" name="minor_version" />
38      <pad bytes="20" />
39    </reply>
40  </request>
41
42</xcb>
43