Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5761 → Rev 5765

/programs/cmm/appearance/appearance.c
25,9 → 25,7
unsigned char icons[]= FROM "icons.raw";
 
#define PANEL_H 30
#define SKINS_STANDART_PATH "/sys/skins"
//"/kolibrios/res/skins"
#define SKINS_STANDART_PATH "/kolibrios/res/skins"
#define WALP_STANDART_PATH "/kolibrios/res/wallpapers"
 
llist list[2];
/programs/cmm/appearance/compile_en.bat
6,4 → 6,5
@rename appearance.com appearance
@del warning.txt
@del lang.h--
@pause
@pause
kpack appearance
/programs/cmm/appearance/compile_ru.bat
6,4 → 6,5
@rename appearance.com appearance
@del warning.txt
@del lang.h--
@pause
@pause
kpack appearance
/programs/cmm/eolite/Eolite.c
129,7 → 129,7
strcpy(#inactive_path, #path);
llist_copy(#files_inactive, #files);
font.no_bg_copy = true;
font.load("/sys/font/Tahoma.kf");
font.load("/sys/fonts/tahoma.kf");
SetEventMask(1100111b);
loop(){
switch(WaitEvent())
/programs/cmm/installer/installer.c
14,9 → 14,9
void main()
{
 
SetAddApplDir("kolibrios", abspath("kolibrios")+1);
SetAddApplDir("kolibrios", abspath("install/kolibrios")+1);
io.run("/sys/media/kiv", "\\S__/kolibrios/res/Wallpapers/In the wind there is longing.png");
copyf(abspath("sys"), "/sys");
copyf(abspath("install/sys"), "/sys");
RestartProcessByName("@icon", MULTIPLE);
RestartProcessByName("@taskbar", SINGLE);
RestartProcessByName("@docky", SINGLE);
23,7 → 23,7
notify(T_END);
io.run("/sys/tmpdisk", "a0s10");
pause(50);
copyf(abspath("tmp"), "/tmp0/1");
copyf(abspath("install/tmp"), "/tmp0/1");
ExitProcess();
}
 
/programs/cmm/lib/font.h
336,7 → 336,7
dword tmp;
buffer_size = 0;
IF(data)free(data);
if (!io.read(path))
if (!io.readKPACK(path))
{
debug("Error while loading font: ");
debugln(path);