summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2011-01-11 13:31:37 -0500
committerChase Douglas <chase.douglas@canonical.com>2011-01-11 13:31:37 -0500
commit3c4dfc66e16a64a4d340fec9fb2f14c506f30553 (patch)
treec0113fb25ea88b7b207dd4885d6101557464e615
parent0fce2ca76ff8713037b45a0e1eaa91968bd05938 (diff)
Listen to property events for input coordination transformation
-rw-r--r--tools/mtview.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mtview.c b/tools/mtview.c
index fa9ddc5..f5c0418 100644
--- a/tools/mtview.c
+++ b/tools/mtview.c
@@ -199,6 +199,7 @@ static void run_window_xi2(struct windata *w,
mask.mask_len = XIMaskLen(XI_TouchMotion);
mask.mask = calloc(mask.mask_len, sizeof(char));
+ XISetMask(mask.mask, XI_PropertyEvent);
XISetMask(mask.mask, XI_TouchBegin);
XISetMask(mask.mask, XI_TouchMotion);
XISetMask(mask.mask, XI_TouchEnd);