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/win3... ============================================================================== --- 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)