Author: gedmurphy
Date: Wed Oct 31 19:27:40 2007
New Revision: 30019
URL:
http://svn.reactos.org/svn/reactos?rev=30019&view=rev
Log:
remove a sneaky little bugger
Modified:
trunk/reactos/subsystems/win32/win32k/objects/bitmaps.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/bitmaps.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/ob…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/bitmaps.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/bitmaps.c Wed Oct 31 19:27:40 2007
@@ -111,7 +111,7 @@
UINT cjBits = BITMAPOBJ_GetWidthBytes(Width, BitsPixel) * Height;
ProbeForRead(pUnsafeBits, cjBits, 1);
}
- DPRINT1("calling IntGdiCreateBitmap 1\n");
+
if (0 == Width || 0 == Height)
{
hBitmap = IntGdiCreateBitmap (1, 1, 1, 1, NULL);