diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/evdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.h b/src/evdev.h index 9d84843..2cdc5bc 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -110,7 +110,7 @@ typedef struct { int real_buttons; int buttons; int b_flags[BTN_MAX]; - void *b_map_data[ABS_MAX]; + void *b_map_data[BTN_MAX]; evdev_map_func_f b_map[BTN_MAX]; void (*callback[BTN_MAX])(InputInfoPtr pInfo, int button, int value); } evdevBtnRec, *evdevBtnPtr; |