# HG changeset patch # User Kim F. Storm # Date 1035489472 0 # Node ID 29c0b05e2715058454917e1a8d57680eae947bfd # Parent 5496c6832b8a8407a4e2424ef6c82c64878d5664 (get_window_cursor_type): Update prototype. diff -r 5496c6832b8a -r 29c0b05e2715 src/lisp.h --- 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));