diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 8 |
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 | ||
| 2643 | void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2643 | void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2644 | void redisplay_preserve_echo_area P_ ((int)); | 2644 | void redisplay_preserve_echo_area P_ ((int)); |
| 2645 | void set_cursor_from_row P_ ((struct window *, struct glyph_row *, | 2645 | int 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)); |
| 2647 | void init_iterator P_ ((struct it *, struct window *, int, | 2647 | void init_iterator P_ ((struct it *, struct window *, int, |
| 2648 | int, struct glyph_row *, enum face_id)); | 2648 | int, struct glyph_row *, enum face_id)); |
| 2649 | void init_iterator_to_row_start P_ ((struct it *, struct window *, | 2649 | void 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 *, | |||
| 2703 | extern void draw_phys_cursor_glyph P_ ((struct window *, | 2703 | extern 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)); |
| 2706 | extern int get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, | 2706 | extern void get_phys_cursor_geometry P_ ((struct window *, struct glyph_row *, |
| 2707 | struct glyph *, int *)); | 2707 | struct glyph *, int *, int *, int *)); |
| 2708 | extern void erase_phys_cursor P_ ((struct window *)); | 2708 | extern void erase_phys_cursor P_ ((struct window *)); |
| 2709 | extern void display_and_set_cursor P_ ((struct window *, | 2709 | extern void display_and_set_cursor P_ ((struct window *, |
| 2710 | int, int, int, int, int)); | 2710 | int, int, int, int, int)); |