# HG changeset patch # User Gerd Moellmann # Date 964190026 0 # Node ID e1ea6e21487338af382ba2c687f893c3fe32dc93 # Parent 92f92a541686e166ff59362fd61a90082200ec8d (foreach_window): Change prototype. diff -r 92f92a541686 -r e1ea6e214873 src/window.h --- a/src/window.h Fri Jul 21 14:33:35 2000 +0000 +++ b/src/window.h Fri Jul 21 14:33:46 2000 +0000 @@ -375,7 +375,9 @@ extern void set_window_width P_ ((Lisp_Object, int, int)); extern void delete_all_subwindows P_ ((struct window *)); extern void freeze_window_starts P_ ((struct frame *, int)); -extern void foreach_window (); +extern void foreach_window P_ ((struct frame *, + int (* fn) (struct window *, void *), + void *)); extern void grow_mini_window P_ ((struct window *, int)); extern void shrink_mini_window P_ ((struct window *));