diff options
author | Christian Linhart <chris@demorecorder.com> | 2014-08-18 14:59:51 +0200 |
---|---|---|
committer | Christian Linhart <chris@demorecorder.com> | 2014-08-25 13:42:56 +0200 |
commit | 7675fbdf29ff0050321c3cb2e88f442f9f7496d1 (patch) | |
tree | 636590b425cf541d38772f133d69e4c72242cb8e | |
parent | 27b22875e62eda71e8c1a81643c4bcf2199cf79c (diff) |
xinput: struct ScrollClass.flags: has a mask
the field "flags" of struct ScrollClass uses ScrollFlags as a mask
spec:
http://cgit.freedesktop.org/xorg/proto/inputproto/tree/specs/XI2proto.txt#n802
http://cgit.freedesktop.org/xorg/proto/inputproto/tree/XI2.h#n151
-rw-r--r-- | src/xinput.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xinput.xml b/src/xinput.xml index 94bdd59..5cfa9f9 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -1447,7 +1447,7 @@ authorization from the authors. <field type="CARD16" name="number" /> <field type="CARD16" name="scroll_type" enum="ScrollType" /> <pad bytes="2" /> - <field type="CARD32" name="flags" enum="ScrollFlags" /> + <field type="CARD32" name="flags" mask="ScrollFlags" /> <field type="FP3232" name="increment" /> </struct> |