Roderick Colenbrander : winex11: Fix XRender_GetSrcAreaStretch compile bug for when XRender isn't around.

Alexandre Julliard julliard at winehq.org
Mon Aug 3 11:14:27 CDT 2009


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

Author: Roderick Colenbrander <thunderbird2k at gmail.com>
Date:   Sun Aug  2 18:43:43 2009 +0200

winex11: Fix XRender_GetSrcAreaStretch compile bug for when XRender isn't around.

---

 dlls/winex11.drv/xrender.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c
index 072cd25..a5ea946 100644
--- a/dlls/winex11.drv/xrender.c
+++ b/dlls/winex11.drv/xrender.c
@@ -2109,11 +2109,9 @@ BOOL X11DRV_AlphaBlend(X11DRV_PDEVICE *devDst, INT xDst, INT yDst, INT widthDst,
 
 BOOL X11DRV_XRender_GetSrcAreaStretch(X11DRV_PDEVICE *physDevSrc, X11DRV_PDEVICE *physDevDst,
                                       Pixmap pixmap, GC gc,
-                                      INT xSrc, INT ySrc,
                                       INT widthSrc, INT heightSrc,
-                                      INT xDst, INT yDst,
                                       INT widthDst, INT heightDst,
-                                      RECT *visRectSrc, RECT *visRectDst)
+                                      RECT *visRectSrc, RECT *visRectDst )
 {
     return FALSE;
 }




More information about the wine-cvs mailing list