aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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. */