Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8953 → Rev 8954

/programs/cmm/notes/engine.h
1,4 → 1,4
#define MAX_LINE_CHARS 256
#define MAX_LINE_CHARS 128
 
#define CHBOX 12
#define CHECKBOX_ID 50
35,7 → 35,7
 
struct NOTES : llist {
char txt_path[4096];
char txt_data[MAX_LINE_CHARS*LINES_COUNT];
char txt_data[MAX_LINE_CHARS+4*LINES_COUNT+30];
bool txt_file_exists;
 
NOTE_LINE lines[LINES_COUNT];