comparison src/xfns.c @ 38749:24e6b905a458

(x_create_im): Remove prototype.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 09 Aug 2001 09:48:04 +0000
parents 0bfdfd449f4a
children 2c7a6a1b047e
comparison
equal deleted inserted replaced
38748:bb32ae33769e 38749:24e6b905a458
727 727
728 static Lisp_Object unwind_create_frame P_ ((Lisp_Object)); 728 static Lisp_Object unwind_create_frame P_ ((Lisp_Object));
729 static Lisp_Object unwind_create_tip_frame P_ ((Lisp_Object)); 729 static Lisp_Object unwind_create_tip_frame P_ ((Lisp_Object));
730 static void x_change_window_heights P_ ((Lisp_Object, int)); 730 static void x_change_window_heights P_ ((Lisp_Object, int));
731 static void x_disable_image P_ ((struct frame *, struct image *)); 731 static void x_disable_image P_ ((struct frame *, struct image *));
732 static void x_create_im P_ ((struct frame *));
733 void x_set_foreground_color P_ ((struct frame *, Lisp_Object, Lisp_Object)); 732 void x_set_foreground_color P_ ((struct frame *, Lisp_Object, Lisp_Object));
734 static void x_set_line_spacing P_ ((struct frame *, Lisp_Object, Lisp_Object)); 733 static void x_set_line_spacing P_ ((struct frame *, Lisp_Object, Lisp_Object));
735 static void x_set_wait_for_wm P_ ((struct frame *, Lisp_Object, Lisp_Object)); 734 static void x_set_wait_for_wm P_ ((struct frame *, Lisp_Object, Lisp_Object));
736 void x_set_background_color P_ ((struct frame *, Lisp_Object, Lisp_Object)); 735 void x_set_background_color P_ ((struct frame *, Lisp_Object, Lisp_Object));
737 void x_set_mouse_color P_ ((struct frame *, Lisp_Object, Lisp_Object)); 736 void x_set_mouse_color P_ ((struct frame *, Lisp_Object, Lisp_Object));