Mercurial > emacs
changeset 47991:29c0b05e2715
(get_window_cursor_type): Update prototype.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 24 Oct 2002 19:57:52 +0000 |
parents | 5496c6832b8a |
children | 3762c0399817 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Oct 24 19:57:38 2002 +0000 +++ b/src/lisp.h Thu Oct 24 19:57:52 2002 +0000 @@ -2396,7 +2396,7 @@ extern void mark_window_display_accurate P_ ((Lisp_Object, int)); extern void prepare_menu_bars P_ ((void)); enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *)); -enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *)); +enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *, int *)); void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); extern void syms_of_xdisp P_ ((void)); extern void init_xdisp P_ ((void));