Commit e77bef23 authored by Ge van Geldorp's avatar Ge van Geldorp Committed by Alexandre Julliard

winex11.drv: Fix build on systems without libXrender.

parent 8ba51495
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment