Subversion Repositories Kolibri OS

Rev

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

Rev 5958 Rev 6039
Line 32... Line 32...
32
	int KeyPgDown(); 
32
	int KeyPgDown(); 
33
	int KeyPgUp(); 
33
	int KeyPgUp(); 
34
	int KeyLeft(); 
34
	int KeyLeft(); 
35
	int KeyRight();
35
	int KeyRight();
36
	void CheckDoesValuesOkey();
36
	void CheckDoesValuesOkey();
37
	void debug_values();
37
	void debug();
38
};
38
};
Line 39... Line 39...
39
 
39
 
40
void llist::debug_values()
40
void llist::debug()
41
{
41
{
42
	char yi[128];
42
	char yi[128];
43
	sprintf(#yi, "%s %d %s %d %s %d %s %d %s %d %s %d", "first:", first, "visible:", visible, "count:", count, "col_max:", column_max, "cur_y:", cur_y, "cur_x:", cur_x);
43
	sprintf(#yi, "%s %d %s %d %s %d %s %d %s %d %s %d", "first:", first, "visible:", visible, "count:", count, "col_max:", column_max, "cur_y:", cur_y, "cur_x:", cur_x);
44
	debugln(#yi);
44
	debugln(#yi);