Subversion Repositories Kolibri OS

Rev

Rev 4636 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4636 Rev 4650
Line 3... Line 3...
3
	byte active;
3
	byte active;
4
	byte max_cols;
4
	byte max_cols;
5
	byte max_rows;
5
	byte max_rows;
6
	byte cur_col;
6
	byte cur_col;
7
	byte cur_row;
7
	byte cur_row;
8
	int col_w[255];
8
	int col_w[32];
9
	int col_h[255];
9
	int row_start, row_h, row_max_h;
10
	void NewTable();
10
	void NewTable();
11
} table;
11
} table;
Line 12... Line 12...
12
 
12
 
13
void Table::NewTable()
13
void Table::NewTable()