From f7008aff6a91779ff9547b3e56262e74df392846 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Aug 1996 13:40:00 +0000 Subject: [PATCH] (x_window): Don't add ibw to menubar_size. --- src/xfns.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/xfns.c b/src/xfns.c index a8bf946c596..524720f60a9 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -2609,12 +2609,15 @@ x_window (f, window_prompting, minibuffer_only) : 0); extern char *lwlib_toolkit_type; +#if 0 /* Experimentally, we now get the right results + for -geometry -0-0 without this. 24 Aug 96, rms. */ if (FRAME_EXTERNAL_MENU_BAR (f)) { Dimension ibw = 0; XtVaGetValues (pane_widget, XtNinternalBorderWidth, &ibw, NULL); menubar_size += ibw; } +#endif f->output_data.x->menubar_height = menubar_size; -- 2.39.2