comparison src/xterm.h @ 29780:520e4132439f

Remove duplicate prototypes. Declare free_frame_xic, x_set_tool_bar_lines.
author Dave Love <fx@gnu.org>
date Tue, 20 Jun 2000 13:11:39 +0000
parents 072a2799136b
children 1c42f2313b4f
comparison
equal deleted inserted replaced
29779:4fe4901e5113 29780:520e4132439f
902 void x_handle_selection_notify P_ ((XSelectionEvent *)); 902 void x_handle_selection_notify P_ ((XSelectionEvent *));
903 void x_handle_property_notify P_ ((XPropertyEvent *)); 903 void x_handle_property_notify P_ ((XPropertyEvent *));
904 904
905 /* From xfns.c. */ 905 /* From xfns.c. */
906 906
907 void x_real_positions P_ ((struct frame *, int *, int *));
908 void x_destroy_bitmap P_ ((struct frame *, int));
909 int x_create_bitmap_from_file P_ ((struct frame *, Lisp_Object));
910 int x_create_bitmap_from_data P_ ((struct frame *, char *, unsigned,
911 unsigned));
912 void x_reference_bitmap P_ ((struct frame *, int));
913 void x_sync P_ ((struct frame *));
914 int x_bitmap_pixmap P_ ((struct frame *, int));
915 void x_set_menu_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
916 int x_bitmap_height P_ ((struct frame *, int));
917 int x_bitmap_width P_ ((struct frame *, int));
918 int defined_color P_ ((struct frame *, char *, XColor *, int));
919 Lisp_Object display_x_get_resource P_ ((struct x_display_info *, 907 Lisp_Object display_x_get_resource P_ ((struct x_display_info *,
920 Lisp_Object, Lisp_Object, 908 Lisp_Object, Lisp_Object,
921 Lisp_Object, Lisp_Object)); 909 Lisp_Object, Lisp_Object));
922 struct frame *check_x_frame P_ ((Lisp_Object)); 910 struct frame *check_x_frame P_ ((Lisp_Object));
923 EXFUN (Fx_display_color_p, 1); 911 EXFUN (Fx_display_color_p, 1);
1022 extern int x_char_width P_ ((struct frame *)); 1010 extern int x_char_width P_ ((struct frame *));
1023 extern int x_char_height P_ ((struct frame *)); 1011 extern int x_char_height P_ ((struct frame *));
1024 extern int x_screen_planes P_ ((struct frame *)); 1012 extern int x_screen_planes P_ ((struct frame *));
1025 extern void x_sync P_ ((struct frame *)); 1013 extern void x_sync P_ ((struct frame *));
1026 extern enum text_cursor_kinds x_specified_cursor_type P_ ((Lisp_Object, int *)); 1014 extern enum text_cursor_kinds x_specified_cursor_type P_ ((Lisp_Object, int *));
1015 extern int x_defined_color P_ ((struct frame *, char *, XColor *, int));
1016 #ifdef HAVE_X_I18N
1017 extern void free_frame_xic P_ ((struct frame *));
1018 #endif
1019 extern void x_set_tool_bar_lines P_ ((struct frame *, Lisp_Object, Lisp_Object));
1027 1020
1028 /* Defined in xfaces.c */ 1021 /* Defined in xfaces.c */
1029 1022
1030 extern int frame_update_line_height P_ ((struct frame *)); 1023 extern int frame_update_line_height P_ ((struct frame *));
1031 extern int compute_glyph_face P_ ((struct frame *, int, int)); 1024 extern int compute_glyph_face P_ ((struct frame *, int, int));