André Hentschel : winex11: Fix function header for building without xrender headers.

Alexandre Julliard julliard at winehq.org
Mon Aug 22 13:29:05 CDT 2011


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Aug  9 19:16:58 2011 +0200

winex11: Fix function header for building without xrender headers.

---

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

diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c
index ad8e08b..a8d6329 100644
--- a/dlls/winex11.drv/xrender.c
+++ b/dlls/winex11.drv/xrender.c
@@ -2440,8 +2440,8 @@ void X11DRV_XRender_UpdateDrawable(X11DRV_PDEVICE *physDev)
   return;
 }
 
-BOOL XRender_AlphaBlend( X11DRV_PDEVICE *devDst, X11DRV_PDEVICE *devSrc,
-                         struct bitblt_coords *dst, struct bitblt_coords *src, BLENDFUNCTION blendfn )
+BOOL XRender_AlphaBlend( X11DRV_PDEVICE *devDst, struct bitblt_coords *dst,
+                         X11DRV_PDEVICE *devSrc, struct bitblt_coords *src, BLENDFUNCTION blendfn )
 {
   FIXME("not supported - XRENDER headers were missing at compile time\n");
   return FALSE;




More information about the wine-cvs mailing list