mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 19:00:55 -08:00
(set_cursor_from_row): Update prototype.
This commit is contained in:
parent
a4f3f618eb
commit
c558b5be6c
1 changed files with 2 additions and 2 deletions
|
|
@ -2632,7 +2632,7 @@ void remember_mouse_glyph P_ ((struct frame *, int, int, NativeRectangle *));
|
||||||
|
|
||||||
void mark_window_display_accurate P_ ((Lisp_Object, int));
|
void mark_window_display_accurate P_ ((Lisp_Object, int));
|
||||||
void redisplay_preserve_echo_area P_ ((int));
|
void redisplay_preserve_echo_area P_ ((int));
|
||||||
void set_cursor_from_row P_ ((struct window *, struct glyph_row *,
|
int set_cursor_from_row P_ ((struct window *, struct glyph_row *,
|
||||||
struct glyph_matrix *, int, int, int, int));
|
struct glyph_matrix *, int, int, int, int));
|
||||||
void init_iterator P_ ((struct it *, struct window *, int,
|
void init_iterator P_ ((struct it *, struct window *, int,
|
||||||
int, struct glyph_row *, enum face_id));
|
int, struct glyph_row *, enum face_id));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue