Subversion Repositories Kolibri OS

Rev

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

Rev 6761 Rev 6771
Line 614... Line 614...
614
	self.file = 0;
614
	self.file = 0;
615
	self.path = I_Path;
615
	self.path = I_Path;
616
	__path_name__(#__BUF_DIR__,I_Path);
616
	__path_name__(#__BUF_DIR__,I_Path);
Line 617... Line 617...
617
	
617
	
618
	skin_height   = GetSkinHeight();
618
	skin_height   = GetSkinHeight();
619
	screen.width  = GetScreenWidth();
619
	screen.width  = GetScreenWidth()+1;
Line 620... Line 620...
620
	screen.height = GetScreenHeight();
620
	screen.height = GetScreenHeight()+1;
621
	
621
	
Line 622... Line 622...
622
	DOUBLE_CLICK_DELAY = GetMouseDoubleClickDelay();
622
	DOUBLE_CLICK_DELAY = GetMouseDoubleClickDelay();