diff options
| author | Dave Love | 2002-11-14 14:15:48 +0000 |
|---|---|---|
| committer | Dave Love | 2002-11-14 14:15:48 +0000 |
| commit | b5fea23e3fb786f9eb9391f1d4a798ffbf46d62c (patch) | |
| tree | 092e519b39e7020c2d5d56a315accd4863a15d58 /src | |
| parent | 7652ade0b6832652433bca35c400e4bb6697f423 (diff) | |
| download | emacs-b5fea23e3fb786f9eb9391f1d4a798ffbf46d62c.tar.gz emacs-b5fea23e3fb786f9eb9391f1d4a798ffbf46d62c.zip | |
(get_specified_cursor_type, get_window_cursor_type):
Declare.
Diffstat (limited to 'src')
| -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; | |||
| 692 | extern Lisp_Object Vterminal_frame; | 692 | extern Lisp_Object Vterminal_frame; |
| 693 | 693 | ||
| 694 | extern Lisp_Object Vmouse_highlight; | 694 | extern Lisp_Object Vmouse_highlight; |
| 695 | |||
| 696 | enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *)); | ||
| 697 | enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *, int *)); | ||
| 695 | 698 | ||
| 696 | /* Device-independent scroll bar stuff. */ | 699 | /* Device-independent scroll bar stuff. */ |
| 697 | 700 | ||