diff options
-rw-r--r-- | src/eventcomm.c | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/src/eventcomm.c b/src/eventcomm.c index 42389c2..f20462c 100644 --- a/src/eventcomm.c +++ b/src/eventcomm.c @@ -29,7 +29,6 @@ #include "config.h" #endif -#include <xserver-properties.h> #include "eventcomm.h" #include <errno.h> #include <sys/types.h> @@ -771,17 +770,17 @@ event_query_touch(SynapticsPrivate *priv, int fd) int axnum; static const char *labels[] = { - AXIS_LABEL_PROP_ABS_MT_TOUCH_MAJOR, - AXIS_LABEL_PROP_ABS_MT_TOUCH_MINOR, - AXIS_LABEL_PROP_ABS_MT_WIDTH_MAJOR, - AXIS_LABEL_PROP_ABS_MT_WIDTH_MINOR, - AXIS_LABEL_PROP_ABS_MT_ORIENTATION, - AXIS_LABEL_PROP_ABS_MT_POSITION_X, - AXIS_LABEL_PROP_ABS_MT_POSITION_Y, - AXIS_LABEL_PROP_ABS_MT_TOOL_TYPE, - AXIS_LABEL_PROP_ABS_MT_BLOB_ID, - AXIS_LABEL_PROP_ABS_MT_TRACKING_ID, - AXIS_LABEL_PROP_ABS_MT_PRESSURE, + "Abs MT Width Major", + "Abs MT Touch Minor", + "Abs MT Width Major", + "Abs MT Width Minor", + "Abs MT Orientation", + "Abs MT Position X", + "Abs MT Position Y", + "Abs MT Tool Type", + "Abs MT Blob ID", + "Abs MT Tracking ID", + "Abs MT Pressure", }; if (mtdev->caps.slot.maximum > 0) |