1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(get_specified_cursor_type, get_window_cursor_type):

Declare.
This commit is contained in:
Dave Love 2002-11-14 14:15:48 +00:00
parent 7652ade0b6
commit b5fea23e3f

View 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 *));
/* Device-independent scroll bar stuff. */