aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-03-06 23:07:38 -0800
committerPaul Eggert2011-03-06 23:07:38 -0800
commita586633d66b8da9634c600de93279e244f29c939 (patch)
tree089c1aecf4c331d46a8d1bbc71b56e15c9a7528c /src
parent7e5cf297731ddb042bfc5effa2128acfc776cc09 (diff)
downloademacs-a586633d66b8da9634c600de93279e244f29c939.tar.gz
emacs-a586633d66b8da9634c600de93279e244f29c939.zip
* window.h (check_all_windows): New decl, to forestall
gcc -Wmissing-prototypes diagnostic.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/window.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0408deade82..ac2f0c418e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -23,6 +23,8 @@
23 (run_window_configuration_change_hook, enlarge_window): Likewise. 23 (run_window_configuration_change_hook, enlarge_window): Likewise.
24 24
25 * window.c (display_buffer): Now static. 25 * window.c (display_buffer): Now static.
26 * window.h (check_all_windows): New decl, to forestall
27 gcc -Wmissing-prototypes diagnostic.
26 28
272011-03-06 Chong Yidong <cyd@stupidchicken.com> 292011-03-06 Chong Yidong <cyd@stupidchicken.com>
28 30
diff --git a/src/window.h b/src/window.h
index 690fd9a50fa..f788e126d6d 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