# HG changeset patch # User Dave Love # Date 1037283348 0 # Node ID 7cb3626d9e343dfbb50463668b6c09fc478c98cf # Parent de5246a3655a6ff61ce294c75f89ff973438d41e (get_specified_cursor_type, get_window_cursor_type): Declare. diff -r de5246a3655a -r 7cb3626d9e34 src/frame.h --- a/src/frame.h Thu Nov 14 14:15:07 2002 +0000 +++ b/src/frame.h Thu Nov 14 14:15:48 2002 +0000 @@ -692,6 +692,9 @@ 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. */