From 0674ded1ba077e422b84bf94e13bd3cb65e77a46 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Wed, 29 Mar 2006 20:37:04 +0000 Subject: [PATCH] Warning supression. --- x11/ScrollBox.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/x11/ScrollBox.c b/x11/ScrollBox.c index ed4342c0..6f1b6c42 100644 --- a/x11/ScrollBox.c +++ b/x11/ScrollBox.c @@ -11,12 +11,12 @@ copies from any such party to do so. This license includes without limitation a license to do the foregoing actions under any patents of the party supplying this software to the X Consortium. + + $Id: ScrollBox.c,v 1.14 2006/03/29 20:37:04 wmcbrine Exp $ */ /* ScrollBox.c - scrollBox composite widget */ -/* $Id: ScrollBox.c,v 1.13 2006/02/23 01:46:52 wmcbrine Exp $ */ - #include #include #include @@ -56,7 +56,7 @@ static XtResource resources[] = * * ************************************************************************/ -static void Initialize(Widget, Widget); +static void Initialize(Widget, Widget, ArgList, Cardinal *); static void Resize(Widget); static Boolean SetValues(Widget, Widget, Widget, ArgList, Cardinal *); static void ChangeManaged(Widget); @@ -292,7 +292,8 @@ static void ChangeManaged(Widget w) DoLayout(w, True); } -static void Initialize(Widget request, Widget new) +static void Initialize(Widget request, Widget new, + ArgList args, Cardinal *num_args) { ScrollBoxWidget newsbw = (ScrollBoxWidget)new;