aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/window.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c586e869e9b..5ab825bdb8d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-04-14 Paul Eggert <eggert@cs.ucla.edu> 12011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * window.h (check_all_windows): Mark externally visible.
4
3 * window.c (window_deletion_count): Now static. 5 * window.c (window_deletion_count): Now static.
4 6
5 * undo.c: Make symbols static if they're not exported. 7 * undo.c: Make symbols static if they're not exported.
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