winex11.drv: Turn TRACE into a FIXME for missing XRender support

Dmitry Timoshkov dmitry at codeweavers.com
Mon Apr 16 05:06:38 CDT 2007


Hello,

if it would be a FIXME in the first place we wouldn't get a flood of bug
reports recently, and the problem would got solved much faster.

Changelog:
    winex11.drv: Turn TRACE into a FIXME for missing XRender support.

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

diff --git a/dlls/winex11.drv/xrender.c b/dlls/winex11.drv/xrender.c
index e03540e..25ef01f 100644
--- a/dlls/winex11.drv/xrender.c
+++ b/dlls/winex11.drv/xrender.c
@@ -1650,8 +1650,7 @@ BOOL X11DRV_AlphaBlend(X11DRV_PDEVICE *devDst, INT xDst, INT yDst, INT widthDst,
 
 void X11DRV_XRender_Init(void)
 {
-    TRACE("XRender support not compiled in.\n");
-    return;
+    FIXME("XRender headers were missing at compile time\n");
 }
 
 void X11DRV_XRender_Finalize(void)
@@ -1691,7 +1690,7 @@ BOOL X11DRV_AlphaBlend(X11DRV_PDEVICE *devDst, INT xDst, INT yDst, INT widthDst,
                        X11DRV_PDEVICE *devSrc, INT xSrc, INT ySrc, INT widthSrc, INT heightSrc,
                        BLENDFUNCTION blendfn)
 {
-  FIXME("not supported - XRENDER headers were missing at compile time\n");
+  FIXME("not supported - XRender headers were missing at compile time\n");
   return FALSE;
 }
 
-- 
1.5.1.1






More information about the wine-patches mailing list