diff options
author | marha <marha@users.sourceforge.net> | 2010-02-11 09:21:04 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-02-11 09:21:04 +0000 |
commit | 4268e59d0c18a7bfc584189d3418765407d05bbf (patch) | |
tree | d8df9d476531dce6fdcd3ff58c5fd62da0daa7a9 /xorg-server/Xi/xiproperty.c | |
parent | 7fe172c9035f56977209da12a7fd67d8badd71a2 (diff) | |
download | vcxsrv-4268e59d0c18a7bfc584189d3418765407d05bbf.tar.gz vcxsrv-4268e59d0c18a7bfc584189d3418765407d05bbf.tar.bz2 vcxsrv-4268e59d0c18a7bfc584189d3418765407d05bbf.zip |
Git update 11/2/2010
Diffstat (limited to 'xorg-server/Xi/xiproperty.c')
-rw-r--r-- | xorg-server/Xi/xiproperty.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xorg-server/Xi/xiproperty.c b/xorg-server/Xi/xiproperty.c index ea66c54c6..be0783107 100644 --- a/xorg-server/Xi/xiproperty.c +++ b/xorg-server/Xi/xiproperty.c @@ -93,6 +93,17 @@ static struct dev_properties {0, AXIS_LABEL_PROP_ABS_TILT_Y}, {0, AXIS_LABEL_PROP_ABS_TOOL_WIDTH}, {0, AXIS_LABEL_PROP_ABS_VOLUME}, + {0, AXIS_LABEL_PROP_ABS_MT_TOUCH_MAJOR}, + {0, AXIS_LABEL_PROP_ABS_MT_TOUCH_MINOR}, + {0, AXIS_LABEL_PROP_ABS_MT_WIDTH_MAJOR}, + {0, AXIS_LABEL_PROP_ABS_MT_WIDTH_MINOR}, + {0, AXIS_LABEL_PROP_ABS_MT_ORIENTATION}, + {0, AXIS_LABEL_PROP_ABS_MT_POSITION_X}, + {0, AXIS_LABEL_PROP_ABS_MT_POSITION_Y}, + {0, AXIS_LABEL_PROP_ABS_MT_TOOL_TYPE}, + {0, AXIS_LABEL_PROP_ABS_MT_BLOB_ID}, + {0, AXIS_LABEL_PROP_ABS_MT_TRACKING_ID}, + {0, AXIS_LABEL_PROP_ABS_MT_PRESSURE}, {0, AXIS_LABEL_PROP_ABS_MISC}, {0, BTN_LABEL_PROP}, |