From: Yaakov Selkowitz <[email protected]> Viewport.c: In function 'ChangeManaged': Viewport.c:415:3: error: too few arguments to function '((struct _ViewportClassRec *)w->core.widget_class)->form_class.layout'
Signed-off-by: Yaakov Selkowitz <[email protected]> --- src/Viewport.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Viewport.c b/src/Viewport.c index 0500dc8..6a46e36 100644 --- a/src/Viewport.c +++ b/src/Viewport.c @@ -412,7 +412,7 @@ static void ChangeManaged(widget) } GetGeometry( widget, child->core.width, child->core.height ); (*((ViewportWidgetClass)w->core.widget_class)->form_class.layout) - ( (FormWidget)w, w->core.width, w->core.height ); + ( (FormWidget)w, w->core.width, w->core.height, FALSE ); /* %%% do we need to hide this child from Form? */ } } -- 1.7.5.1 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
