]> git.eshelyaron.com Git - emacs.git/commit
[HAVE_NTGUI]: Include w32term.h.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:20:59 +0000 (07:20 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 7 Nov 1995 07:20:59 +0000 (07:20 +0000)
commite98a93eb98bc01713ff18f0b52030b787ef1130e
tree12a4f161ce721ed60edbd04876fe0324f43f3bb5
parent032d78fe789abe27c2d01fe60a47c83dbe4f1388
[HAVE_NTGUI]: Include w32term.h.
[HAVE_NTGUI] (KBD_BUFFER_SIZE): Increase for NT window system.
[HAVE_NTGUI] (POLL_FOR_INPUT): Define.
[HAVE_NTGUI] (kbd_buffer_get_event): Enable windowing and menu events.
[HAVE_NTGUI] (lispy_function_keys): Define array for NT.
[HAVE_NTGUI] (make_lispy_event): Enable menu bar events.
[HAVE_NTGUI] (modify_event_symbol): Map symbol to keysym.
[HAVE_NTGUI] (read_char_x_menu_prompt): Display menus.

(FUNCTION_KEY_OFFSET): New macro.
(make_lispy_event): Use FUNCTION_KEY_OFFSET to modify event codes
before applying modifiers.

Use HAVE_WINDOW_SYSTEM instead of testing for specific window systems.
src/keyboard.c