changeset 11899:e1834fb53c35

(struct x_display): New field menubar_height.
author Karl Heuer <kwzh@gnu.org>
date Wed, 24 May 1995 04:43:12 +0000
parents a23359be806b
children 54186a96c5b2
files src/xterm.h
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Wed May 24 04:42:52 1995 +0000
+++ b/src/xterm.h	Wed May 24 04:43:12 1995 +0000
@@ -341,6 +341,12 @@
   /* 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;