# HG changeset patch # User Juanma Barranquero # Date 1212612644 0 # Node ID b57bae733df3812b2bfef0fc3e393d7aaf186e09 # Parent f646247886e0c4591a29b775407f4eeb0608cab1 (struct window): Add new member window_parameters. diff -r f646247886e0 -r b57bae733df3 src/window.h --- 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. */