Fix compile without XRender

Richard Cohen richard at daijobu.co.uk
Thu Sep 22 07:07:50 CDT 2005


See bug 3357

Changelog:
Fix compile without XRender
-------------- next part --------------
Index: dlls/x11drv/xrender.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/xrender.c,v
retrieving revision 1.73
diff -u -p -r1.73 xrender.c
--- dlls/x11drv/xrender.c	19 Sep 2005 14:40:18 -0000	1.73
+++ dlls/x11drv/xrender.c	22 Sep 2005 12:03:00 -0000
@@ -1655,7 +1655,7 @@ void X11DRV_XRender_DeleteDC(X11DRV_PDEV
 
 BOOL X11DRV_XRender_ExtTextOut( X11DRV_PDEVICE *physDev, INT x, INT y, UINT flags,
 				const RECT *lprect, LPCWSTR wstr, UINT count,
-				const INT *lpDx, INT breakExtra )
+				const INT *lpDx )
 {
   assert(0);
   return FALSE;


More information about the wine-patches mailing list