Mercurial > emacs
changeset 84763:6221fe13ef8a
(allocate_terminal): Declare.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 21 Sep 2007 09:03:41 +0000 |
parents | b6cf194b9eb1 |
children | 8556c5b11c62 |
files | src/ChangeLog src/lisp.h |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@iro.umontreal.ca> + * 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.
--- 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));