aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index 9f0809e4f16..ad627aca340 100644
--- a/src/window.h
+++ b/src/window.h
@@ -778,6 +778,7 @@ extern void freeze_window_starts (struct frame *, int);
778extern void grow_mini_window (struct window *, int); 778extern void grow_mini_window (struct window *, int);
779extern void shrink_mini_window (struct window *); 779extern void shrink_mini_window (struct window *);
780extern int window_relative_x_coord (struct window *, enum window_part, int); 780extern int window_relative_x_coord (struct window *, enum window_part, int);
781extern void check_all_windows (void);
781 782
782void run_window_configuration_change_hook (struct frame *f); 783void run_window_configuration_change_hook (struct frame *f);
783 784