File: struct.xml

package info (click to toggle)
xcffib 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 424 kB
  • sloc: python: 2,293; haskell: 915; xml: 680; makefile: 84; sh: 14
file content (21 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- based on xproto -->
<xcb header="struct">

    <struct name="AxisInfo">
        <field type="CARD32" name="resolution" />
        <field type="INT32"  name="minimum" />
        <field type="INT32"  name="maximum" />
    </struct>

    <struct name="ValuatorInfo">
        <field type="CARD8"   name="class_id" enum="InputClass" />
        <field type="CARD8"   name="len" />
        <field type="CARD8"   name="axes_len" />
        <field type="CARD8"   name="mode" enum="ValuatorMode" />
        <field type="CARD32"  name="motion_size" />
        <list type="AxisInfo" name="axes">
            <fieldref>axes_len</fieldref>
        </list>
    </struct>

</xcb>