[ros-diffs] [khornicek] 46266: [WIN32K] Remove a pedantic assert to allow compressed bitmaps. See issue #5255 for more details.

khornicek at svn.reactos.org khornicek at svn.reactos.org
Thu Mar 18 19:55:49 CET 2010


Author: khornicek
Date: Thu Mar 18 19:55:48 2010
New Revision: 46266

URL: http://svn.reactos.org/svn/reactos?rev=46266&view=rev
Log:
[WIN32K]
Remove a pedantic assert to allow compressed bitmaps.
See issue #5255 for more details.

Modified:
    trunk/reactos/subsystems/win32/win32k/eng/surface.c

Modified: trunk/reactos/subsystems/win32/win32k/eng/surface.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/eng/surface.c?rev=46266&r1=46265&r2=46266&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/eng/surface.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/eng/surface.c [iso-8859-1] Thu Mar 18 19:55:48 2010
@@ -624,7 +624,6 @@
     else
     {
         /* Compressed surfaces don't have scanlines! */
-        ASSERT(FALSE); // Should not get here on ENGDDI
         pso->lDelta = 0;
         pso->cjBits = BitmapInfo->Size;
         




More information about the Ros-diffs mailing list