summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-01-23 15:37:23 +1100
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-23 17:52:38 +1000
commite7867d12541ef9683d5d7fc766e918c13a742981 (patch)
treeb1cac26eba40a1640a9b066515fbc36580aa1621 /include/input.h
parent10dcf3ed9c543a6811340567e586ec0e476fcf61 (diff)
include: add XInternalEvent.
This is the event we want to feed into the EQ and process on the way through. Only applies for input events for now. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input.h b/include/input.h
index 3b7a173ab..180423591 100644
--- a/include/input.h
+++ b/include/input.h
@@ -75,6 +75,7 @@ SOFTWARE.
/* Maximum number of valuators, divided by six, rounded up, to get number
* of events. */
#define MAX_VALUATOR_EVENTS 6
+#define MAX_BUTTONS 256 /* completely arbitrarily chosen */
#define NO_AXIS_LIMITS -1