Ge van Geldorp : winex11.drv: Fix build on systems without libXrender.

Alexandre Julliard julliard at winehq.org
Mon Oct 19 09:56:09 CDT 2009


Module: wine
Branch: master
Commit: e77bef234a330066bbf700df5cca49c6b3d47e2e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e77bef234a330066bbf700df5cca49c6b3d47e2e

Author: Ge van Geldorp <ggeldorp at 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;




More information about the wine-cvs mailing list