From f42aa681fac0eb4072f82b8a04c6d3e5f22f7cc5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Aug 1996 13:40:40 +0000 Subject: [PATCH] (set_frame_menubar): Don't add ibw to menubar_size. --- src/xmenu.c | 3 +++ 1 file changed, 3 insertions(+) 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) + 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 @@ set_frame_menubar (f, first_time, deep_p) menubar_size += ibw; } #endif /* USE_LUCID */ +#endif /* 0 */ f->output_data.x->menubar_height = menubar_size; } -- 2.39.2