summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--XI2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/XI2.h b/XI2.h
index 7fc76f0..06bc740 100644
--- a/XI2.h
+++ b/XI2.h
@@ -133,6 +133,9 @@
#define XI_RawEvent 12
#define XI_PropertyEvent 13
#define XI_LASTEVENT XI_PropertyEvent
+/* NOTE: XI2LASTEVENT in xserver/include/inputstr.h must be the same value
+ * as XI_LASTEVENT if the server is supposed to handle masks etc. for this
+ * type of event. */
/* Event masks.
* Note: the protocol spec defines a mask to be of (1 << type). Clients are