changeset 15942:ff30ec8aab54

(x_window): Don't add ibw to menubar_size.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Aug 1996 13:40:00 +0000
parents f063cae001ee
children 16fb6dcfa4e8
files src/xfns.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;