diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index a2121540e49..d92f13a5059 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -329,13 +329,15 @@ extern void timer_start_idle P_ ((void)); | |||
| 329 | extern void timer_stop_idle P_ ((void)); | 329 | extern void timer_stop_idle P_ ((void)); |
| 330 | extern int lucid_event_type_list_p P_ ((Lisp_Object)); | 330 | extern int lucid_event_type_list_p P_ ((Lisp_Object)); |
| 331 | extern void kbd_buffer_store_event P_ ((struct input_event *)); | 331 | extern void kbd_buffer_store_event P_ ((struct input_event *)); |
| 332 | extern void kbd_buffer_store_event_hold P_ ((struct input_event *, | ||
| 333 | struct input_event *)); | ||
| 332 | #ifdef POLL_FOR_INPUT | 334 | #ifdef POLL_FOR_INPUT |
| 333 | extern void poll_for_input_1 P_ ((void)); | 335 | extern void poll_for_input_1 P_ ((void)); |
| 334 | #endif | 336 | #endif |
| 335 | extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, | 337 | extern void show_help_echo P_ ((Lisp_Object, Lisp_Object, Lisp_Object, |
| 336 | Lisp_Object, int)); | 338 | Lisp_Object, int)); |
| 337 | extern int gen_help_event P_ ((struct input_event *, int, Lisp_Object, | 339 | extern void gen_help_event P_ ((Lisp_Object, Lisp_Object, Lisp_Object, |
| 338 | Lisp_Object, Lisp_Object, Lisp_Object, int)); | 340 | Lisp_Object, int)); |
| 339 | extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); | 341 | extern void kbd_buffer_store_help_event P_ ((Lisp_Object, Lisp_Object)); |
| 340 | extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); | 342 | extern Lisp_Object menu_item_eval_property P_ ((Lisp_Object)); |
| 341 | extern int kbd_buffer_events_waiting P_ ((int)); | 343 | extern int kbd_buffer_events_waiting P_ ((int)); |