summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Kolb jkolb@brandeis.edu <jkolb@glorfindel.(none)>2006-10-29 19:27:53 -0500
committerJeremy Kolb jkolb@brandeis.edu <jkolb@glorfindel.(none)>2006-10-29 19:27:53 -0500
commit2df1bbfa953fe7989524c1bc7000f517e121a645 (patch)
tree3d513056146f90a45a950f9f72ca37153e0c70d0
parentc10a77848f9318856129161be08a05379ffb39de (diff)
downloadxcb-proto-2df1bbfa953fe7989524c1bc7000f517e121a645.tar.gz
xcb-proto-2df1bbfa953fe7989524c1bc7000f517e121a645.tar.bz2
xcb-proto-2df1bbfa953fe7989524c1bc7000f517e121a645.zip
Added major-version and minor-version attributes to the xcb tag.
-rw-r--r--src/bigreq.xml4
-rw-r--r--src/composite.xml4
-rw-r--r--src/damage.xml3
-rw-r--r--src/dpms.xml3
-rw-r--r--src/glx.xml3
-rw-r--r--src/randr.xml3
-rw-r--r--src/record.xml3
-rw-r--r--src/render.xml3
-rw-r--r--src/res.xml3
-rw-r--r--src/screensaver.xml3
-rw-r--r--src/shape.xml2
-rw-r--r--src/shm.xml3
-rw-r--r--src/sync.xml3
-rw-r--r--src/xc_misc.xml3
-rw-r--r--src/xevie.xml3
-rw-r--r--src/xf86dri.xml3
-rw-r--r--src/xfixes.xml3
-rw-r--r--src/xinerama.xml3
-rw-r--r--src/xprint.xml4
-rw-r--r--src/xtest.xml5
-rw-r--r--src/xv.xml2
-rw-r--r--src/xvmc.xml2
22 files changed, 45 insertions, 23 deletions
diff --git a/src/bigreq.xml b/src/bigreq.xml
index 9e99d2e..d58a084 100644
--- a/src/bigreq.xml
+++ b/src/bigreq.xml
@@ -26,7 +26,9 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
<xcb header="bigreq" extension-xname="BIG-REQUESTS"
- extension-name="BigRequests">
+ extension-name="BigRequests"
+ major-version="0" minor-version="0">
+
<request name="Enable" opcode="0">
<reply>
<pad bytes="1" />
diff --git a/src/composite.xml b/src/composite.xml
index 48c90fd..3f3a4b1 100644
--- a/src/composite.xml
+++ b/src/composite.xml
@@ -25,7 +25,9 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
<!-- This file describes version 0.3 of COMPOSITE. -->
-<xcb header="composite" extension-xname="Composite" extension-name="Composite">
+<xcb header="composite" extension-xname="Composite" extension-name="Composite"
+ major-version="0" minor-version="3">
+
<import>xproto</import>
<import>xfixes</import>
diff --git a/src/damage.xml b/src/damage.xml
index 474fd60..4e03057 100644
--- a/src/damage.xml
+++ b/src/damage.xml
@@ -25,7 +25,8 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
<!-- This file describes version 1 of DAMAGE. -->
-<xcb header="damage" extension-xname="DAMAGE" extension-name="Damage">
+<xcb header="damage" extension-xname="DAMAGE" extension-name="Damage"
+ major-version="1" minor-version="0">
<import>xproto</import>
<import>xfixes</import>
diff --git a/src/dpms.xml b/src/dpms.xml
index 27ba98a..0d4fad1 100644
--- a/src/dpms.xml
+++ b/src/dpms.xml
@@ -25,7 +25,8 @@ institutions shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="dpms" extension-xname="DPMS" extension-name="DPMS">
+<xcb header="dpms" extension-xname="DPMS" extension-name="DPMS"
+ major-version="0" minor-version="0">
<request name="GetVersion" opcode="0">
<field type="CARD16" name="client_major_version" />
<field type="CARD16" name="client_minor_version" />
diff --git a/src/glx.xml b/src/glx.xml
index 5f8b5e6..4f4a822 100644
--- a/src/glx.xml
+++ b/src/glx.xml
@@ -44,7 +44,8 @@ The patch that fixed this server bug in X.org CVS is here:
http://cvs.freedesktop.org/xorg/xserver/xorg/GL/glx/glxcmds.c?r1=1.6&r2=1.7
-->
-<xcb header="glx" extension-xname="GLX" extension-name="Glx">
+<xcb header="glx" extension-xname="GLX" extension-name="Glx"
+ major-version="1" minor-version="3">
<!-- target support: 1.3 -->
<import>xproto</import>
diff --git a/src/randr.xml b/src/randr.xml
index 5c0ccdf..515c320 100644
--- a/src/randr.xml
+++ b/src/randr.xml
@@ -26,7 +26,8 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="randr" extension-xname="RANDR" extension-name="RandR">
+<xcb header="randr" extension-xname="RANDR" extension-name="RandR"
+ major-version="1" minor-version="1">
<!-- Implements version 1.1 of RANDR -->
<import>xproto</import>
diff --git a/src/record.xml b/src/record.xml
index 09729ad..33eb0df 100644
--- a/src/record.xml
+++ b/src/record.xml
@@ -26,7 +26,8 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="record" extension-xname="RECORD" extension-name="Record">
+<xcb header="record" extension-xname="RECORD" extension-name="Record"
+ major="1" minor="13">
<!-- Types -->
<xidtype name="CONTEXT" />
diff --git a/src/render.xml b/src/render.xml
index 88e9a40..b538f00 100644
--- a/src/render.xml
+++ b/src/render.xml
@@ -4,7 +4,8 @@ Copyright (C) 2002-2004 Carl D. Worth, Jamey Sharp, Bart Massey, Josh Triplett
All Rights Reserved. See the file COPYING in this directory
for licensing information.
-->
-<xcb header="render" extension-xname="RENDER" extension-name="Render">
+<xcb header="render" extension-xname="RENDER" extension-name="Render"
+ major-version="0" minor-version="10">
<!-- supports version 0.10 -->
<import>xproto</import>
diff --git a/src/res.xml b/src/res.xml
index eda0cbe..b046ec2 100644
--- a/src/res.xml
+++ b/src/res.xml
@@ -25,7 +25,8 @@ institutions shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="res" extension-xname="X-Resource" extension-name="Res">
+<xcb header="res" extension-xname="X-Resource" extension-name="Res"
+ major-version="1" minor-version="0">
<struct name="Client">
<field type="CARD32" name="resource_base" />
<field type="CARD32" name="resource_mask" />
diff --git a/src/screensaver.xml b/src/screensaver.xml
index 1a095de..8acd292 100644
--- a/src/screensaver.xml
+++ b/src/screensaver.xml
@@ -29,7 +29,8 @@ authorization from the authors.
Screen Saver Extension to the X Protocol
Draft Standard Version 1.1
-->
-<xcb header="screensaver" extension-xname="MIT-SCREEN-SAVER" extension-name="ScreenSaver">
+<xcb header="screensaver" extension-xname="MIT-SCREEN-SAVER" extension-name="ScreenSaver" major-version="1" minor-version="1">
+
<!-- Types -->
<import>xproto</import>
diff --git a/src/shape.xml b/src/shape.xml
index 36d0652..a3c929a 100644
--- a/src/shape.xml
+++ b/src/shape.xml
@@ -26,7 +26,7 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
<!-- This file describes version 1.1 of the Shape extension. -->
-<xcb header="shape" extension-xname="SHAPE" extension-name="Shape">
+<xcb header="shape" extension-xname="SHAPE" extension-name="Shape" major-version="1" minor-version="1">
<import>xproto</import>
<typedef oldname="CARD8" newname="OP" />
diff --git a/src/shm.xml b/src/shm.xml
index e576c1f..49e243b 100644
--- a/src/shm.xml
+++ b/src/shm.xml
@@ -25,7 +25,8 @@ institutions shall not be used in advertising or otherwise to promote the
sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="shm" extension-xname="MIT-SHM" extension-name="Shm">
+<xcb header="shm" extension-xname="MIT-SHM" extension-name="Shm"
+ major-version="1" minor-version="1">
<import>xproto</import>
<xidtype name="SEG" />
diff --git a/src/sync.xml b/src/sync.xml
index 6efca36..74281f1 100644
--- a/src/sync.xml
+++ b/src/sync.xml
@@ -4,7 +4,8 @@ Copyright (C) 2004 Mikko Torni and Josh Triplett.
All Rights Reserved. See the file COPYING in this directory
for licensing information.
-->
-<xcb header="sync" extension-xname="SYNC" extension-name="Sync">
+<xcb header="sync" extension-xname="SYNC" extension-name="Sync"
+ major-version="3" minor-version="0">
<import>xproto</import>
<xidtype name="ALARM" />
diff --git a/src/xc_misc.xml b/src/xc_misc.xml
index 8643503..18f5a84 100644
--- a/src/xc_misc.xml
+++ b/src/xc_misc.xml
@@ -4,7 +4,8 @@ Copyright (C) 2004 Mikko Torni and Josh Triplett.
All Rights Reserved. See the file COPYING in this directory
for licensing information.
-->
-<xcb header="xc_misc" extension-xname="XC-MISC" extension-name="XCMisc">
+<xcb header="xc_misc" extension-xname="XC-MISC" extension-name="XCMisc"
+ major-version="1" minor-version="1">
<request name="GetVersion" opcode="0">
<field type="CARD16" name="client_major_version" />
<field type="CARD16" name="client_minor_version" />
diff --git a/src/xevie.xml b/src/xevie.xml
index 1e5851f..222b412 100644
--- a/src/xevie.xml
+++ b/src/xevie.xml
@@ -25,7 +25,8 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
<!-- This file describes version 1 of XEVIE. -->
-<xcb header="xevie" extension-xname="XEVIE" extension-name="Xevie">
+<xcb header="xevie" extension-xname="XEVIE" extension-name="Xevie"
+ major-version="1" minor-version="0">
<request name="QueryVersion" opcode="0">
<field type="CARD16" name="client_major_version" />
<field type="CARD16" name="client_minor_version" />
diff --git a/src/xf86dri.xml b/src/xf86dri.xml
index bb37ca7..c05b724 100644
--- a/src/xf86dri.xml
+++ b/src/xf86dri.xml
@@ -26,7 +26,8 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="xf86dri" extension-xname="XFree86-DRI" extension-name="XF86Dri">
+<xcb header="xf86dri" extension-xname="XFree86-DRI" extension-name="XF86Dri"
+ major-version="4" minor-version="1">
<!-- Using http://dri.sourceforge.net/doc/dri_extensions_low_level.txt -->
diff --git a/src/xfixes.xml b/src/xfixes.xml
index 9f890cb..203c2a8 100644
--- a/src/xfixes.xml
+++ b/src/xfixes.xml
@@ -25,7 +25,8 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
<!-- This file describes version 4 of XFixes. -->
-<xcb header="xfixes" extension-xname="XFIXES" extension-name="XFixes">
+<xcb header="xfixes" extension-xname="XFIXES" extension-name="XFixes"
+ major-version="4" minor-version="0">
<import>xproto</import>
<import>render</import>
<import>shape</import>
diff --git a/src/xinerama.xml b/src/xinerama.xml
index 2566787..675325e 100644
--- a/src/xinerama.xml
+++ b/src/xinerama.xml
@@ -26,7 +26,8 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="xinerama" extension-xname="XINERAMA" extension-name="Xinerama">
+<xcb header="xinerama" extension-xname="XINERAMA" extension-name="Xinerama"
+ major-version="1" minor-version="1">
<!-- Version 1.1 -->
diff --git a/src/xprint.xml b/src/xprint.xml
index 11cd7c0..040b353 100644
--- a/src/xprint.xml
+++ b/src/xprint.xml
@@ -26,7 +26,9 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="xprint" extension-xname="XpExtension" extension-name="XP">
+<xcb header="xprint" extension-xname="XpExtension" extension-name="XPrint"
+ major-version="1" minor-version="0">
+
<!-- Conforms to XPRINT 1.0 -->
<import>xproto</import>
diff --git a/src/xtest.xml b/src/xtest.xml
index 72adf0b..8e18691 100644
--- a/src/xtest.xml
+++ b/src/xtest.xml
@@ -26,7 +26,8 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="xtest" extension-xname="XTEST" extension-name="Test">
+<xcb header="xtest" extension-xname="XTEST" extension-name="Test"
+ major-version="2" minor-version="1">
<!-- Conforms to XTEST 2.1 -->
<import>xproto</import>
@@ -102,4 +103,4 @@ authorization from the authors.
<!-- No events or errors -->
-</xcb> \ No newline at end of file
+</xcb>
diff --git a/src/xv.xml b/src/xv.xml
index b232dea..1694f2b 100644
--- a/src/xv.xml
+++ b/src/xv.xml
@@ -26,7 +26,7 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="xv" extension-xname="XVideo" extension-name="Xv">
+<xcb header="xv" extension-xname="XVideo" extension-name="Xv" major-version="2" minor-version="2">
<import>xproto</import>
<import>shm</import>
<!-- Implements version 2.2 of XV -->
diff --git a/src/xvmc.xml b/src/xvmc.xml
index e2eb04d..ecfafea 100644
--- a/src/xvmc.xml
+++ b/src/xvmc.xml
@@ -26,7 +26,7 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
-<xcb header="xvmc" extension-xname="XVideo-MotionCompensation" extension-name="XvMC">
+<xcb header="xvmc" extension-xname="XVideo-MotionCompensation" extension-name="XvMC" major-version="1" minor-version="1">
<import>xv</import>
<xidtype name="CONTEXT" />