mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-30 04:14:16 +00:00
Initialise b_map_data to correct size. Bug #13991
X.Org Bug 13991 <http://bugs.freedesktop.org/show_bug.cgi?id=13991>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user