]> git.eshelyaron.com Git - emacs.git/commit
(mac_define_frame_cursor): Don't change pointer shape
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 10 Feb 2006 08:22:12 +0000 (08:22 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 10 Feb 2006 08:22:12 +0000 (08:22 +0000)
commitb465419fdfd093b1d59fdea95d990a8775f34b98
tree149a25b824287efd31c1b6a1c155ad349f6b4ac0
parent7d53d6786c13720fd51ebd17507b218915371ef0
(mac_define_frame_cursor): Don't change pointer shape
for unfocused frame.
(x_raise_frame): Call BringToFront instead of SelectWindow.
(x_lower_frame): Use NULL instead of nil.
(x_make_frame_visible): Don't call SelectWindow.
(XTread_socket): Increment handling_signal at the start, decrement
it at the end.
[USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
src/macterm.c