Subversion Repositories Kolibri OS

Rev

Rev 7972 | Rev 7978 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7972 Rev 7977
Line 149... Line 149...
149
	else if (swc.list_bg != old_list_bg_color) LoadImages();
149
	else if (swc.list_bg != old_list_bg_color) LoadImages();
150
}
150
}
Line 151... Line 151...
151
 
151
 
152
void LoadImages()
152
void LoadImages()
153
{
153
{
154
	Libimg_LoadImage(#skin, "/sys/icons32.png");
154
	skin.load("/sys/icons32.png");
155
	Libimg_FillTransparent(skin.image, skin.w, skin.h, swc.list_bg);	
155
	skin.fill_transparent(swc.list_bg);	
Line 156... Line 156...
156
}
156
}
157
 
157