Fixed icon background (was black).

This commit is contained in:
Juergen Schmied 1999-07-25 12:21:24 +00:00 committed by Alexandre Julliard
parent 0fa45f115e
commit b61d1ac496
1 changed files with 3 additions and 0 deletions

View File

@ -619,6 +619,9 @@ BOOL SIC_Initialize(void)
ShellSmallIconList = pImageList_Create(16,16,ILC_COLORDDB | ILC_MASK,0,0x20);
ShellBigIconList = pImageList_Create(32,32,ILC_COLORDDB | ILC_MASK,0,0x20);
pImageList_SetBkColor(ShellSmallIconList, GetSysColor(COLOR_WINDOW));
pImageList_SetBkColor(ShellBigIconList, GetSysColor(COLOR_WINDOW));
for (index=0; index<40; index++)
{ if (! pSmRet[index] )
{ MESSAGE("*** failure loading resources from %s\n", szShellPath );