Author: jgardou
Date: Wed Apr 21 00:26:03 2010
New Revision: 46970
URL:
http://svn.reactos.org/svn/reactos?rev=46970&view=rev
Log:
[WIN32K]
- Physicus : In theory the text brush should never be changed
So be it, it works anyway...
Modified:
branches/reactos-yarotows/subsystems/win32/win32k/objects/dcobjs.c
Modified: branches/reactos-yarotows/subsystems/win32/win32k/objects/dcobjs.c
URL:
http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win…
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/objects/dcobjs.c [iso-8859-1]
(original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/objects/dcobjs.c [iso-8859-1] Wed
Apr 21 00:26:03 2010
@@ -110,9 +110,6 @@
{
PDC_ATTR pdcattr = pdc->pdcattr;
- if(pdcattr->ulDirty_ & DIRTY_TEXT)
- EBRUSHOBJ_vUpdate(&pdc->eboText, pbrDefaultBrush, pdc);
-
/* Update the eboText's solid color */
EBRUSHOBJ_vSetSolidBrushColor(&pdc->eboText, pdcattr->crForegroundClr);