Cleanup fallout from redesigning mouse highlight.
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Nov 2010 10:03:17 +0000 (12:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Nov 2010 10:03:17 +0000 (12:03 +0200)
commit28118eb6e58a8461e2deef53b68fea513eaef825
tree657015742b2f15fd87145c8929db1cfe63a0e481
parentcf482c50792a60e9fa015f4cb95a8ff1cbb5e108
Cleanup fallout from redesigning mouse highlight.

 dispextern.h (tty_draw_row_with_mouse_face): Add prototype.
 xdisp.c (draw_row_with_mouse_face): Don't #ifdef away on MSDOS.
 Call tty_draw_row_with_mouse_face on MSDOS as well.
 msdos.c (tty_draw_row_with_mouse_face): Renamed from
 draw_row_with_mouse_face.  Make the argument list identical to the
 GPM implementation.
 msdos.h (Display_Info): Restore typedef.
src/ChangeLog
src/dispextern.h
src/msdos.c
src/msdos.h
src/xdisp.c