Subversion Repositories Kolibri OS

Rev

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

Rev 7645 Rev 7647
Line 65... Line 65...
65
void DrawFilledBar(dword x, y, w, h)
65
void DrawFilledBar(dword x, y, w, h)
66
{
66
{
67
	int i, fill_h;
67
	int i, fill_h;
68
	if (h < 12) {
68
	if (h < 12) {
69
		for (i=0; i
69
		for (i=0; i
70
	} else {
70
	} else {
71
		DrawBar(x, y, w, h, col.work_gradient[12]);
71
		DrawBar(x, y, w, h, col.work_gradient[12]);
72
	}
72
	}
73
}
73
}