Mercurial > hg > xemacs-beta
diff src/menubar-x.c @ 26:441bb1e64a06 r19-15b96
Import from CVS: tag r19-15b96
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:32 +0200 |
parents | 0293115a14e9 |
children | 1a767b41a199 |
line wrap: on
line diff
--- a/src/menubar-x.c Mon Aug 13 08:51:05 2007 +0200 +++ b/src/menubar-x.c Mon Aug 13 08:51:32 2007 +0200 @@ -646,9 +646,9 @@ || (!EQ (XFRAME_MENUBAR_DATA (f)->last_menubar_buffer, XWINDOW (FRAME_LAST_NONMINIBUF_WINDOW (f))->buffer))); - int menubar_was_visible = XtIsManaged (FRAME_X_MENUBAR_WIDGET (f)); - int menubar_will_be_visible = menubar_was_visible; - int menubar_visibility_changed; + Boolean menubar_was_visible = XtIsManaged (FRAME_X_MENUBAR_WIDGET (f)); + Boolean menubar_will_be_visible = menubar_was_visible; + Boolean menubar_visibility_changed; Cardinal new_num_top_widgets = 1; /* for the menubar */ Widget container = FRAME_X_CONTAINER_WIDGET (f);