comparison src/macterm.c @ 64313:3b2fdd9aa557

(mac_window_to_frame): Remove duplicate define.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Thu, 14 Jul 2005 09:23:24 +0000
parents 0a062d2d75f3
children feba2f2d875e
comparison
equal deleted inserted replaced
64312:c528a5858404 64313:3b2fdd9aa557
92 #define macShiftKey (shiftKey) 92 #define macShiftKey (shiftKey)
93 #define macMetaKey (NILP (Vmac_reverse_ctrl_meta) ? \ 93 #define macMetaKey (NILP (Vmac_reverse_ctrl_meta) ? \
94 (NILP (Vmac_command_key_is_meta) ? optionKey : cmdKey) \ 94 (NILP (Vmac_command_key_is_meta) ? optionKey : cmdKey) \
95 : controlKey) 95 : controlKey)
96 #define macAltKey (NILP (Vmac_command_key_is_meta) ? cmdKey : optionKey) 96 #define macAltKey (NILP (Vmac_command_key_is_meta) ? cmdKey : optionKey)
97
98 #define mac_window_to_frame(wp) (((mac_output *) GetWRefCon (wp))->mFP)
99 97
100 98
101 /* Non-nil means Emacs uses toolkit scroll bars. */ 99 /* Non-nil means Emacs uses toolkit scroll bars. */
102 100
103 Lisp_Object Vx_toolkit_scroll_bars; 101 Lisp_Object Vx_toolkit_scroll_bars;