changeset 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 390656cf7e41
children d2fa1806fd28
files src/xmenu.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmenu.c	Sat Aug 30 07:14:23 1997 +0000
+++ b/src/xmenu.c	Sat Aug 30 07:15:19 1997 +0000
@@ -1891,6 +1891,8 @@
   int id;
 
   menubar_widget = f->output_data.x->menubar_widget;
+
+  f->output_data.x->menubar_height = 0;
   
   if (menubar_widget)
     {