summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-10-27 10:06:27 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-10-28 08:23:45 +1000
commit077d24850fcf36c5a7c56e9a9a56fcc2c4a50a4c (patch)
treeb274391d719c1daa68861e02db1b1e80637bc514 /include
parent09862c15874162c56e7d310f9e5385a76eb616a2 (diff)
downloadxf86-input-wacom-077d24850fcf36c5a7c56e9a9a56fcc2c4a50a4c.tar.gz
Comment AC_CORE as deprecated.
Leave it in for now in case someone relies on it but it'll likely be removed in the future. Drivers don't decide on whether to send core events since 1.7. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Acked-by: Ping Cheng <pinglinux@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/Xwacom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Xwacom.h b/include/Xwacom.h
index bec9a26..2ef0c70 100644
--- a/include/Xwacom.h
+++ b/include/Xwacom.h
@@ -56,7 +56,7 @@
#define AC_BUTTON 0x00080000 /* Emit button events */
#define AC_TYPE 0x000f0000 /* The mask to isolate event type bits */
#define AC_KEYBTNPRESS 0x00100000 /* bit set for key/button presses */
-#define AC_CORE 0x10000000 /* Always emit a core event */
+#define AC_CORE 0x10000000 /* DEPRECATED: has no effect */
#define AC_EVENT 0xf00f0000 /* Mask to isolate event flag */
#endif /* __XORG_XWACOM_H */