diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 0e6d934991a..f70b1f8092e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3266,7 +3266,7 @@ extern int clear_mouse_face (Mouse_HLInfo *); | |||
| 3266 | extern int cursor_in_mouse_face_p (struct window *w); | 3266 | extern int cursor_in_mouse_face_p (struct window *w); |
| 3267 | extern void tty_draw_row_with_mouse_face (struct window *, struct glyph_row *, | 3267 | extern void tty_draw_row_with_mouse_face (struct window *, struct glyph_row *, |
| 3268 | int, int, enum draw_glyphs_face); | 3268 | int, int, enum draw_glyphs_face); |
| 3269 | extern void display_tty_menu_item (const char *, int, int, int, int); | 3269 | extern void display_tty_menu_item (const char *, int, int, int, int, int); |
| 3270 | 3270 | ||
| 3271 | /* Flags passed to try_window. */ | 3271 | /* Flags passed to try_window. */ |
| 3272 | #define TRY_WINDOW_CHECK_MARGINS (1 << 0) | 3272 | #define TRY_WINDOW_CHECK_MARGINS (1 << 0) |