Mercurial > emacs
changeset 48321:7cb3626d9e34
(get_specified_cursor_type, get_window_cursor_type):
Declare.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 14 Nov 2002 14:15:48 +0000 |
parents | de5246a3655a |
children | 7fc75e78e65f |
files | src/frame.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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. */