Author: tkreuzer
Date: Wed May 19 04:36:38 2010
New Revision: 47270
URL:
http://svn.reactos.org/svn/reactos?rev=47270&view=rev
Log:
[WIN32K]
Add back a break that got removed by accident. Fixes icon color regression.
Modified:
branches/reactos-yarotows/subsystems/win32/win32k/objects/bitmaps.c
Modified: branches/reactos-yarotows/subsystems/win32/win32k/objects/bitmaps.c
URL:
http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win…
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/objects/bitmaps.c [iso-8859-1]
(original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/objects/bitmaps.c [iso-8859-1] Wed
May 19 04:36:38 2010
@@ -108,6 +108,7 @@
case 16:
psurfBmp->ppal = &gpalRGB565;
GDIOBJ_IncrementShareCount((POBJ)&gpalRGB565);
+ break;
case 24:
case 32:
psurfBmp->ppal = &gpalRGB;