diff options
author | marha <marha@users.sourceforge.net> | 2014-04-13 14:28:06 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-04-13 14:28:06 +0200 |
commit | 0bd141efd4832e01c8b269b8566dd5749e30ed55 (patch) | |
tree | cdad95c688236c6e2e36f13a3495c498393dabc8 /libxcb/xcb-proto | |
parent | feab85024204c7db3ad243697fe06bf3960349a9 (diff) | |
parent | d2ad10d03be8e6d4b150bbdf2a28ea3d5a18a2ed (diff) | |
download | vcxsrv-0bd141efd4832e01c8b269b8566dd5749e30ed55.tar.gz vcxsrv-0bd141efd4832e01c8b269b8566dd5749e30ed55.tar.bz2 vcxsrv-0bd141efd4832e01c8b269b8566dd5749e30ed55.zip |
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'libxcb/xcb-proto')
-rw-r--r-- | libxcb/xcb-proto/src/dri2.xml | 2 | ||||
-rw-r--r-- | libxcb/xcb-proto/src/xf86vidmode.xml | 2 | ||||
-rw-r--r-- | libxcb/xcb-proto/src/xinput.xml | 2 | ||||
-rw-r--r-- | libxcb/xcb-proto/src/xprint.xml | 4 |
4 files changed, 6 insertions, 4 deletions
diff --git a/libxcb/xcb-proto/src/dri2.xml b/libxcb/xcb-proto/src/dri2.xml index 0160c6ba8..20d664912 100644 --- a/libxcb/xcb-proto/src/dri2.xml +++ b/libxcb/xcb-proto/src/dri2.xml @@ -98,7 +98,7 @@ authorization from the authors. <op op="&"> <op op="+"> <fieldref>driver_name_length</fieldref> - <value> 3 </value> + <value>3</value> </op> <unop op="~"> <value>3</value> diff --git a/libxcb/xcb-proto/src/xf86vidmode.xml b/libxcb/xcb-proto/src/xf86vidmode.xml index 9dacaef41..a165c11d9 100644 --- a/libxcb/xcb-proto/src/xf86vidmode.xml +++ b/libxcb/xcb-proto/src/xf86vidmode.xml @@ -159,7 +159,7 @@ authorization from the authors. <op op="&"> <op op="+"> <fieldref>vendor_length</fieldref> - <value> 3 </value> + <value>3</value> </op> <unop op="~"> <value>3</value> diff --git a/libxcb/xcb-proto/src/xinput.xml b/libxcb/xcb-proto/src/xinput.xml index fa115bdcd..924c003c7 100644 --- a/libxcb/xcb-proto/src/xinput.xml +++ b/libxcb/xcb-proto/src/xinput.xml @@ -1000,7 +1000,7 @@ authorization from the authors. <!-- ChangeDeviceProperty --> <enum name="PropertyFormat"> - <item name="8Bits"> <value> 8</value> </item> + <item name="8Bits"> <value>8</value> </item> <item name="16Bits"> <value>16</value> </item> <item name="32Bits"> <value>32</value> </item> </enum> diff --git a/libxcb/xcb-proto/src/xprint.xml b/libxcb/xcb-proto/src/xprint.xml index ffd8df1ea..e32293f3b 100644 --- a/libxcb/xcb-proto/src/xprint.xml +++ b/libxcb/xcb-proto/src/xprint.xml @@ -235,7 +235,9 @@ authorization from the authors. <pad bytes="1" /> <field type="CARD32" name="stringLen" /> <pad bytes="20" /> - <field type="STRING8" name="attributes" /> + <list type="STRING8" name="attributes"> + <fieldref>stringLen</fieldref> + </list> </reply> </request> |