diff options
| author | Kim F. Storm | 2006-05-28 20:19:17 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-28 20:19:17 +0000 |
| commit | c558b5be6c45379c48009b595b1792dff901b26d (patch) | |
| tree | 66f64a47157b81b97feb940cfd055201f30539ca /src | |
| parent | a4f3f618ebf3f27c79ddce6e28fca7a04eae1616 (diff) | |
| download | emacs-c558b5be6c45379c48009b595b1792dff901b26d.tar.gz emacs-c558b5be6c45379c48009b595b1792dff901b26d.zip | |
(set_cursor_from_row): Update prototype.
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 *, |