1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-20 04:50:55 -07:00

(struct frame): New member n_tool_bar_rows.

This commit is contained in:
Kim F. Storm 2006-03-02 21:55:16 +00:00
parent 72a80fb875
commit 045cff16b9

View 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. */