Subversion Repositories Kolibri OS

Rev

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

Rev 7614 Rev 7806
Line 59... Line 59...
59
	General__Main();
59
	General__Main();
60
}
60
}
Line 61... Line 61...
61
 
61
 
62
int Sysmon__DefineAndDrawWindow()
62
int Sysmon__DefineAndDrawWindow()
63
{
63
{
64
	system.color.get();
64
	sc.get();
65
	DefineAndDrawWindow(screen.width - WIN_CONTENT_H - 200, 100, WIN_CONTENT_W + WIN_PAD + WIN_PAD +9, 
65
	DefineAndDrawWindow(screen.width - WIN_CONTENT_H - 200, 100, WIN_CONTENT_W + WIN_PAD + WIN_PAD +9, 
66
		WIN_CONTENT_H + TAB_HEIGHT + skin_height + 4, 0x34, system.color.work, "System Monitor",0);
66
		WIN_CONTENT_H + TAB_HEIGHT + skin_height + 4, 0x34, sc.work, "System Monitor",0);
67
	GetProcessInfo(#Form, SelfInfo);
67
	GetProcessInfo(#Form, SelfInfo);
68
	if (Form.status_window>2) return false;
68
	if (Form.status_window>2) return false;
69
	//if (Form.width  < 300) { MoveSize(OLD,OLD,300,OLD); break; }
69
	//if (Form.width  < 300) { MoveSize(OLD,OLD,300,OLD); break; }
70
	//if (Form.height < 200) { MoveSize(OLD,OLD,OLD,200); break; }
70
	//if (Form.height < 200) { MoveSize(OLD,OLD,OLD,200); break; }