winex11: Fix function header for building without xrender headers.
This commit is contained in:
parent
a52e160c68
commit
0dba66c05b
|
@ -2440,8 +2440,8 @@ void X11DRV_XRender_UpdateDrawable(X11DRV_PDEVICE *physDev)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
BOOL XRender_AlphaBlend( X11DRV_PDEVICE *devDst, X11DRV_PDEVICE *devSrc,
|
BOOL XRender_AlphaBlend( X11DRV_PDEVICE *devDst, struct bitblt_coords *dst,
|
||||||
struct bitblt_coords *dst, struct bitblt_coords *src, BLENDFUNCTION blendfn )
|
X11DRV_PDEVICE *devSrc, struct bitblt_coords *src, BLENDFUNCTION blendfn )
|
||||||
{
|
{
|
||||||
FIXME("not supported - XRENDER headers were missing at compile time\n");
|
FIXME("not supported - XRENDER headers were missing at compile time\n");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
Loading…
Reference in New Issue