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

Removed flags argument to match api rework in commit 1f0e8bd5eb

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Alan Coopersmith 2012-06-07 20:58:01 -07:00
parent f20a532ba3
commit b59adc9c24

View File

@ -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)
{
}