aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 43655ab9a19..2e1eae3fdb0 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2693,8 +2693,8 @@ extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *,
2693extern void draw_phys_cursor_glyph P_ ((struct window *, 2693extern void draw_phys_cursor_glyph P_ ((struct window *,
2694 struct glyph_row *, 2694 struct glyph_row *,
2695 enum draw_glyphs_face)); 2695 enum draw_glyphs_face));
2696extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, 2696extern void get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
2697 struct glyph *, int *)); 2697 struct glyph *, int *, int *, int *));
2698extern void erase_phys_cursor P_ ((struct window *)); 2698extern void erase_phys_cursor P_ ((struct window *));
2699extern void display_and_set_cursor P_ ((struct window *, 2699extern void display_and_set_cursor P_ ((struct window *,
2700 int, int, int, int, int)); 2700 int, int, int, int, int));