mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[NtGDI] Fix ExtSelectClipRgn Tests
Fix results from tests, add (last one) gdi batch support for ExtSelectClipRgn. Left commented out test code in tree this time. Pass Katayama Hirofumi MZ SelectClipRgn tests. After commit will plug in the last batch. After 12 years. See CORE-13817 and CORE-15906.
This commit is contained in:
parent
e1e6cfd312
commit
94b4b5c127
8 changed files with 364 additions and 94 deletions
|
@ -57,6 +57,7 @@ DC_vCopyState(PDC pdcSrc, PDC pdcDst, BOOL To)
|
|||
REGION_Delete(pdcDst->dclevel.prgnMeta);
|
||||
pdcDst->dclevel.prgnMeta = NULL;
|
||||
}
|
||||
/* The only way to reset the Meta Region to its original state is to return to a previously saved version of the DC with SaveDC. */
|
||||
if (pdcSrc->dclevel.prgnMeta)
|
||||
{
|
||||
pdcDst->dclevel.prgnMeta = IntSysCreateRectpRgn(0, 0, 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue