Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7646 → Rev 7647

/programs/cmm/eolite/include/gui.h
67,7 → 67,7
{
int i, fill_h;
if (h < 12) {
for (i=0; i<h; i++) DrawBar(x, y+i, w, 1, col.work_gradient[12-i]);
for (i=0; i<h; i++) DrawBar(x, y+i, w, 1, col.work_gradient[-i*3+15]);
} else {
DrawBar(x, y, w, h, col.work_gradient[12]);
}