[PATCH] Make stub version of fbdevHWAdjustFrame match new prototype in fbdevhw.h

Dave Airlie airlied at gmail.com
Thu Jun 7 23:04:16 PDT 2012


On Fri, Jun 8, 2012 at 5:19 AM, Alan Coopersmith
<alan.coopersmith at oracle.com> wrote:
> Removed flags argument to match api rework in commit 1f0e8bd5eb1a55
>
> Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

Reviewed-by: Dave Airlie <airlied at redhat.com>

> ---
>  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
>
> _______________________________________________
> xorg-devel at lists.x.org: X.Org development
> Archives: http://lists.x.org/archives/xorg-devel
> Info: http://lists.x.org/mailman/listinfo/xorg-devel


More information about the xorg-devel mailing list