winex11.drv: Fix build on systems without libXrender.
This commit is contained in:
parent
8ba51495fc
commit
e77bef234a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue