(struct frame): New member n_tool_bar_rows.
authorKim F. Storm <storm@cua.dk>
Thu, 2 Mar 2006 21:55:16 +0000 (21:55 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 2 Mar 2006 21:55:16 +0000 (21:55 +0000)
src/frame.h

index bd17832..940b540 100644 (file)
@@ -222,6 +222,7 @@ struct frame
   /* 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. */