Subversion Repositories Kolibri OS

Rev

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

Rev 3225 Rev 3368
Line 23... Line 23...
23
	y = yy;
23
	y = yy;
24
	w = ww;
24
	w = ww;
25
	h = hh;
25
	h = hh;
26
	min_h = min_hh;
26
	min_h = min_hh;
27
	line_h = line_hh;
27
	line_h = line_hh;
-
 
28
	visible = h / line_h;
28
}
29
}
Line 29... Line 30...
29
 
30
 
30
 
31