Vincent Povirk : gdiplus: Add trace to GdipBitmapUnlockBits.

Alexandre Julliard julliard at winehq.org
Mon Jan 4 10:54:17 CST 2010


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Fri Dec 18 16:07:12 2009 -0600

gdiplus: Add trace to GdipBitmapUnlockBits.

---

 dlls/gdiplus/image.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/dlls/gdiplus/image.c b/dlls/gdiplus/image.c
index 78801fd..4fd1a4f 100644
--- a/dlls/gdiplus/image.c
+++ b/dlls/gdiplus/image.c
@@ -554,6 +554,8 @@ GpStatus WINGDIPAPI GdipBitmapUnlockBits(GpBitmap* bitmap,
     BOOL bm_is_selected;
     BITMAPINFO *pbmi;
 
+    TRACE("(%p,%p)\n", bitmap, lockeddata);
+
     if(!bitmap || !lockeddata)
         return InvalidParameter;
 




More information about the wine-cvs mailing list