1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

* window.h (check_all_windows): Mark externally visible.

This commit is contained in:
Paul Eggert 2011-04-13 19:58:21 -07:00
parent 2b96acb7c0
commit de9c2632ac
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
* window.h (check_all_windows): Mark externally visible.
* window.c (window_deletion_count): Now static.
* undo.c: Make symbols static if they're not exported.

View file

@ -776,7 +776,7 @@ extern void freeze_window_starts (struct frame *, int);
extern void grow_mini_window (struct window *, int);
extern void shrink_mini_window (struct window *);
extern int window_relative_x_coord (struct window *, enum window_part, int);
extern void check_all_windows (void);
extern void check_all_windows (void) EXTERNALLY_VISIBLE;
void run_window_configuration_change_hook (struct frame *f);