[WIN32K]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 19 May 2010 02:36:38 +0000 (02:36 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 19 May 2010 02:36:38 +0000 (02:36 +0000)
Add back a break that got removed by accident. Fixes icon color regression.

svn path=/branches/reactos-yarotows/; revision=47270

subsystems/win32/win32k/objects/bitmaps.c

index 3373a30..662b0e0 100644 (file)
@@ -108,6 +108,7 @@ IntGdiCreateBitmap(
         case 16:
             psurfBmp->ppal = &gpalRGB565;
             GDIOBJ_IncrementShareCount((POBJ)&gpalRGB565);
         case 16:
             psurfBmp->ppal = &gpalRGB565;
             GDIOBJ_IncrementShareCount((POBJ)&gpalRGB565);
+            break;
         case 24:
         case 32:
             psurfBmp->ppal = &gpalRGB;
         case 24:
         case 32:
             psurfBmp->ppal = &gpalRGB;