Author: jgardou
Date: Mon Aug  4 15:58:53 2014
New Revision: 63802

URL: http://svn.reactos.org/svn/reactos?rev=63802&view=rev
Log:
[WIN32K]
 - Properly mark the DC as containing direty region when copying a new clip 
region

Modified:
    trunk/reactos/win32ss/gdi/ntgdi/cliprgn.c

Modified: trunk/reactos/win32ss/gdi/ntgdi/cliprgn.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/ntgdi/cliprgn.c?rev=63802&r1=63801&r2=63802&view=diff
==============================================================================
--- trunk/reactos/win32ss/gdi/ntgdi/cliprgn.c   [iso-8859-1] (original)
+++ trunk/reactos/win32ss/gdi/ntgdi/cliprgn.c   [iso-8859-1] Mon Aug  4 
15:58:53 2014
@@ -59,6 +59,8 @@
 
         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);
     }


Reply via email to