diff options
author | Dave Love <fx@gnu.org> | 2002-11-14 14:15:48 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2002-11-14 14:15:48 +0000 |
commit | b5fea23e3fb786f9eb9391f1d4a798ffbf46d62c (patch) | |
tree | 092e519b39e7020c2d5d56a315accd4863a15d58 /src/frame.h | |
parent | 7652ade0b6832652433bca35c400e4bb6697f423 (diff) | |
download | emacs-b5fea23e3fb786f9eb9391f1d4a798ffbf46d62c.tar.gz |
(get_specified_cursor_type, get_window_cursor_type):
Declare.
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |