Ge van Geldorp : winex11.drv: Fix build on systems without libXrender.
Module: wine Branch: master Commit: e77bef234a330066bbf700df5cca49c6b3d47e2e URL: http://source.winehq.org/git/wine.git/?a=commit;h=e77bef234a330066bbf700df5c... Author: Ge van Geldorp <ggeldorp(a)vmware.com> Date: Sat Oct 17 23:03:02 2009 +0200 winex11.drv: Fix build on systems without libXrender. --- dlls/winex11.drv/xrender.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c index 391c15a..90503bf 100644 --- a/dlls/winex11.drv/xrender.c +++ b/dlls/winex11.drv/xrender.c @@ -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;
participants (1)
-
Alexandre Julliard