aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.h b/src/evdev.h
index 6745a07..5b95369 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -98,7 +98,7 @@ typedef struct {
int flags;
int tool;
- int buttons; /* number of buttons */
+ int num_buttons; /* number of buttons */
BOOL swap_axes;
BOOL invert_x;
BOOL invert_y;