comparison src/xmenu.c @ 19624:c73494a6bcd3

(free_frame_menubar): Clear menubar_height field.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Aug 1997 07:15:19 +0000
parents c93b19665c14
children a24936ad1a35
comparison
equal deleted inserted replaced
19623:390656cf7e41 19624:c73494a6bcd3
1889 { 1889 {
1890 Widget menubar_widget; 1890 Widget menubar_widget;
1891 int id; 1891 int id;
1892 1892
1893 menubar_widget = f->output_data.x->menubar_widget; 1893 menubar_widget = f->output_data.x->menubar_widget;
1894
1895 f->output_data.x->menubar_height = 0;
1894 1896
1895 if (menubar_widget) 1897 if (menubar_widget)
1896 { 1898 {
1897 BLOCK_INPUT; 1899 BLOCK_INPUT;
1898 lw_destroy_all_widgets ((LWLIB_ID) f->output_data.x->id); 1900 lw_destroy_all_widgets ((LWLIB_ID) f->output_data.x->id);