diff options
| author | Kim F. Storm | 2006-03-02 21:55:16 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-03-02 21:55:16 +0000 |
| commit | 045cff16b9ca7da96e7a8365317ac35759cbb13f (patch) | |
| tree | 90bcf4a5df5a25d5d0280255c5be551106d8e929 | |
| parent | 72a80fb875ee931aa27f520561b23addd3b835b1 (diff) | |
| download | emacs-045cff16b9ca7da96e7a8365317ac35759cbb13f.tar.gz emacs-045cff16b9ca7da96e7a8365317ac35759cbb13f.zip | |
(struct frame): New member n_tool_bar_rows.
| -rw-r--r-- | src/frame.h | 1 |
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. */ |