Subversion Repositories Kolibri OS

Rev

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

Rev 7506 Rev 7806
Line 217... Line 217...
217
#define FR_FILLED  10000b // [x]
217
#define FR_FILLED  10000b // [x]
Line 218... Line 218...
218
 
218
 
219
:frame frame123 = { 0, 260, 10, 60, 16, NULL, 0xFFFfff, 1, NULL, 0, 1, 12, 0x000111, 0xCCCccc };
219
:frame frame123 = { 0, 260, 10, 60, 16, NULL, 0xFFFfff, 1, NULL, 0, 1, 12, 0x000111, 0xCCCccc };
220
:void DrawFrame(dword x,y,w,h,text)
220
:void DrawFrame(dword x,y,w,h,text)
221
{
221
{
222
	frame123.font_color = system.color.work_text;
222
	frame123.font_color = sc.work_text;
223
	frame123.ext_col = system.color.work_graph;
223
	frame123.ext_col = sc.work_graph;
224
	frame123.int_col = system.color.work_light;
224
	frame123.int_col = sc.work_light;
Line 225... Line 225...
225
	frame123.font_backgr_color = system.color.work;
225
	frame123.font_backgr_color = sc.work;
226
 
226
 
227
	frame123.start_x = x;
227
	frame123.start_x = x;
228
	frame123.start_y = y;
228
	frame123.start_y = y;