changeset 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 f646247886e0
children 7d9635c2bf78
files src/window.h
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
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.  */