[ros-diffs] [jgardou] 46970: [WIN32K] - Physicus : In theory the text brush should never be changed So be it, it works anyway...

jgardou at svn.reactos.org jgardou at svn.reactos.org
Wed Apr 21 00:26:03 CEST 2010


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/win32/win32k/objects/dcobjs.c?rev=46970&r1=46969&r2=46970&view=diff
==============================================================================
--- 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);
 




More information about the Ros-diffs mailing list