mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 02:50:26 -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,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 *,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue