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:
parent
f20a532ba3
commit
b59adc9c24
|
@ -143,7 +143,7 @@ fbdevHWSwitchMode(ScrnInfoPtr pScrn, DisplayModePtr mode)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
fbdevHWAdjustFrame(ScrnInfoPtr pScrn, int x, int y, int flags)
|
fbdevHWAdjustFrame(ScrnInfoPtr pScrn, int x, int y)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue