aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2006-03-02 21:55:16 +0000
committerKim F. Storm2006-03-02 21:55:16 +0000
commit045cff16b9ca7da96e7a8365317ac35759cbb13f (patch)
tree90bcf4a5df5a25d5d0280255c5be551106d8e929 /src
parent72a80fb875ee931aa27f520561b23addd3b835b1 (diff)
downloademacs-045cff16b9ca7da96e7a8365317ac35759cbb13f.tar.gz
emacs-045cff16b9ca7da96e7a8365317ac35759cbb13f.zip
(struct frame): New member n_tool_bar_rows.
Diffstat (limited to 'src')
-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
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. */