aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 5ee6d9e2ae1..829a175c048 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -977,6 +977,7 @@ extern void x_lower_frame P_ ((struct frame *));
977extern void x_make_frame_visible P_ ((struct frame *)); 977extern void x_make_frame_visible P_ ((struct frame *));
978extern void x_make_frame_invisible P_ ((struct frame *)); 978extern void x_make_frame_invisible P_ ((struct frame *));
979extern void x_iconify_frame P_ ((struct frame *)); 979extern void x_iconify_frame P_ ((struct frame *));
980extern void x_free_frame_resources P_ ((struct frame *));
980extern void x_destroy_window P_ ((struct frame *)); 981extern void x_destroy_window P_ ((struct frame *));
981extern void x_wm_set_size_hint P_ ((struct frame *, long, int)); 982extern void x_wm_set_size_hint P_ ((struct frame *, long, int));
982extern void x_wm_set_window_state P_ ((struct frame *, int)); 983extern void x_wm_set_window_state P_ ((struct frame *, int));