aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 0aac78f9557..92005e6b149 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2642,8 +2642,8 @@ void remember_mouse_glyph P_ ((struct frame *, int, int, NativeRectangle *));
2642 2642
2643void mark_window_display_accurate P_ ((Lisp_Object, int)); 2643void mark_window_display_accurate P_ ((Lisp_Object, int));
2644void redisplay_preserve_echo_area P_ ((int)); 2644void redisplay_preserve_echo_area P_ ((int));
2645void set_cursor_from_row P_ ((struct window *, struct glyph_row *, 2645int set_cursor_from_row P_ ((struct window *, struct glyph_row *,
2646 struct glyph_matrix *, int, int, int, int)); 2646 struct glyph_matrix *, int, int, int, int));
2647void init_iterator P_ ((struct it *, struct window *, int, 2647void init_iterator P_ ((struct it *, struct window *, int,
2648 int, struct glyph_row *, enum face_id)); 2648 int, struct glyph_row *, enum face_id));
2649void init_iterator_to_row_start P_ ((struct it *, struct window *, 2649void init_iterator_to_row_start P_ ((struct it *, struct window *,
@@ -2703,8 +2703,8 @@ extern void x_fix_overlapping_area P_ ((struct window *, struct glyph_row *,
2703extern void draw_phys_cursor_glyph P_ ((struct window *, 2703extern void draw_phys_cursor_glyph P_ ((struct window *,
2704 struct glyph_row *, 2704 struct glyph_row *,
2705 enum draw_glyphs_face)); 2705 enum draw_glyphs_face));
2706extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, 2706extern void get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *,
2707 struct glyph *, int *)); 2707 struct glyph *, int *, int *, int *));
2708extern void erase_phys_cursor P_ ((struct window *)); 2708extern void erase_phys_cursor P_ ((struct window *));
2709extern void display_and_set_cursor P_ ((struct window *, 2709extern void display_and_set_cursor P_ ((struct window *,
2710 int, int, int, int, int)); 2710 int, int, int, int, int));