mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[GDI32]
- Remove handling of BS_DIBPATTERN8X8 in CreateBrushIndirect. Fixes the last gdi32:brush winetest failure. Patch by Víctor Martínez Calvo. CORE-9673 #resolve svn path=/trunk/; revision=72935
This commit is contained in:
parent
c9c3a517b2
commit
628956f819
1 changed files with 0 additions and 1 deletions
|
@ -210,7 +210,6 @@ CreateBrushIndirect(
|
|||
|
||||
switch (LogBrush->lbStyle)
|
||||
{
|
||||
case BS_DIBPATTERN8X8:
|
||||
case BS_DIBPATTERN:
|
||||
hBrush = CreateDIBPatternBrush((HGLOBAL)LogBrush->lbHatch,
|
||||
LogBrush->lbColor);
|
||||
|
|
Loading…
Reference in a new issue