From 6237a1d524ff52b3dec455f7fb27a18aa6111748 Mon Sep 17 00:00:00 2001 From: Kamil Hornicek Date: Sun, 24 Oct 2010 22:51:51 +0000 Subject: [PATCH] [WIN32K] Follow-up to r48681. Fixes text on disabled controls. svn path=/branches/reactos-yarotows/; revision=49264 --- subsystems/win32/win32k/dib/dib.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/subsystems/win32/win32k/dib/dib.c b/subsystems/win32/win32k/dib/dib.c index 1288dad592b..2066c9e0b72 100644 --- a/subsystems/win32/win32k/dib/dib.c +++ b/subsystems/win32/win32k/dib/dib.c @@ -151,9 +151,6 @@ static const ULONG ExpandDest[16] = 0xF0F0F0F0 /* 1111 */, }; - /* Ignore alpha channel in Pattern */ - Pattern &= 0x00ffffff ; - /* Optimized code for the various named rop codes. */ switch (Rop) { -- 2.17.1