Commit in reactos/lib/comctl32 on MAIN
imagelist.c+3-11.8 -> 1.9
- Removed useless code from ImageList_DrawIndirect, because there
  are problems with it in combination with the ReactOS code (propably due to
  XLATEOBJs)

reactos/lib/comctl32
imagelist.c 1.8 -> 1.9
diff -u -r1.8 -r1.9
--- imagelist.c	11 Mar 2004 11:13:28 -0000	1.8
+++ imagelist.c	5 Apr 2004 21:29:28 -0000	1.9
@@ -1146,12 +1146,14 @@
     	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);
         else if (clrBlend == CLR_NONE) clrBlend = GetTextColor (pimldp->hdcDst);
CVSspam 0.2.8