[Xcb] [PATCH proto 6/7] xinput: Remove struct DeviceName

Christian Linhart chris at demorecorder.com
Wed Sep 3 04:17:59 PDT 2014


Remove struct DeviceName because it is identical to struct STR from xproto.xml
---
 src/xinput.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/xinput.xml b/src/xinput.xml
index b20a069..c9ed3ac 100644
--- a/src/xinput.xml
+++ b/src/xinput.xml
@@ -238,21 +238,14 @@ <struct name="InputInfo">
                 <list type="AxisInfo" name="axes">
                     <fieldref>axes_len</fieldref>
                 </list>
             </case>
 	</switch>
     </struct>
 
-    <struct name="DeviceName">
-        <field type="CARD8" name="len" />
-        <list type="char"  name="string">
-            <fieldref>len</fieldref>
-        </list>
-    </struct>
-
     <request name="ListInputDevices" opcode="2">
         <reply>
             <field type="CARD8" name="xi_reply_type" />
             <field type="CARD8" name="devices_len" />
             <pad bytes="23" />
             <list type="DeviceInfo" name="devices">
                 <fieldref>devices_len</fieldref>
-- 
2.0.1



More information about the Xcb mailing list