(update_frame_menubar): Use NULL instead of 0 at the end
of variable argument lists of XtVaGetValues and XtVaSetValues.
This commit is contained in:
parent
d16700638b
commit
6a2bfc8478
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue