Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5597 → Rev 5598

/programs/cmm/lib/list_box.h
1,5 → 1,11
//list_box
#ifndef INCLUDE_LIST_BOX_H
#define INCLUDE_LIST_BOX_H
 
#ifndef INCLUDE_KOLIBRI_H
#include "../lib/kolibri.h"
#endif
 
struct llist
{
int x, y, w, h, min_h, line_h, text_y;
150,4 → 156,6
current=count-1;
first=count-visible;
return 1;
}
}
 
#endif