summaryrefslogtreecommitdiff
path: root/src/msdos.h
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2010-11-05 12:03:17 +0200
committerEli Zaretskii <eliz@gnu.org>2010-11-05 12:03:17 +0200
commit28118eb6e58a8461e2deef53b68fea513eaef825 (patch)
tree657015742b2f15fd87145c8929db1cfe63a0e481 /src/msdos.h
parentcf482c50792a60e9fa015f4cb95a8ff1cbb5e108 (diff)
downloademacs-28118eb6e58a8461e2deef53b68fea513eaef825.tar.gz
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.
Diffstat (limited to 'src/msdos.h')
-rw-r--r--src/msdos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/msdos.h b/src/msdos.h
index 7b50abe31e1..fe9964af25e 100644
--- a/src/msdos.h
+++ b/src/msdos.h
@@ -52,6 +52,8 @@ typedef int XRectangle;
#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)