On Fri, Jun 8, 2012 at 5:19 AM, Alan Coopersmith <[email protected]> wrote: > Removed flags argument to match api rework in commit 1f0e8bd5eb1a55 > > Signed-off-by: Alan Coopersmith <[email protected]>
Reviewed-by: Dave Airlie <[email protected]> > --- > hw/xfree86/fbdevhw/fbdevhwstub.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/xfree86/fbdevhw/fbdevhwstub.c > b/hw/xfree86/fbdevhw/fbdevhwstub.c > index b7b4d2e..7d554e6 100644 > --- a/hw/xfree86/fbdevhw/fbdevhwstub.c > +++ b/hw/xfree86/fbdevhw/fbdevhwstub.c > @@ -143,7 +143,7 @@ fbdevHWSwitchMode(ScrnInfoPtr pScrn, DisplayModePtr mode) > } > > void > -fbdevHWAdjustFrame(ScrnInfoPtr pScrn, int x, int y, int flags) > +fbdevHWAdjustFrame(ScrnInfoPtr pScrn, int x, int y) > { > } > > -- > 1.7.9.2 > > _______________________________________________ > [email protected]: X.Org development > Archives: http://lists.x.org/archives/xorg-devel > Info: http://lists.x.org/mailman/listinfo/xorg-devel _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
