diff options
| author | Gerd Moellmann | 2000-03-27 14:46:48 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-27 14:46:48 +0000 |
| commit | 5c14c2b9df03bfe67eee38254e440c6dea2ba747 (patch) | |
| tree | 7d09561e8c261fefe0315422ae8a091e2ec48dc0 /src | |
| parent | 7313acd0d4b22b006ff245dd35ca12c1fe73c54f (diff) | |
| download | emacs-5c14c2b9df03bfe67eee38254e440c6dea2ba747.tar.gz emacs-5c14c2b9df03bfe67eee38254e440c6dea2ba747.zip | |
(x_specified_cursor_type, x_copy_color): Add prototypes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h index 6916b7b031a..ae7be794c36 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -979,8 +979,9 @@ extern void x_wm_set_icon_pixmap P_ ((struct frame *, int)); | |||
| 979 | extern void x_wm_set_icon_position P_ ((struct frame *, int, int)); | 979 | extern void x_wm_set_icon_position P_ ((struct frame *, int, int)); |
| 980 | extern void x_delete_display P_ ((struct x_display_info *)); | 980 | extern void x_delete_display P_ ((struct x_display_info *)); |
| 981 | extern void x_initialize P_ ((void)); | 981 | extern void x_initialize P_ ((void)); |
| 982 | void x_display_cursor P_ ((struct window *, int, int, int, int, int)); | 982 | extern void x_display_cursor P_ ((struct window *, int, int, int, int, int)); |
| 983 | void x_update_cursor P_ ((struct frame *, int)); | 983 | extern void x_update_cursor P_ ((struct frame *, int)); |
| 984 | extern unsigned long x_copy_color P_ ((struct frame *, unsigned long)); | ||
| 984 | 985 | ||
| 985 | /* Defined in xselect.c */ | 986 | /* Defined in xselect.c */ |
| 986 | 987 | ||
| @@ -1019,6 +1020,7 @@ extern int x_char_width P_ ((struct frame *)); | |||
| 1019 | extern int x_char_height P_ ((struct frame *)); | 1020 | extern int x_char_height P_ ((struct frame *)); |
| 1020 | extern int x_screen_planes P_ ((struct frame *)); | 1021 | extern int x_screen_planes P_ ((struct frame *)); |
| 1021 | extern void x_sync P_ ((struct frame *)); | 1022 | extern void x_sync P_ ((struct frame *)); |
| 1023 | extern enum text_cursor_kinds x_specified_cursor_type P_ ((Lisp_Object, int *)); | ||
| 1022 | 1024 | ||
| 1023 | /* Defined in xfaces.c */ | 1025 | /* Defined in xfaces.c */ |
| 1024 | 1026 | ||