mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
(NUM_MOUSE_BUTTONS): Increase to 15.
This commit is contained in:
parent
2de477650b
commit
218b0fd57b
@ -365,7 +365,7 @@ extern void (*frame_up_to_date_hook) P_ ((struct frame *));
|
||||
|
||||
/* This is used in keyboard.c, to tell how many buttons we will need
|
||||
to track the positions of. */
|
||||
#define NUM_MOUSE_BUTTONS (5)
|
||||
#define NUM_MOUSE_BUTTONS 15
|
||||
|
||||
/* Bits in the modifiers member of the input_event structure.
|
||||
Note that reorder_modifiers assumes that the bits are in canonical
|
||||
|
Loading…
Reference in New Issue
Block a user