Subversion Repositories Kolibri OS

Rev

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

Rev 7757 Rev 7804
Line 204... Line 204...
204
:int llist::KeyEnd()
204
:int llist::KeyEnd()
205
{
205
{
206
	if (cur_y==count-1) && (first==count-visible) return 0;
206
	if (cur_y==count-1) && (first==count-visible) return 0;
207
	cur_y = count-1;
207
	cur_y = count-1;
208
	first = count - visible;
208
	first = count - visible;
-
 
209
	CheckDoesValuesOkey();
209
	return 1;
210
	return 1;
210
}
211
}
Line 211... Line 212...
211
 
212
 
212
:int llist::KeyPgUp()
213
:int llist::KeyPgUp()