diff options
| author | Gerd Moellmann | 2000-04-03 12:19:31 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-03 12:19:31 +0000 |
| commit | 587a49abfbb988ea16cc2b6dcad3b532fabd27ff (patch) | |
| tree | 3bf36a956cb6c76c323224147e02136f312d0d14 /src/termhooks.h | |
| parent | fa7dad5bfc46028b557dd43d6e0d7fe50c21c5a4 (diff) | |
| download | emacs-587a49abfbb988ea16cc2b6dcad3b532fabd27ff.tar.gz emacs-587a49abfbb988ea16cc2b6dcad3b532fabd27ff.zip | |
(NUM_MOUSE_BUTTONS): Removed.
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index cd7476b93c9..b6050cde256 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -363,9 +363,6 @@ extern int (*read_socket_hook) P_ ((int, struct input_event *, int, int)); | |||
| 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 |