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:
parent
2b96acb7c0
commit
de9c2632ac
2 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue