diff options
author | Kim F. Storm <storm@cua.dk> | 2006-05-28 20:19:17 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2006-05-28 20:19:17 +0000 |
commit | c558b5be6c45379c48009b595b1792dff901b26d (patch) | |
tree | 66f64a47157b81b97feb940cfd055201f30539ca /src | |
parent | a4f3f618ebf3f27c79ddce6e28fca7a04eae1616 (diff) | |
download | emacs-c558b5be6c45379c48009b595b1792dff901b26d.tar.gz emacs-c558b5be6c45379c48009b595b1792dff901b26d.tar.bz2 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 *)); void mark_window_display_accurate P_ ((Lisp_Object, int)); void redisplay_preserve_echo_area P_ ((int)); -void set_cursor_from_row P_ ((struct window *, struct glyph_row *, - struct glyph_matrix *, int, int, int, int)); +int set_cursor_from_row P_ ((struct window *, struct glyph_row *, + struct glyph_matrix *, int, int, int, int)); void init_iterator P_ ((struct it *, struct window *, int, int, struct glyph_row *, enum face_id)); void init_iterator_to_row_start P_ ((struct it *, struct window *, |