From 92b81a8473b9f45c6db01ced1dd7fd90f0f2bd38 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 17 Nov 2008 13:51:43 +0000 Subject: [PATCH] - Add note for NtGdiCreateDIBitmapInternal, Should use System Bitmap DC hSystemBM, with CreateCompatibleDC for this. svn path=/trunk/; revision=37403 --- reactos/subsystems/win32/win32k/objects/dibobj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsystems/win32/win32k/objects/dibobj.c b/reactos/subsystems/win32/win32k/objects/dibobj.c index ecee3c0e87e..65bee8e34ee 100644 --- a/reactos/subsystems/win32/win32k/objects/dibobj.c +++ b/reactos/subsystems/win32/win32k/objects/dibobj.c @@ -995,7 +995,7 @@ NtGdiCreateDIBitmapInternal(IN HDC hDc, HBITMAP Bmp; if (!hDc) - { + { // Should use System Bitmap DC hSystemBM, with CreateCompatibleDC for this. hDc = IntGdiCreateDC(NULL, NULL, NULL, NULL,FALSE); if (!hDc) {