comparison src/termhooks.h @ 28482:ada4d4e97d3b

(NUM_MOUSE_BUTTONS): Removed.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 03 Apr 2000 12:14:38 +0000
parents 8b9b560a2b4a
children e31f78844157
comparison
equal deleted inserted replaced
28481:3caab3235bc1 28482:ada4d4e97d3b
361 extern int (*read_socket_hook) P_ ((int, struct input_event *, int, int)); 361 extern int (*read_socket_hook) P_ ((int, struct input_event *, int, int));
362 362
363 /* Called when a frame's display becomes entirely up to date. */ 363 /* Called when a frame's display becomes entirely up to date. */
364 extern void (*frame_up_to_date_hook) P_ ((struct frame *)); 364 extern void (*frame_up_to_date_hook) P_ ((struct frame *));
365 365
366 /* This is used in keyboard.c, to tell how many buttons we will need
367 to track the positions of. */
368 #define NUM_MOUSE_BUTTONS 15
369 366
370 /* Bits in the modifiers member of the input_event structure. 367 /* Bits in the modifiers member of the input_event structure.
371 Note that reorder_modifiers assumes that the bits are in canonical 368 Note that reorder_modifiers assumes that the bits are in canonical
372 order. 369 order.
373 370