- Dismiss alpha channel when creating a solid brush.
Finally fixes VLC icons and numerous winetests.

svn path=/trunk/; revision=50945
This commit is contained in:
Jérôme Gardou 2011-03-01 14:44:53 +00:00
parent 788c6760f7
commit 1a7f618d3b

View file

@ -394,7 +394,7 @@ IntGdiCreateSolidBrush(
pbrush->flAttrs |= GDIBRUSH_IS_SOLID;
pbrush->BrushAttr.lbColor = Color;
pbrush->BrushAttr.lbColor = Color & 0x00FFFFFF;
/* FIXME: Fill in the rest of fields!!! */
BRUSH_UnlockBrush(pbrush);