Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4414 → Rev 4415

/programs/cmm/lib/list_box.h
3,6 → 3,7
struct llist
{
int x, y, w, h, min_h, line_h, text_y;
int column_max;
int count, visible, first, current;
int active;
void ClearList();