From: Gerd Moellmann Date: Fri, 21 Jul 2000 14:33:46 +0000 (+0000) Subject: (foreach_window): Change prototype. X-Git-Tag: emacs-pretest-21.0.90~2697 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5588a407c60a6cdff1a6ba7262ba094a5e9ad49;p=emacs.git (foreach_window): Change prototype. --- diff --git a/src/window.h b/src/window.h index ca507cd1625..aa4b18335ce 100644 --- a/src/window.h +++ b/src/window.h @@ -375,7 +375,9 @@ extern void set_window_height P_ ((Lisp_Object, int, int)); 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 *));