diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-04-01 11:48:59 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-04-01 11:48:59 +0000 |
commit | 218b0fd57b315fd27d2e1c961acc8176a3c90c4a (patch) | |
tree | 9b706522db765a95db9f6d44749be62c6771a847 /src/termhooks.h | |
parent | 2de477650b66e89d055051c0980bd29b07cd54e0 (diff) | |
download | emacs-218b0fd57b315fd27d2e1c961acc8176a3c90c4a.tar.gz |
(NUM_MOUSE_BUTTONS): Increase to 15.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 4aa5e516690..cd7476b93c9 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -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 |