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:
parent
7652ade0b6
commit
b5fea23e3f
1 changed files with 3 additions and 0 deletions
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue