Subversion Repositories Kolibri OS

Rev

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

Rev 8425 Rev 8821
Line 297... Line 297...
297
	}
297
	}
298
}
298
}
Line 299... Line 299...
299
 
299
 
300
void DrawIconWithText(dword _x, _y, _icon, _title)
300
void DrawIconWithText(dword _x, _y, _icon, _title)
301
{
301
{
302
	DrawIcon16(_x, _y, sc.work, _icon);
302
	int size = DrawIcon16(_x, _y, sc.work, _icon);
303
	WriteTextWithBg(_x+ICONGAP, _y, 0xD0, sc.work_text, _title, sc.work);
303
	WriteTextWithBg(_x+ICONGAP, _y + size - 16, 0xD0, sc.work_text, _title, sc.work);
Line 304... Line 304...
304
}
304
}
305
 
305
 
306
dword GetCpuLoad(dword max_h)
306
dword GetCpuLoad(dword max_h)