Mercurial > emacs
diff src/window.h @ 95548:b57bae733df3
(struct window): Add new member window_parameters.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 04 Jun 2008 20:50:44 +0000 |
| parents | 29adfc9354e7 |
| children | 9a4b27c8feec |
line wrap: on
line diff
--- a/src/window.h Wed Jun 04 20:50:27 2008 +0000 +++ b/src/window.h Wed Jun 04 20:50:44 2008 +0000 @@ -224,10 +224,12 @@ proportionally. */ Lisp_Object resize_proportionally; - /* Original window height and top before mini-window was - enlarged. */ + /* Original window height and top before mini-window was enlarged. */ Lisp_Object orig_total_lines, orig_top_line; + /* An alist with parameteres. */ + Lisp_Object window_parameters; + /* No Lisp data may follow below this point without changing mark_object in alloc.c. The member current_matrix must be the first non-Lisp member. */
