Subversion Repositories Kolibri OS

Rev

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

Rev 9396 Rev 9602
Line 215... Line 215...
215
 
215
 
216
:frame frame123 = { 0, 260, 10, 60, 16, NULL, 0xFFFfff, 1, NULL, 0, 1, 12, 0x000111, 0xCCCccc };
216
:frame frame123 = { 0, 260, 10, 60, 16, NULL, 0xFFFfff, 1, NULL, 0, 1, 12, 0x000111, 0xCCCccc };
217
:void DrawFrame(dword x,y,w,h,text)
217
:void DrawFrame(dword x,y,w,h,text)
218
{
218
{
219
	frame123.font_color = sc.work_text;
219
	frame123.font_color = sc.work_text;
220
	frame123.ext_col = sc.work_graph;
220
	frame123.ext_col = sc.line;
221
	frame123.int_col = sc.work_light;
221
	frame123.int_col = sc.light;
Line 222... Line 222...
222
	frame123.font_backgr_color = sc.work;
222
	frame123.font_backgr_color = sc.work;
223
 
223
 
224
	frame123.start_x = x;
224
	frame123.start_x = x;