(update_frame_menubar): Use NULL instead of 0 at the end

of variable argument lists of XtVaGetValues and XtVaSetValues.
This commit is contained in:
Gerd Moellmann 2000-08-03 20:22:17 +00:00
parent d16700638b
commit 6a2bfc8478

View file

@ -1603,7 +1603,7 @@ update_frame_menubar (f)
{
XtManageChild (x->menubar_widget);
XtMapWidget (x->menubar_widget);
XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, 0);
XtVaSetValues (x->menubar_widget, XtNmappedWhenManaged, 1, NULL);
}
/* Re-manage the text-area widget, and then thrash the sizes. */