]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_window_cursor_type): Update prototype.
authorKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 19:57:52 +0000 (19:57 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 24 Oct 2002 19:57:52 +0000 (19:57 +0000)
src/lisp.h

index f0ae25fc78aea4bbd9d3574ba41ca1ba9e8470ca..c6e5ae433160638a5c3e374353898df248f511ff 100644 (file)
@@ -2396,7 +2396,7 @@ extern void redisplay_preserve_echo_area P_ ((int));
 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));