comparison src/xterm.h @ 34525:6a10bf66e0c5

(x_free_frame_resources): Declare.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 13 Dec 2000 20:27:22 +0000
parents 61c2da7c4adf
children ff5045d1af58
comparison
equal deleted inserted replaced
34524:d4b8782e7f7b 34525:6a10bf66e0c5
975 extern void x_raise_frame P_ ((struct frame *)); 975 extern void x_raise_frame P_ ((struct frame *));
976 extern void x_lower_frame P_ ((struct frame *)); 976 extern void x_lower_frame P_ ((struct frame *));
977 extern void x_make_frame_visible P_ ((struct frame *)); 977 extern void x_make_frame_visible P_ ((struct frame *));
978 extern void x_make_frame_invisible P_ ((struct frame *)); 978 extern void x_make_frame_invisible P_ ((struct frame *));
979 extern void x_iconify_frame P_ ((struct frame *)); 979 extern void x_iconify_frame P_ ((struct frame *));
980 extern void x_free_frame_resources P_ ((struct frame *));
980 extern void x_destroy_window P_ ((struct frame *)); 981 extern void x_destroy_window P_ ((struct frame *));
981 extern void x_wm_set_size_hint P_ ((struct frame *, long, int)); 982 extern void x_wm_set_size_hint P_ ((struct frame *, long, int));
982 extern void x_wm_set_window_state P_ ((struct frame *, int)); 983 extern void x_wm_set_window_state P_ ((struct frame *, int));
983 extern void x_wm_set_icon_pixmap P_ ((struct frame *, int)); 984 extern void x_wm_set_icon_pixmap P_ ((struct frame *, int));
984 extern void x_wm_set_icon_position P_ ((struct frame *, int, int)); 985 extern void x_wm_set_icon_position P_ ((struct frame *, int, int));