aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index e2e7a7f691f..4b32edd2149 100644
--- a/src/window.h
+++ b/src/window.h
@@ -776,7 +776,7 @@ extern void freeze_window_starts (struct frame *, int);
776extern void grow_mini_window (struct window *, int); 776extern void grow_mini_window (struct window *, int);
777extern void shrink_mini_window (struct window *); 777extern void shrink_mini_window (struct window *);
778extern int window_relative_x_coord (struct window *, enum window_part, int); 778extern int window_relative_x_coord (struct window *, enum window_part, int);
779extern void check_all_windows (void); 779extern void check_all_windows (void) EXTERNALLY_VISIBLE;
780 780
781void run_window_configuration_change_hook (struct frame *f); 781void run_window_configuration_change_hook (struct frame *f);
782 782