mirror of
https://github.com/reactos/reactos.git
synced 2025-05-27 21:18:15 +00:00
[WIN32K]
- Properly mark the DC as containing direty region when copying a new clip region svn path=/trunk/; revision=63802
This commit is contained in:
parent
211b116ae5
commit
86bb7a74ca
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue