diff options
Diffstat (limited to 'libxcb/xcb-proto/src')
-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> |