comparison 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
comparison
equal deleted inserted replaced
69240:cdd3f2bbf2f8 69241:d34c25a166bd
220 #endif 220 #endif
221 221
222 /* Margin at the top of the frame. Used to display the tool-bar. */ 222 /* Margin at the top of the frame. Used to display the tool-bar. */
223 int tool_bar_lines; 223 int tool_bar_lines;
224 224
225 int n_tool_bar_rows;
225 int n_tool_bar_items; 226 int n_tool_bar_items;
226 227
227 /* A buffer for decode_mode_line. */ 228 /* A buffer for decode_mode_line. */
228 char *decode_mode_spec_buffer; 229 char *decode_mode_spec_buffer;
229 230