Finish coding mouse highlight redesigned for portability.
authorEli Zaretskii <eliz@gnu.org>
Mon, 1 Nov 2010 20:09:03 +0000 (22:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 1 Nov 2010 20:09:03 +0000 (22:09 +0200)
commitbbf534ce52f044f79773e91f558227c3e9a1727b
tree289207d3fa6d3bd520b1e2b69d96f116b8f372c1
parent7ea692f66f4367755bb9e80991182ac55c90ead2
Finish coding mouse highlight redesigned for portability.
Not compiled yet.

 nsterm.m (ns_update_window_begin, ns_update_window_end)
 (ns_update_end, x_destroy_window, ns_frame_up_to_date)
 (ns_dumpglyphs_box_or_relief, ns_maybe_dumpglyphs_background)
 (ns_dumpglyphs_image, ns_dumpglyphs_stretch)
 (ns_initialize_display_info, keyDown, mouseMoved, mouseExited):
 Replace Display_Info with Mouse_HLInfo everywhere where
 mouse_face_* members were accessed for mouse highlight purposes.
 xterm.c (x_update_window_begin, x_update_window_end)
 (x_update_end, XTframe_up_to_date, x_set_mouse_face_gc)
 (handle_one_xevent, x_free_frame_resources, x_term_init): Replace
 Display_Info with Mouse_HLInfo everywhere where mouse_face_*
 members were accessed for mouse highlight purposes.
 w32term.c (x_update_window_begin, x_update_window_end)
 (x_update_end, w32_read_socket, x_free_frame_resources)
 (w32_initialize_display_info): Replace Display_Info with
 Mouse_HLInfo everywhere where mouse_face_* members were accessed
 for mouse highlight purposes.
 xdisp.c (show_mouse_face, note_mode_line_or_margin_highlight)
 (note_mouse_highlight) [HAVE_WINDOW_SYSTEM]: Don't run GUI code
 unless the frame is on a window-system.
src/ChangeLog
src/nsterm.m
src/w32term.c
src/xdisp.c
src/xterm.c