diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 2e1eae3fdb0..6654e8beb5a 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -2632,8 +2632,8 @@ void remember_mouse_glyph P_ ((struct frame *, int, int, NativeRectangle *)); | |||
| 2632 | 2632 | ||
| 2633 | void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2633 | void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2634 | void redisplay_preserve_echo_area P_ ((int)); | 2634 | void redisplay_preserve_echo_area P_ ((int)); |
| 2635 | void set_cursor_from_row P_ ((struct window *, struct glyph_row *, | 2635 | int set_cursor_from_row P_ ((struct window *, struct glyph_row *, |
| 2636 | struct glyph_matrix *, int, int, int, int)); | 2636 | struct glyph_matrix *, int, int, int, int)); |
| 2637 | void init_iterator P_ ((struct it *, struct window *, int, | 2637 | void init_iterator P_ ((struct it *, struct window *, int, |
| 2638 | int, struct glyph_row *, enum face_id)); | 2638 | int, struct glyph_row *, enum face_id)); |
| 2639 | void init_iterator_to_row_start P_ ((struct it *, struct window *, | 2639 | void init_iterator_to_row_start P_ ((struct it *, struct window *, |