aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h2
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 *,
2644extern void draw_phys_cursor_glyph P_ ((struct window *, 2644extern 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));
2647extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
2648 struct glyph *, int *));
2647extern void erase_phys_cursor P_ ((struct window *)); 2649extern void erase_phys_cursor P_ ((struct window *));
2648extern void display_and_set_cursor P_ ((struct window *, 2650extern void display_and_set_cursor P_ ((struct window *,
2649 int, int, int, int, int)); 2651 int, int, int, int, int));