From: Gerd Moellmann Date: Thu, 3 Aug 2000 20:22:17 +0000 (+0000) Subject: (update_frame_menubar): Use NULL instead of 0 at the end X-Git-Tag: emacs-pretest-21.0.90~2508 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a2bfc84786a28b942082ea28b00b9940ac169e5;p=emacs.git (update_frame_menubar): Use NULL instead of 0 at the end of variable argument lists of XtVaGetValues and XtVaSetValues. --- diff --git a/src/xmenu.c b/src/xmenu.c index 2b27478f30d..8da7bf7b311 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -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. */