[ros-diffs] [jimtabor] 37403: - Add note for NtGdiCreateDIBitmapInternal, Should use System Bitmap DC hSystemBM, with CreateCompatibleDC for this.

jimtabor at svn.reactos.org jimtabor at svn.reactos.org
Mon Nov 17 14:51:43 CET 2008


Author: jimtabor
Date: Mon Nov 17 07:51:43 2008
New Revision: 37403

URL: http://svn.reactos.org/svn/reactos?rev=37403&view=rev
Log:
- Add note for NtGdiCreateDIBitmapInternal, Should use System Bitmap DC hSystemBM, with CreateCompatibleDC for this.

Modified:
    trunk/reactos/subsystems/win32/win32k/objects/dibobj.c

Modified: trunk/reactos/subsystems/win32/win32k/objects/dibobj.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/objects/dibobj.c?rev=37403&r1=37402&r2=37403&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/dibobj.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/dibobj.c [iso-8859-1] Mon Nov 17 07:51:43 2008
@@ -995,7 +995,7 @@
   HBITMAP Bmp;
 
   if (!hDc)
-  {
+  {  // Should use System Bitmap DC hSystemBM, with CreateCompatibleDC for this.
      hDc = IntGdiCreateDC(NULL, NULL, NULL, NULL,FALSE);
      if (!hDc)
      {



More information about the Ros-diffs mailing list