Subversion Repositories Kolibri OS

Rev

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

Rev 9584 Rev 9597
Line 398... Line 398...
398
	RunProgram("/sys/tinfo", itoa(GetProcessSlot(current_process_id)));
398
	RunProgram("/sys/tinfo", itoa(GetProcessSlot(current_process_id)));
399
}
399
}
Line 400... Line 400...
400
 
400
 
401
void ReadIni()
401
void ReadIni()
402
{
402
{
403
	Form.left    = ini.GetInt("x", screen.width/2 - 350); 
403
	Form.left    = ini.GetInt("x", screen.w/2 - 350); 
404
	Form.top     = ini.GetInt("y", 100); 
404
	Form.top     = ini.GetInt("y", 100); 
405
	Form.width   = ini.GetInt("w", 700); 
405
	Form.width   = ini.GetInt("w", 700); 
406
	Form.height  = ini.GetInt("h", 490); 
406
	Form.height  = ini.GetInt("h", 490); 
407
	show_sensors = ini.GetInt("show_sensors", true); 
407
	show_sensors = ini.GetInt("show_sensors", true);