diff options
| author | Eli Zaretskii | 2010-11-05 12:03:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2010-11-05 12:03:17 +0200 |
| commit | 28118eb6e58a8461e2deef53b68fea513eaef825 (patch) | |
| tree | 657015742b2f15fd87145c8929db1cfe63a0e481 /src/msdos.h | |
| parent | cf482c50792a60e9fa015f4cb95a8ff1cbb5e108 (diff) | |
| download | emacs-28118eb6e58a8461e2deef53b68fea513eaef825.tar.gz emacs-28118eb6e58a8461e2deef53b68fea513eaef825.zip | |
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.h | 2 |
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; | |||
| 52 | #define PIX_TYPE unsigned long | 52 | #define PIX_TYPE unsigned long |
| 53 | #define XDISPLAY | 53 | #define XDISPLAY |
| 54 | 54 | ||
| 55 | typedef struct tty_display_info Display_Info; | ||
| 56 | |||
| 55 | extern struct tty_display_info the_only_display_info; | 57 | extern struct tty_display_info the_only_display_info; |
| 56 | 58 | ||
| 57 | #define FRAME_X_DISPLAY(f) ((Display *) 0) | 59 | #define FRAME_X_DISPLAY(f) ((Display *) 0) |