]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_specified_cursor_type, get_window_cursor_type):
authorDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:15:48 +0000 (14:15 +0000)
committerDave Love <fx@gnu.org>
Thu, 14 Nov 2002 14:15:48 +0000 (14:15 +0000)
Declare.

src/frame.h

index d28afde3814e81f85e98585fcad8fb503316ad26..7db4863210519d0d2b49867c4d8085efdbb75592 100644 (file)
@@ -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 *));
 \f
 /* Device-independent scroll bar stuff.  */