# HG changeset patch # User Kim F. Storm # Date 1030708861 0 # Node ID 09135ba45a40078e35c3351be32ae256e62b44d5 # Parent 01a54ba3159901f27c961c90ab253f7e2dbca060 (Qcursor_in_non_selected_windows): Extern removed. (get_specified_cursor_type, get_window_cursor_type) (set_frame_cursor_types): Added prototypes. diff -r 01a54ba31599 -r 09135ba45a40 src/lisp.h --- a/src/lisp.h Fri Aug 30 12:00:36 2002 +0000 +++ b/src/lisp.h Fri Aug 30 12:01:01 2002 +0000 @@ -2363,7 +2363,6 @@ extern Lisp_Object Qinhibit_redisplay, Qdisplay; extern Lisp_Object Qinhibit_eval_during_redisplay; extern Lisp_Object Qmessage_truncate_lines; -extern Lisp_Object Qcursor_in_non_selected_windows; extern Lisp_Object Vmessage_log_max; extern int message_enable_multibyte; extern Lisp_Object echo_area_buffer[2]; @@ -2395,6 +2394,9 @@ 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 *)); +void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); extern void syms_of_xdisp P_ ((void)); extern void init_xdisp P_ ((void)); extern Lisp_Object safe_eval P_ ((Lisp_Object));