aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/evdev.h b/src/evdev.h
index cad1eed..c6a6e99 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -47,6 +47,7 @@ typedef struct {
int abs_x, abs_y, old_x, old_y;
int flags;
int tool;
+ int buttons; /* number of buttons */
/* XKB stuff has to be per-device rather than per-driver */
int noXkb;