Author: tkreuzer Date: Wed Dec 31 17:10:59 2014 New Revision: 65921
URL: http://svn.reactos.org/svn/reactos?rev=65921&view=rev Log: [WIN32K] Use the correct flags member in the DC to mark the RAO region dirty.
Modified: trunk/reactos/win32ss/gdi/ntgdi/dcobjs.c
Modified: trunk/reactos/win32ss/gdi/ntgdi/dcobjs.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/ntgdi/dcobjs.c?... ============================================================================== --- trunk/reactos/win32ss/gdi/ntgdi/dcobjs.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/gdi/ntgdi/dcobjs.c [iso-8859-1] Wed Dec 31 17:10:59 2014 @@ -470,8 +470,9 @@ SURFACE_ShareUnlockSurface(psurfOld); }
- /* Mark the DC brushes invalid */ - pdc->pdcattr->ulDirty_ |= DIRTY_FILL | DIRTY_LINE | DC_FLAG_DIRTY_RAO; + /* Mark the DC brushes and the RAO region invalid */ + pdc->pdcattr->ulDirty_ |= DIRTY_FILL | DIRTY_LINE; + pdc->fs |= DC_FLAG_DIRTY_RAO;
/* Update the system region */ REGION_SetRectRgn(pdc->prgnVis,