diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-05-24 04:43:12 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-05-24 04:43:12 +0000 |
commit | ab6c5d9371484719ad64977c3c8587dd5dccb32c (patch) | |
tree | b49513713f894f15f0a4e9dbbe9512b5e2edf7d3 /src/xterm.h | |
parent | 1d1c15673ed5eb6175210ba5f9ba33d8b1efb2c7 (diff) | |
download | emacs-ab6c5d9371484719ad64977c3c8587dd5dccb32c.tar.gz |
(struct x_display): New field menubar_height.
Diffstat (limited to 'src/xterm.h')
-rw-r--r-- | src/xterm.h | 6 |
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; |