changeset 69241:d34c25a166bd

(struct frame): New member n_tool_bar_rows.
author Kim F. Storm <storm@cua.dk>
date Thu, 02 Mar 2006 21:55:16 +0000
parents cdd3f2bbf2f8
children b3f04bf9fce0
files src/frame.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.h	Thu Mar 02 15:44:23 2006 +0000
+++ b/src/frame.h	Thu Mar 02 21:55:16 2006 +0000
@@ -222,6 +222,7 @@
   /* Margin at the top of the frame.  Used to display the tool-bar.  */
   int tool_bar_lines;
 
+  int n_tool_bar_rows;
   int n_tool_bar_items;
 
   /* A buffer for decode_mode_line. */