From 6a2bfc84786a28b942082ea28b00b9940ac169e5 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 3 Aug 2000 20:22:17 +0000 Subject: [PATCH] (update_frame_menubar): Use NULL instead of 0 at the end of variable argument lists of XtVaGetValues and XtVaSetValues. --- src/xmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.39.2