AmiDock Docky icon and Composition Effect OFF
Posted: Wed Sep 04, 2013 6:40 pm
Hi, if WB is using without composition Effect my Mixer docky is rendered wrong (seems using the old image icon image).
When using with Composition Effect ON the docky shows/renders perfectly.
Has anyone a clu how to solve it?
Changing to 'aii.iconType = APPICONT_ProgamIcon;' (alas no docky functionality, not what I want) the icon shows good on booth Composition Effect ON/OFF cases.
TIA
When using with Composition Effect ON the docky shows/renders perfectly.
Has anyone a clu how to solve it?
Code: Select all
..
aii.iconType = APPICONT_Docky;
aii.info.dockyBase = DockyBase;
..
case DOCKYGET_RenderMode:
*msgData = DOCKYRENDERMODE_Icon;
break;
case DOCKYGET_Icon:
*((struct DiskObject **)msgData) = GetDiskObject(mixerfullpath);
break;
..
Changing to 'aii.iconType = APPICONT_ProgamIcon;' (alas no docky functionality, not what I want) the icon shows good on booth Composition Effect ON/OFF cases.
TIA