From b5fea23e3fb786f9eb9391f1d4a798ffbf46d62c Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 14 Nov 2002 14:15:48 +0000 Subject: [PATCH] (get_specified_cursor_type, get_window_cursor_type): Declare. --- src/frame.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/frame.h b/src/frame.h index d28afde3814..7db48632105 100644 --- a/src/frame.h +++ b/src/frame.h @@ -692,6 +692,9 @@ extern Lisp_Object Vdefault_frame_alist; extern Lisp_Object Vterminal_frame; extern Lisp_Object Vmouse_highlight; + +enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *)); +enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *, int *)); /* Device-independent scroll bar stuff. */ -- 2.39.5