winex11.drv: Fix build on systems without libXrender.

This commit is contained in:
Ge van Geldorp 2009-10-17 23:03:02 +02:00 committed by Alexandre Julliard
parent 8ba51495fc
commit e77bef234a
1 changed files with 1 additions and 1 deletions

View File

@ -2206,7 +2206,7 @@ void X11DRV_XRender_DeleteDC(X11DRV_PDEVICE *physDev)
return;
}
void X11DRV_XRender_SetDeviceClipping(X11DRV_PDEVICE *physDev)
void X11DRV_XRender_SetDeviceClipping(X11DRV_PDEVICE *physDev, const RGNDATA *data)
{
assert(0);
return;