comparison src/keyboard.h @ 83067:b44978264e1d

Merged in changes from CVS HEAD Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-118 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-119 src/keyboard.c (adjust_point_for_property): #ifdef-out dodgy xassert * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-120 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-107
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 28 Feb 2004 04:52:40 +0000
parents c4d4cbf86260 fe5d50158fb4
children 4e92102a0172
comparison
equal deleted inserted replaced
83066:887bb2eb4a89 83067:b44978264e1d
327 extern void cmd_error_internal P_ ((Lisp_Object, char *)); 327 extern void cmd_error_internal P_ ((Lisp_Object, char *));
328 extern void timer_start_idle P_ ((void)); 328 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));
342 344
343 extern int tty_read_avail_input P_ ((struct display *, 345 extern int tty_read_avail_input P_ ((struct display *, int,
344 struct input_event *, int, int)); 346 struct input_event *));
345 347
346 /* arch-tag: 769cbade-1ba9-4950-b886-db265b061aa3 348 /* arch-tag: 769cbade-1ba9-4950-b886-db265b061aa3
347 (do not change this comment) */ 349 (do not change this comment) */