diff options
| author | Paul Eggert | 2011-03-06 23:07:38 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-06 23:07:38 -0800 |
| commit | a586633d66b8da9634c600de93279e244f29c939 (patch) | |
| tree | 089c1aecf4c331d46a8d1bbc71b56e15c9a7528c /src | |
| parent | 7e5cf297731ddb042bfc5effa2128acfc776cc09 (diff) | |
| download | emacs-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/ChangeLog | 2 | ||||
| -rw-r--r-- | src/window.h | 1 |
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 | ||
| 27 | 2011-03-06 Chong Yidong <cyd@stupidchicken.com> | 29 | 2011-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); | |||
| 778 | extern void grow_mini_window (struct window *, int); | 778 | extern void grow_mini_window (struct window *, int); |
| 779 | extern void shrink_mini_window (struct window *); | 779 | extern void shrink_mini_window (struct window *); |
| 780 | extern int window_relative_x_coord (struct window *, enum window_part, int); | 780 | extern int window_relative_x_coord (struct window *, enum window_part, int); |
| 781 | extern void check_all_windows (void); | ||
| 781 | 782 | ||
| 782 | void run_window_configuration_change_hook (struct frame *f); | 783 | void run_window_configuration_change_hook (struct frame *f); |
| 783 | 784 | ||