[ros-diffs] [khornicek] 49264: [WIN32K] Follow-up to r48681. Fixes text on disabled controls.

khornicek at svn.reactos.org khornicek at svn.reactos.org
Sun Oct 24 22:51:52 UTC 2010


Author: khornicek
Date: Sun Oct 24 22:51:51 2010
New Revision: 49264

URL: http://svn.reactos.org/svn/reactos?rev=49264&view=rev
Log:
[WIN32K]
Follow-up to r48681. Fixes text on disabled controls.

Modified:
    branches/reactos-yarotows/subsystems/win32/win32k/dib/dib.c

Modified: branches/reactos-yarotows/subsystems/win32/win32k/dib/dib.c
URL: http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win32/win32k/dib/dib.c?rev=49264&r1=49263&r2=49264&view=diff
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/dib/dib.c [iso-8859-1] (original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/dib/dib.c [iso-8859-1] Sun Oct 24 22:51:51 2010
@@ -150,9 +150,6 @@
       0xF0F0F00F /* 1110 */,
       0xF0F0F0F0 /* 1111 */,
     };
-
-  /* Ignore alpha channel in Pattern */
-  Pattern &= 0x00ffffff ;
 
   /* Optimized code for the various named rop codes. */
   switch (Rop)




More information about the Ros-diffs mailing list