aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-06-10 13:16:15 +0300
committerEli Zaretskii2011-06-10 13:16:15 +0300
commit440a42e34c0e31a793cf9b667bc95023e8f987ef (patch)
tree6e7761860f5c080bb759982e268f0595585f92ec /src/ChangeLog
parent562dd5e9532d75d18843a37a1e42a1f4398d4823 (diff)
downloademacs-440a42e34c0e31a793cf9b667bc95023e8f987ef.tar.gz
emacs-440a42e34c0e31a793cf9b667bc95023e8f987ef.zip
Avoid compiler warnings about missing prototypes of window.c functions.
src/window.h (resize_frame_windows, resize_window_check) (delete_deletable_window, resize_root_window) (resize_frame_windows): Declare prototypes. src/ window.c (resize_window_apply): Make definition be "static" to match the prototype.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1643be47a1a..93e64744d58 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12011-06-10 Eli Zaretskii <eliz@gnu.org>
2
3 * window.h (resize_frame_windows, resize_window_check)
4 (delete_deletable_window, resize_root_window)
5 (resize_frame_windows): Declare prototypes.
6
7 * window.c (resize_window_apply): Make definition be "static" to
8 match the prototype.
9
12011-06-10 Martin Rudalics <rudalics@gmx.at> 102011-06-10 Martin Rudalics <rudalics@gmx.at>
2 11
3 * window.c: Remove declarations of Qwindow_size_fixed, 12 * window.c: Remove declarations of Qwindow_size_fixed,