diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xmenu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmenu.c b/src/xmenu.c index c4c6b97abe7..3eb56ff3120 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -1814,6 +1814,8 @@ set_frame_menubar (f, first_time, deep_p) | |||
| 1814 | + f->output_data.x->menubar_widget->core.border_width) | 1814 | + f->output_data.x->menubar_widget->core.border_width) |
| 1815 | : 0); | 1815 | : 0); |
| 1816 | 1816 | ||
| 1817 | #if 0 /* Experimentally, we now get the right results | ||
| 1818 | for -geometry -0-0 without this. 24 Aug 96, rms. */ | ||
| 1817 | #ifdef USE_LUCID | 1819 | #ifdef USE_LUCID |
| 1818 | if (FRAME_EXTERNAL_MENU_BAR (f)) | 1820 | if (FRAME_EXTERNAL_MENU_BAR (f)) |
| 1819 | { | 1821 | { |
| @@ -1823,6 +1825,7 @@ set_frame_menubar (f, first_time, deep_p) | |||
| 1823 | menubar_size += ibw; | 1825 | menubar_size += ibw; |
| 1824 | } | 1826 | } |
| 1825 | #endif /* USE_LUCID */ | 1827 | #endif /* USE_LUCID */ |
| 1828 | #endif /* 0 */ | ||
| 1826 | 1829 | ||
| 1827 | f->output_data.x->menubar_height = menubar_size; | 1830 | f->output_data.x->menubar_height = menubar_size; |
| 1828 | } | 1831 | } |