Subversion Repositories Kolibri OS

Rev

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

Rev 7977 Rev 7978
Line 150... Line 150...
150
}
150
}
Line 151... Line 151...
151
 
151
 
152
void LoadImages()
152
void LoadImages()
153
{
153
{
154
	skin.load("/sys/icons32.png");
154
	skin.load("/sys/icons32.png");
155
	skin.fill_transparent(swc.list_bg);	
155
	skin.replace_color(0x00000000, swc.list_bg);	
Line 156... Line 156...
156
}
156
}
157
 
157