(Fw32_register_hot_key, Fw32_unregister_hot_key)
authorJason Rumney <jasonr@gnu.org>
Mon, 17 May 2004 22:51:47 +0000 (22:51 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 17 May 2004 22:51:47 +0000 (22:51 +0000)
commit2ba49441af2401cc7f5a2eaec8aeeb9dd9edeea0
tree5d1ebe9a3c9d8858b00528a89b34c925fae166e7
parent0bc90bbad41afce8e8e4130e25e4f36f09cfd5fa
(Fw32_register_hot_key, Fw32_unregister_hot_key)
(Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from Lisp_Object
using i member.
(w32_quit_key): Rename from Vw32_quit_key, and make an int.
(syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int consistently.
(w32_color_map_lookup): Return a Lisp_Object.
(x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
Use EQ to compare Lisp_Objects.
(w32_parse_hot_key): Use int for lisp_modifiers consistently.
(w32_wnd_proc): Use w32_num_mouse_buttons.
src/w32fns.c