[Xcb-commit] 3 commits - src
Eamon Walsh
ewalsh at kemper.freedesktop.org
Mon Apr 14 11:43:51 PDT 2008
src/xinerama.xml | 4 ++--
src/xinput.xml | 1 -
src/xselinux.xml | 2 +-
3 files changed, 3 insertions(+), 4 deletions(-)
New commits:
commit d1f26106925f64907a8e4a26ab7678f5b3e8b6ca
Author: Eamon Walsh <ewalsh at tycho.nsa.gov>
Date: Mon Apr 14 14:42:39 2008 -0400
Remove some stray padding from an XInput request.
diff --git a/src/xinput.xml b/src/xinput.xml
index a80210c..2405308 100644
--- a/src/xinput.xml
+++ b/src/xinput.xml
@@ -851,7 +851,6 @@ authorization from the authors.
<list type="CARD32" name="resolution_values">
<fieldref>num_valuators</fieldref>
</list>
- <pad bytes="2" />
</struct>
<struct name="DeviceAbsCalibCtl">
commit 72877f45f5fa2bda839b64a42f302f03440438da
Author: Eamon Walsh <ewalsh at tycho.nsa.gov>
Date: Mon Apr 14 14:40:47 2008 -0400
Xinerama GetScreenSize screen field is a CARD32, not an xproto screen struct.
diff --git a/src/xinerama.xml b/src/xinerama.xml
index 675325e..b2747ee 100644
--- a/src/xinerama.xml
+++ b/src/xinerama.xml
@@ -68,13 +68,13 @@ authorization from the authors.
<request name="GetScreenSize" opcode="3">
<field type="WINDOW" name="window" />
- <field type="SCREEN" name="screen" />
+ <field type="CARD32" name="screen" />
<reply>
<pad bytes="1" />
<field type="CARD32" name="width" />
<field type="CARD32" name="height" />
<field type="WINDOW" name="window" />
- <field type="SCREEN" name="screen" />
+ <field type="CARD32" name="screen" />
</reply>
</request>
commit 8e71c3348c4017fa12403cb5438727218950f9fd
Author: Eamon Walsh <ewalsh at tycho.nsa.gov>
Date: Thu Apr 3 17:58:41 2008 -0400
Use multiword attribute instead of oneword in XSELinux description.
Fixes validation.
diff --git a/src/xselinux.xml b/src/xselinux.xml
index 466a9c9..30a8a27 100644
--- a/src/xselinux.xml
+++ b/src/xselinux.xml
@@ -23,7 +23,7 @@ sale, use or other dealings in this Software without prior written
authorization from the authors.
-->
<xcb header="xselinux" extension-xname="SELinux" extension-name="SELinux"
- extension-oneword="true" major-version="1" minor-version="0">
+ extension-multiword="false" major-version="1" minor-version="0">
<import>xproto</import>
<request name="QueryVersion" opcode="0">
More information about the xcb-commit
mailing list