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/include | |
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/include')
-rw-r--r-- | xorg-server/include/xserver-properties.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xorg-server/include/xserver-properties.h b/xorg-server/include/xserver-properties.h index 626d0ad27..30e8efb68 100644 --- a/xorg-server/include/xserver-properties.h +++ b/xorg-server/include/xserver-properties.h @@ -89,6 +89,17 @@ #define AXIS_LABEL_PROP_ABS_TILT_Y "Abs Tilt Y" #define AXIS_LABEL_PROP_ABS_TOOL_WIDTH "Abs Tool Width" #define AXIS_LABEL_PROP_ABS_VOLUME "Abs Volume" +#define AXIS_LABEL_PROP_ABS_MT_TOUCH_MAJOR "Abs MT Touch Major" +#define AXIS_LABEL_PROP_ABS_MT_TOUCH_MINOR "Abs MT Touch Minor" +#define AXIS_LABEL_PROP_ABS_MT_WIDTH_MAJOR "Abs MT Width Major" +#define AXIS_LABEL_PROP_ABS_MT_WIDTH_MINOR "Abs MT Width Minor" +#define AXIS_LABEL_PROP_ABS_MT_ORIENTATION "Abs MT Orientation" +#define AXIS_LABEL_PROP_ABS_MT_POSITION_X "Abs MT Position X" +#define AXIS_LABEL_PROP_ABS_MT_POSITION_Y "Abs MT Position Y" +#define AXIS_LABEL_PROP_ABS_MT_TOOL_TYPE "Abs MT Tool Type" +#define AXIS_LABEL_PROP_ABS_MT_BLOB_ID "Abs MT Blob ID" +#define AXIS_LABEL_PROP_ABS_MT_TRACKING_ID "Abs MT Tracking ID" +#define AXIS_LABEL_PROP_ABS_MT_PRESSURE "Abs MT Pressure" #define AXIS_LABEL_PROP_ABS_MISC "Abs Misc" /* Button names */ |