Support mouse highlight on w32 text-mode frames.
authorEli Zaretskii <eliz@gnu.org>
Sat, 26 May 2012 09:31:59 +0000 (12:31 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 26 May 2012 09:31:59 +0000 (12:31 +0300)
commiteb3f6f01890259b11fa72b21aee4bf900abd18a9
tree5e74acd317fd96956f2cbdb8839689df14e779b8
parent4446092afffb588fec435785b9c7bfa4acac20d1
Support mouse highlight on w32 text-mode frames.

 src/xdisp.c (draw_row_with_mouse_face): Call
 tty_draw_row_with_mouse_face for WINDOWSNT as well.
 src/w32inevt.c (mouse_moved_to): When the mouse moves, call
 note_mouse_highlight.
 src/w32console.c: Include window.h.
 (w32con_write_glyphs_with_face, tty_draw_row_with_mouse_face): New
 functions.
 (initialize_w32_display): Initialize mouse-highlight data.
src/ChangeLog
src/w32console.c
src/w32inevt.c
src/xdisp.c