* window.h (check_all_windows): Mark externally visible.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:58:21 +0000 (19:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:58:21 +0000 (19:58 -0700)
src/ChangeLog
src/window.h

index c586e86..5ab825b 100644 (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.
index e2e7a7f..4b32edd 100644 (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);