# HG changeset patch # User Richard M. Stallman # Date 841153200 0 # Node ID ff30ec8aab54d765710dfe54a6d462f719aaf772 # Parent f063cae001ee6f4947a5610f5505a70c67eb58df (x_window): Don't add ibw to menubar_size. diff -r f063cae001ee -r ff30ec8aab54 src/xfns.c --- a/src/xfns.c Tue Aug 27 01:03:35 1996 +0000 +++ b/src/xfns.c Tue Aug 27 13:40:00 1996 +0000 @@ -2609,12 +2609,15 @@ : 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;