comparison src/xterm.h @ 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 00bf6e6098d4
children 8b548b634c94
comparison
equal deleted inserted replaced
11898:a23359be806b 11899:e1834fb53c35
339 int border_width; 339 int border_width;
340 340
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
347 /* The tiled border used when the mouse is out of the frame. */ 353 /* The tiled border used when the mouse is out of the frame. */
348 Pixmap border_tile; 354 Pixmap border_tile;