winex11: Fix XRender_GetSrcAreaStretch compile bug for when XRender isn't around.

This commit is contained in:
Roderick Colenbrander 2009-08-02 18:43:43 +02:00 committed by Alexandre Julliard
parent 390d3929f2
commit 083aaca98f

View File

@ -2109,11 +2109,9 @@ BOOL X11DRV_AlphaBlend(X11DRV_PDEVICE *devDst, INT xDst, INT yDst, INT widthDst,
BOOL X11DRV_XRender_GetSrcAreaStretch(X11DRV_PDEVICE *physDevSrc, X11DRV_PDEVICE *physDevDst,
Pixmap pixmap, GC gc,
INT xSrc, INT ySrc,
INT widthSrc, INT heightSrc,
INT xDst, INT yDst,
INT widthDst, INT heightDst,
RECT *visRectSrc, RECT *visRectDst)
RECT *visRectSrc, RECT *visRectDst )
{
return FALSE;
}