]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_window): Don't add ibw to menubar_size.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Aug 1996 13:40:00 +0000 (13:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Aug 1996 13:40:00 +0000 (13:40 +0000)
src/xfns.c

index a8bf946c596d371b2936039c12254fcf054a2d4e..524720f60a96a27e457774a46ee9f56f607151d8 100644 (file)
@@ -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;