Mercurial > emacs
changeset 15943:16fb6dcfa4e8
(set_frame_menubar): Don't add ibw to menubar_size.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Aug 1996 13:40:40 +0000 |
parents | ff30ec8aab54 |
children | b16cec756a7b |
files | src/xmenu.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Tue Aug 27 13:40:00 1996 +0000 +++ b/src/xmenu.c Tue Aug 27 13:40:40 1996 +0000 @@ -1814,6 +1814,8 @@ + f->output_data.x->menubar_widget->core.border_width) : 0); +#if 0 /* Experimentally, we now get the right results + for -geometry -0-0 without this. 24 Aug 96, rms. */ #ifdef USE_LUCID if (FRAME_EXTERNAL_MENU_BAR (f)) { @@ -1823,6 +1825,7 @@ menubar_size += ibw; } #endif /* USE_LUCID */ +#endif /* 0 */ f->output_data.x->menubar_height = menubar_size; }