# HG changeset patch # User Stefan Monnier # Date 1190365421 0 # Node ID 6221fe13ef8aecdd5be1366d952d60bd98f6e0bc # Parent b6cf194b9eb153a442645c1afa63720cff94e840 (allocate_terminal): Declare. diff -r b6cf194b9eb1 -r 6221fe13ef8a src/ChangeLog --- a/src/ChangeLog Fri Sep 21 08:05:59 2007 +0000 +++ b/src/ChangeLog Fri Sep 21 09:03:41 2007 +0000 @@ -1,5 +1,7 @@ 2007-09-21 Stefan Monnier + * lisp.h (allocate_terminal): Declare. + * window.c (candidate_window_p): Consider frames that are being placed by the user as somewhere between visible and iconified. (window_loop): Prefer windows on the current frame. diff -r b6cf194b9eb1 -r 6221fe13ef8a src/lisp.h --- a/src/lisp.h Fri Sep 21 08:05:59 2007 +0000 +++ b/src/lisp.h Fri Sep 21 09:03:41 2007 +0000 @@ -2606,6 +2606,7 @@ extern struct window *allocate_window P_ ((void)); extern struct frame *allocate_frame P_ ((void)); extern struct Lisp_Process *allocate_process P_ ((void)); +extern struct terminal *allocate_terminal P_ ((void)); extern int gc_in_progress; extern int abort_on_gc; extern Lisp_Object make_float P_ ((double));