Mercurial > emacs
diff src/msdos.h @ 111344:b775602e70c8
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.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Fri, 05 Nov 2010 12:03:17 +0200 |
| parents | e302712538dc |
| children | 8ed4db9b46e6 |
line wrap: on
line diff
--- a/src/msdos.h Tue Nov 02 21:35:12 2010 +0200 +++ b/src/msdos.h Fri Nov 05 12:03:17 2010 +0200 @@ -52,6 +52,8 @@ #define PIX_TYPE unsigned long #define XDISPLAY +typedef struct tty_display_info Display_Info; + extern struct tty_display_info the_only_display_info; #define FRAME_X_DISPLAY(f) ((Display *) 0)
