From: Kim F. Storm Date: Thu, 2 Mar 2006 21:55:16 +0000 (+0000) Subject: (struct frame): New member n_tool_bar_rows. X-Git-Tag: emacs-pretest-22.0.90~3819 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=045cff16b9ca7da96e7a8365317ac35759cbb13f;p=emacs.git (struct frame): New member n_tool_bar_rows. --- 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. */