aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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