Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 6651 → Rev 6650

/programs/cmm/lib/gui.h
279,11 → 279,10
Long lines should be breaked by word.
TODO: scroll
*/
:int DrawTextViewArea(int x,y,w,h, dword buf_start, bg_col, text_col)
:int DrawTextViewArea(int x,y,w,h,line_h, dword buf_start, bg_col, text_col)
{
dword write_start;
dword buf_end;
int line_h = 15;
int label_length_max;
int write_length;
bool end_found;
/programs/cmm/lib/kolibri.h
26,7 → 26,7
char param[4096];
char program_path[4096];
 
#define bool int
#define bool char
 
#define NULL 0
#define OLD -1
/programs/cmm/lib/patterns/select_list.h
File deleted
\ No newline at end of file