xinput: Remove struct DeviceName
authorChristian Linhart <chris@demorecorder.com>
Wed, 3 Sep 2014 11:17:59 +0000 (13:17 +0200)
committerChristian Linhart <chris@demorecorder.com>
Sat, 6 Sep 2014 13:39:18 +0000 (15:39 +0200)
Remove struct DeviceName because it is identical to struct STR from xproto.xml

Message-ID: <1409743080-302-6-git-send-email-chris@demorecorder.com>
Patch-Thread-Subject: [Xcb] xinput: make ListInputDevices work, sumof with nested expr, ...
Patch-Set: ListInputDevices
Patch-Number: proto 6/7
Patch-Version: V1
Signed-off-by: Christian Linhart <chris@DemoRecorder.com>
src/xinput.xml

index b20a069..c9ed3ac 100644 (file)
@@ -242,13 +242,6 @@ in struct DeviceTimeCoord.
        </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" />