* lisp.h (Mouse_HLInfo): Move from here...
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 27 Aug 2013 03:52:21 +0000 (07:52 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 27 Aug 2013 03:52:21 +0000 (07:52 +0400)
commit9fed97293c8bc78eef679db1ae3cab468ecc473e
tree679239fa933440b9192c8503704f1b35bc885303
parent9e89d835b04c20a8cd3dfad452fa827d675b0938
* lisp.h (Mouse_HLInfo): Move from here...
* dispextern.h (Mouse_HLInfo): ...to here and offload lisp.h.
(reset_mouse_highlight): New function.
* msdos.c (dos_set_window_size, IT_update_begin)
(internal_terminal_init):
* nsterm.m (ns_update_window_end, x_free_frame_resources)
(ns_initialize_display_info):
* w32console.c (initialize_w32_display):
* w32term.c (x_update_window_end, x_free_frame_resources)
(w32_initialize_display_info):
* xterm.c (x_update_window_end, x_free_frame_resources, x_term_init):
* window.c (Fdelete_other_windows_internal):
* xdisp.c (clear_mouse_face, cancel_mouse_face): Use it.
* termchar.h (toplevel):
* xterm.h (toplevel): Include dispextern.h.
12 files changed:
src/ChangeLog
src/dispextern.h
src/lisp.h
src/msdos.c
src/nsterm.m
src/termchar.h
src/w32console.c
src/w32term.c
src/window.c
src/xdisp.c
src/xterm.c
src/xterm.h