Subversion Repositories Kolibri OS

Rev

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

Rev 6251 Rev 6253
Line 179... Line 179...
179
	_PutImage(x+10,h-16/2+y+1,  16,15,   but_id-2*16*15*3+#icons);
179
	_PutImage(x+10,h-16/2+y+1,  16,15,   but_id-2*16*15*3+#icons);
180
}
180
}
Line 181... Line 181...
181
 
181
 
182
void DrawScroller()
182
void DrawScroller()
183
{
183
{
184
	scroll1.bckg_col = 0xBBBbbb;
184
	scroll1.bckg_col = MixColors(system.color.work, 0xBBBbbb, 80);
185
	scroll1.frnt_col = system.color.work;
185
	scroll1.frnt_col = MixColors(system.color.work,0xFFFfff,120);
Line 186... Line 186...
186
	scroll1.line_col = system.color.work_graph;
186
	scroll1.line_col = system.color.work_graph;
187
 
187
 
188
	scroll1.max_area = list.count;
188
	scroll1.max_area = list.count;