mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 05:55:48 +00:00
- Removed ReactOS specific hack in ImageList_DrawIndirect since the color conversions in Win32K are fixed now.
svn path=/trunk/; revision=9916
This commit is contained in:
parent
f2e5d4cd25
commit
d9f6abff67
1 changed files with 0 additions and 2 deletions
|
@ -1146,13 +1146,11 @@ ImageList_DrawIndirect (IMAGELISTDRAWPARAMS *pimldp)
|
|||
PatBlt(hBlendMaskDC, 0, 0, cx, cy, PATCOPY);
|
||||
SelectObject(hBlendMaskDC, hOldBrush);
|
||||
|
||||
#if 0
|
||||
/* Modify the blend mask if an Image Mask exist */
|
||||
if(himl->hbmMask) {
|
||||
BitBlt(hBlendMaskDC, 0, 0, cx, cy, hMaskListDC, lx, ly, 0x220326); /* NOTSRCAND */
|
||||
BitBlt(hBlendMaskDC, 0, 0, cx, cy, hBlendMaskDC, 0, 0, NOTSRCCOPY);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* now apply blend to the current image given the BlendMask */
|
||||
if (clrBlend == CLR_DEFAULT) clrBlend = GetSysColor (COLOR_HIGHLIGHT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue