summaryrefslogtreecommitdiff
path: root/XI2.h
diff options
context:
space:
mode:
authorChase Douglas <chase.douglas@canonical.com>2011-08-02 15:29:54 -0700
committerChase Douglas <chase.douglas@canonical.com>2011-08-05 14:44:20 -0700
commit45387042f8fa767dda610936557548adf76306c5 (patch)
tree7a48982ef7c7c057c937916695a63e0cdc10a5b1 /XI2.h
parent3a2f149b33531d02fff8e46181ffdcfcecb0c8cb (diff)
Update device type terminology
Remove IndepedentTouch and SemiMultitouch devices. These may be handled in an implementation specific manner through the props array of ATOMs in the touch class information. Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'XI2.h')
-rw-r--r--XI2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/XI2.h b/XI2.h
index e70defe..4b3c275 100644
--- a/XI2.h
+++ b/XI2.h
@@ -164,8 +164,6 @@
/* Touch modes */
#define XIDirectTouch 1
#define XIDependentTouch 2
-#define XIIndependentPointer 3
-#define XISemiMultitouch 4
/* XI2 event mask macros */
#define XISetMask(ptr, event) (((unsigned char*)(ptr))[(event)>>3] |= (1 << ((event) & 7)))