From: Gerd Moellmann Date: Mon, 27 Mar 2000 14:46:48 +0000 (+0000) Subject: (x_specified_cursor_type, x_copy_color): Add prototypes. X-Git-Tag: emacs-pretest-21.0.90~4460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c14c2b9df03bfe67eee38254e440c6dea2ba747;p=emacs.git (x_specified_cursor_type, x_copy_color): Add prototypes. --- 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)); extern void x_wm_set_icon_position P_ ((struct frame *, int, int)); extern void x_delete_display P_ ((struct x_display_info *)); extern void x_initialize P_ ((void)); -void x_display_cursor P_ ((struct window *, int, int, int, int, int)); -void x_update_cursor P_ ((struct frame *, int)); +extern void x_display_cursor P_ ((struct window *, int, int, int, int, int)); +extern void x_update_cursor P_ ((struct frame *, int)); +extern unsigned long x_copy_color P_ ((struct frame *, unsigned long)); /* Defined in xselect.c */ @@ -1019,6 +1020,7 @@ extern int x_char_width P_ ((struct frame *)); extern int x_char_height P_ ((struct frame *)); extern int x_screen_planes P_ ((struct frame *)); extern void x_sync P_ ((struct frame *)); +extern enum text_cursor_kinds x_specified_cursor_type P_ ((Lisp_Object, int *)); /* Defined in xfaces.c */