- Properly mark the DC as containing direty region when copying a new clip region

svn path=/trunk/; revision=63802
This commit is contained in:
Jérôme Gardou 2014-08-04 15:58:53 +00:00
parent 211b116ae5
commit 86bb7a74ca

View file

@ -60,6 +60,8 @@ IntGdiExtSelectClipRgn(
if (!dc->dclevel.prgnClip)
dc->dclevel.prgnClip = IntSysCreateRectpRgn(0, 0, 0, 0);
dc->fs |= DC_FLAG_DIRTY_RAO;
return IntGdiCombineRgn(dc->dclevel.prgnClip, prgn, NULL, RGN_COPY);
}