mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WIN32K]
- 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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user