From: Karl Heuer Date: Wed, 24 May 1995 04:43:12 +0000 (+0000) Subject: (struct x_display): New field menubar_height. X-Git-Tag: emacs-19.34~3959 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab6c5d9371484719ad64977c3c8587dd5dccb32c;p=emacs.git (struct x_display): New field menubar_height. --- diff --git a/src/xterm.h b/src/xterm.h index 23a5bb16440..90d1c78673f 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -341,6 +341,12 @@ struct x_display /* Size of the X window in pixels. */ int pixel_height, pixel_width; + /* Height of menu bar widget, in pixels. + Zero if not using the X toolkit. + When using the toolkit, this value is not meaningful + if the menubar is turned off. */ + int menubar_height; + /* Height of a line, in pixels. */ int line_height;