Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8954 → Rev 8955

/programs/cmm/notes/notes.c
38,10 → 38,12
#define DELETE_W sizeof(DELETE_TEXT)+2*6
 
#include "engine.h"
#include "ini.h"
proc_info Form;
 
#include "ini.h"
 
edit_box notebox = {WIN_W-RED_LINE_X-6,RED_LINE_X+5,RED_LINE_X,
COL_BG_ACTIVE, 0x94AECE,COL_BG_ACTIVE,0xffffff,0,
MAX_LINE_CHARS-1, NULL,0,ed_always_focus+ed_focus};
/programs/cmm/the_bus/the_bus.c
6,10 → 6,6
Copyright (C) 2008 O.Bogomaz
*/
 
#ifndef AUTOBUILD
#include "lang.h--"
#endif
 
#define MEMSIZE 1024 * 60;
 
#include "..\lib\kolibri.h"