diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/window.h | 2 |
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 @@ | |||
| 1 | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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); | |||
| 776 | extern void grow_mini_window (struct window *, int); | 776 | extern void grow_mini_window (struct window *, int); |
| 777 | extern void shrink_mini_window (struct window *); | 777 | extern void shrink_mini_window (struct window *); |
| 778 | extern int window_relative_x_coord (struct window *, enum window_part, int); | 778 | extern int window_relative_x_coord (struct window *, enum window_part, int); |
| 779 | extern void check_all_windows (void); | 779 | extern void check_all_windows (void) EXTERNALLY_VISIBLE; |
| 780 | 780 | ||
| 781 | void run_window_configuration_change_hook (struct frame *f); | 781 | void run_window_configuration_change_hook (struct frame *f); |
| 782 | 782 | ||