Mercurial > emacs
changeset 30574:2a22be2633b2
(update_frame_menubar): Use NULL instead of 0 at the end
of variable argument lists of XtVaGetValues and XtVaSetValues.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 03 Aug 2000 20:22:17 +0000 |
parents | 3bb43339533c |
children | e8bd810181fb |
files | src/xmenu.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xmenu.c Thu Aug 03 20:21:52 2000 +0000 +++ b/src/xmenu.c Thu Aug 03 20:22:17 2000 +0000 @@ -1603,7 +1603,7 @@ { 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. */