[Xcb-commit] 2 commits - src
Peter Harris
peterh at kemper.freedesktop.org
Wed Nov 19 08:41:08 PST 2008
src/glx.xml | 6 +++---
src/sync.xml | 2 +-
src/xf86dri.xml | 4 ++--
src/xfixes.xml | 8 ++++----
src/xproto.xml | 2 +-
5 files changed, 11 insertions(+), 11 deletions(-)
New commits:
commit 5b65f8e883d1ddb374028672858e3601848f6827
Author: Peter Harris <peter.harris at hummingbird.com>
Date: Fri Oct 17 16:10:48 2008 -0400
Change CARD8 to char when referring to a string in xfixes.xml
diff --git a/src/xfixes.xml b/src/xfixes.xml
index 65b3c30..fc34a60 100644
--- a/src/xfixes.xml
+++ b/src/xfixes.xml
@@ -257,7 +257,7 @@ authorization from the authors.
<field type="CURSOR" name="cursor" />
<field type="CARD16" name="nbytes" />
<pad bytes="2" />
- <list type="CARD8" name="name"><fieldref>nbytes</fieldref></list>
+ <list type="char" name="name"><fieldref>nbytes</fieldref></list>
</request>
<request name="GetCursorName" opcode="24">
@@ -267,7 +267,7 @@ authorization from the authors.
<field type="ATOM" name="atom" />
<field type="CARD16" name="nbytes" />
<pad bytes="18" />
- <list type="CARD8" name="name"><fieldref>nbytes</fieldref></list>
+ <list type="char" name="name"><fieldref>nbytes</fieldref></list>
</reply>
</request>
@@ -284,7 +284,7 @@ authorization from the authors.
<field type="ATOM" name="cursor_atom" />
<field type="CARD16" name="nbytes" />
<pad bytes="2" />
- <list type="CARD8" name="name"><fieldref>nbytes</fieldref></list>
+ <list type="char" name="name"><fieldref>nbytes</fieldref></list>
<list type="CARD32" name="cursor_image">
<op op="*">
<fieldref>width</fieldref>
@@ -303,7 +303,7 @@ authorization from the authors.
<field type="CURSOR" name="src" />
<field type="CARD16" name="nbytes" />
<pad bytes="2" />
- <list type="CARD8" name="name"><fieldref>nbytes</fieldref></list>
+ <list type="char" name="name"><fieldref>nbytes</fieldref></list>
</request>
<!-- Version 3 -->
commit cb4beff523f586cdaf60e57fa479a9340bdcbd50
Author: Thomas Hunger <hto at arcor.de>
Date: Wed Jul 4 13:58:25 2007 +0200
Change type="CARD8" to type="char" where the X specs require a STRING8
diff --git a/src/glx.xml b/src/glx.xml
index 4689249..544b543 100644
--- a/src/glx.xml
+++ b/src/glx.xml
@@ -311,7 +311,7 @@ The patch that fixed this server bug in X.org CVS is here:
<pad bytes="4" />
<field type="CARD32" name="str_len" />
<pad bytes="16" />
- <list type="CARD8" name="string">
+ <list type="char" name="string">
<fieldref>str_len</fieldref>
</list>
</reply>
@@ -321,7 +321,7 @@ The patch that fixed this server bug in X.org CVS is here:
<field type="CARD32" name="major_version" />
<field type="CARD32" name="minor_version" />
<field type="CARD32" name="str_len" />
- <list type="CARD8" name="string">
+ <list type="char" name="string">
<fieldref>str_len</fieldref>
</list>
</request>
@@ -841,7 +841,7 @@ The patch that fixed this server bug in X.org CVS is here:
<pad bytes="4" />
<field type="CARD32" name="n" />
<pad bytes="16" />
- <list type="CARD8" name="string">
+ <list type="char" name="string">
<fieldref>n</fieldref>
</list>
</reply>
diff --git a/src/sync.xml b/src/sync.xml
index d90c714..8e7adc7 100644
--- a/src/sync.xml
+++ b/src/sync.xml
@@ -48,7 +48,7 @@ for licensing information.
<field type="COUNTER" name="counter" />
<field type="INT64" name="resolution" />
<field type="CARD16" name="name_len" />
- <list type="CARD8" name="name">
+ <list type="char" name="name">
<fieldref>name_len</fieldref>
</list>
</struct>
diff --git a/src/xf86dri.xml b/src/xf86dri.xml
index c05b724..4527c2b 100644
--- a/src/xf86dri.xml
+++ b/src/xf86dri.xml
@@ -68,7 +68,7 @@ authorization from the authors.
<field type="CARD32" name="sarea_handle_high" />
<field type="CARD32" name="bus_id_len" />
<pad bytes="12" />
- <list type="CARD8" name="bus_id">
+ <list type="char" name="bus_id">
<fieldref>bus_id_len</fieldref>
</list>
</reply>
@@ -87,7 +87,7 @@ authorization from the authors.
<field type="CARD32" name="client_driver_patch_version" />
<field type="CARD32" name="client_driver_name_len" />
<pad bytes="8" />
- <list type="CARD8" name="client_driver_name">
+ <list type="char" name="client_driver_name">
<fieldref>client_driver_name_len</fieldref>
</list>
</reply>
diff --git a/src/xproto.xml b/src/xproto.xml
index 5b7ea62..89df956 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -899,7 +899,7 @@ authorization from the authors.
<pad bytes="1" />
<field type="CARD16" name="name_len" />
<pad bytes="22" />
- <list type="CARD8" name="name">
+ <list type="char" name="name">
<fieldref>name_len</fieldref>
</list>
</reply>
More information about the xcb-commit
mailing list