Use the correct flags member in the DC to mark the RAO region dirty.

svn path=/trunk/; revision=65921
This commit is contained in:
Timo Kreuzer 2014-12-31 17:10:59 +00:00
parent 6cf32db099
commit 9c81da0f9c

View file

@ -470,8 +470,9 @@ NtGdiSelectBitmap(
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,