diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 89a8fe39aeb..3b72e54b6d1 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2644,6 +2644,8 @@ extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *, | |||
| 2644 | extern void draw_phys_cursor_glyph P_ ((struct window *, | 2644 | extern void draw_phys_cursor_glyph P_ ((struct window *, |
| 2645 | struct glyph_row *, | 2645 | struct glyph_row *, |
| 2646 | enum draw_glyphs_face)); | 2646 | enum draw_glyphs_face)); |
| 2647 | extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, | ||
| 2648 | struct glyph *, int *)); | ||
| 2647 | extern void erase_phys_cursor P_ ((struct window *)); | 2649 | extern void erase_phys_cursor P_ ((struct window *)); |
| 2648 | extern void display_and_set_cursor P_ ((struct window *, | 2650 | extern void display_and_set_cursor P_ ((struct window *, |
| 2649 | int, int, int, int, int)); | 2651 | int, int, int, int, int)); |