Mercurial > emacs
diff src/xfns.c @ 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 | dbc8c9c9d819 |
| children | 0e148af7d4ec |
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;
