Commit b61d1ac4 authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard

Fixed icon background (was black).

parent 0fa45f11
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment