aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-05-24 04:43:12 +0000
committerKarl Heuer1995-05-24 04:43:12 +0000
commitab6c5d9371484719ad64977c3c8587dd5dccb32c (patch)
treeb49513713f894f15f0a4e9dbbe9512b5e2edf7d3 /src
parent1d1c15673ed5eb6175210ba5f9ba33d8b1efb2c7 (diff)
downloademacs-ab6c5d9371484719ad64977c3c8587dd5dccb32c.tar.gz
emacs-ab6c5d9371484719ad64977c3c8587dd5dccb32c.zip
(struct x_display): New field menubar_height.
Diffstat (limited to 'src')
-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
341 /* Size of the X window in pixels. */ 341 /* Size of the X window in pixels. */
342 int pixel_height, pixel_width; 342 int pixel_height, pixel_width;
343 343
344 /* Height of menu bar widget, in pixels.
345 Zero if not using the X toolkit.
346 When using the toolkit, this value is not meaningful
347 if the menubar is turned off. */
348 int menubar_height;
349
344 /* Height of a line, in pixels. */ 350 /* Height of a line, in pixels. */
345 int line_height; 351 int line_height;
346 352