diff src/frame.h @ 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 3bd95f4f2941
children 6b4b6ba02f17 a380ca43a190 5754737d1e04
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. */