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... ============================================================================== --- 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;