summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-24 04:43:12 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-24 04:43:12 +0000
commita8ddc7ea796f03f145fd10b056adf5762de477f7 (patch)
tree2dbb0ef4959261268d279cfd9eb2748a28f24a09 /src/xterm.h
parent036c29a1dfd86584a717fe427d874da92744c181 (diff)
downloademacs-a8ddc7ea796f03f145fd10b056adf5762de477f7.tar.gz
(struct x_display): New field menubar_height.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h6
1 files changed, 6 insertions, 0 deletions
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;