From 218b0fd57b315fd27d2e1c961acc8176a3c90c4a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 1 Apr 2000 11:48:59 +0000 Subject: [PATCH] (NUM_MOUSE_BUTTONS): Increase to 15. --- src/termhooks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5