diff options
| author | Kim F. Storm | 2002-10-24 19:57:52 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-10-24 19:57:52 +0000 |
| commit | 5af96b788b013fd1ffe5fe663cece1425b38fb34 (patch) | |
| tree | 0846535cf0b831a01053a14f0dd5a192f1b06366 /src | |
| parent | 7a21b1f0d9b90c2436606679e28399b069b0944a (diff) | |
| download | emacs-5af96b788b013fd1ffe5fe663cece1425b38fb34.tar.gz emacs-5af96b788b013fd1ffe5fe663cece1425b38fb34.zip | |
(get_window_cursor_type): Update prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index f0ae25fc78a..c6e5ae43316 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2396,7 +2396,7 @@ extern void redisplay_preserve_echo_area P_ ((int)); | |||
| 2396 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); | 2396 | extern void mark_window_display_accurate P_ ((Lisp_Object, int)); |
| 2397 | extern void prepare_menu_bars P_ ((void)); | 2397 | extern void prepare_menu_bars P_ ((void)); |
| 2398 | enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *)); | 2398 | enum text_cursor_kinds get_specified_cursor_type P_ ((Lisp_Object, int *)); |
| 2399 | enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *)); | 2399 | enum text_cursor_kinds get_window_cursor_type P_ ((struct window *, int *, int *)); |
| 2400 | void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); | 2400 | void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); |
| 2401 | extern void syms_of_xdisp P_ ((void)); | 2401 | extern void syms_of_xdisp P_ ((void)); |
| 2402 | extern void init_xdisp P_ ((void)); | 2402 | extern void init_xdisp P_ ((void)); |