diff options
| author | Richard M. Stallman | 1996-08-27 13:40:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-08-27 13:40:40 +0000 |
| commit | f42aa681fac0eb4072f82b8a04c6d3e5f22f7cc5 (patch) | |
| tree | 70b54a6cc5e14571a5ced3908249c04a888f2270 /src/xmenu.c | |
| parent | f7008aff6a91779ff9547b3e56262e74df392846 (diff) | |
| download | emacs-f42aa681fac0eb4072f82b8a04c6d3e5f22f7cc5.tar.gz emacs-f42aa681fac0eb4072f82b8a04c6d3e5f22f7cc5.zip | |
(set_frame_menubar): Don't add ibw to menubar_size.
Diffstat (limited to 'src/xmenu.c')
| -rw-r--r-- | src/xmenu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index c4c6b97abe7..3eb56ff3120 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -1814,6 +1814,8 @@ set_frame_menubar (f, first_time, deep_p) | |||
| 1814 | + f->output_data.x->menubar_widget->core.border_width) | 1814 | + f->output_data.x->menubar_widget->core.border_width) |
| 1815 | : 0); | 1815 | : 0); |
| 1816 | 1816 | ||
| 1817 | #if 0 /* Experimentally, we now get the right results | ||
| 1818 | for -geometry -0-0 without this. 24 Aug 96, rms. */ | ||
| 1817 | #ifdef USE_LUCID | 1819 | #ifdef USE_LUCID |
| 1818 | if (FRAME_EXTERNAL_MENU_BAR (f)) | 1820 | if (FRAME_EXTERNAL_MENU_BAR (f)) |
| 1819 | { | 1821 | { |
| @@ -1823,6 +1825,7 @@ set_frame_menubar (f, first_time, deep_p) | |||
| 1823 | menubar_size += ibw; | 1825 | menubar_size += ibw; |
| 1824 | } | 1826 | } |
| 1825 | #endif /* USE_LUCID */ | 1827 | #endif /* USE_LUCID */ |
| 1828 | #endif /* 0 */ | ||
| 1826 | 1829 | ||
| 1827 | f->output_data.x->menubar_height = menubar_size; | 1830 | f->output_data.x->menubar_height = menubar_size; |
| 1828 | } | 1831 | } |