mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user