From 6cf32db099c797097a0ba35aa2957ff0270dde4d Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 31 Dec 2014 16:22:23 +0000 Subject: [PATCH] [WIN32K] Mark RAO region as dirty in NtGdiSelectBitmap, hopefully fixes CORE-8989 svn path=/trunk/; revision=65920 --- reactos/win32ss/gdi/ntgdi/dcobjs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/win32ss/gdi/ntgdi/dcobjs.c b/reactos/win32ss/gdi/ntgdi/dcobjs.c index ae8ef780ad4..f669769dc53 100644 --- a/reactos/win32ss/gdi/ntgdi/dcobjs.c +++ b/reactos/win32ss/gdi/ntgdi/dcobjs.c @@ -471,7 +471,7 @@ NtGdiSelectBitmap( } /* Mark the DC brushes invalid */ - pdc->pdcattr->ulDirty_ |= DIRTY_FILL | DIRTY_LINE; + pdc->pdcattr->ulDirty_ |= DIRTY_FILL | DIRTY_LINE | DC_FLAG_DIRTY_RAO; /* Update the system region */ REGION_SetRectRgn(pdc->prgnVis,