From ab6c5d9371484719ad64977c3c8587dd5dccb32c Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 24 May 1995 04:43:12 +0000 Subject: [PATCH] (struct x_display): New field menubar_height. --- src/xterm.h | 6 ++++++ 1 file changed, 6 insertions(+) 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; -- 2.39.2