From 49fc280de80a119f449359778d1b6c6ccf74051a Mon Sep 17 00:00:00 2001 From: Vincent Povirk Date: Fri, 18 Dec 2009 16:07:12 -0600 Subject: [PATCH 4/8] 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; -- 1.6.3.3