summaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2006-03-02 21:55:16 +0000
committerKim F. Storm <storm@cua.dk>2006-03-02 21:55:16 +0000
commit8e264a142260c4576b280908cd6d075f5014246c (patch)
treeec36f25afddfcf7c2e23f6f985e11f30d14fa2c0 /src/frame.h
parentc10a7d54b56882f5330133c0c2afa3104f37766a (diff)
downloademacs-8e264a142260c4576b280908cd6d075f5014246c.tar.gz
(struct frame): New member n_tool_bar_rows.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index bd17832866f..940b5409636 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -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. */