uxtheme: quite a noisy fixme

André Hentschel nerv at dawncrow.de
Tue Jun 22 14:41:23 CDT 2010


This comes up really often with AVRStudio 4.18 SP2.
---
 dlls/uxtheme/buffer.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/dlls/uxtheme/buffer.c b/dlls/uxtheme/buffer.c
index af004d0..f4d8229 100644
--- a/dlls/uxtheme/buffer.c
+++ b/dlls/uxtheme/buffer.c
@@ -61,8 +61,14 @@ HPAINTBUFFER WINAPI BeginBufferedPaint(HDC hdcTarget,
                                        BP_PAINTPARAMS *pPaintParams,
                                        HDC *phdc)
 {
-    FIXME("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
+    static int i;
+
+    TRACE("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
           pPaintParams, phdc);
+
+    if (!i++)
+        FIXME("Stub (%p %p %d %p %p)\n", hdcTarget, prcTarget, dwFormat,
+              pPaintParams, phdc);
     return NULL;
 }
 
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list