mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
[WIN32K]
Mark dc brushes in GreGetSetColorTable as dirty Fixes gdi32_winetest bitmap regression svn path=/trunk/; revision=56547
This commit is contained in:
parent
505334785a
commit
1dc1e5db8e
1 changed files with 4 additions and 0 deletions
|
@ -1044,6 +1044,10 @@ GreGetSetColorTable(
|
|||
ppal->IndexedColors[i].peGreen = prgbColors->rgbGreen;
|
||||
ppal->IndexedColors[i].peBlue = prgbColors->rgbBlue;
|
||||
}
|
||||
|
||||
/* Mark the dc brushes invalid */
|
||||
pdc->pdcattr->ulDirty_ |= DIRTY_FILL|DIRTY_LINE|
|
||||
DIRTY_BACKGROUND|DIRTY_TEXT;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue