Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5625 → Rev 5626

/programs/cmm/appearance/appearance.c
167,7 → 167,7
 
mem_Init();
SetEventMask(0x27);
if (load_dll2(boxlib, #box_lib_init,0)!=0) notify(BOX_LIB_LOAD_ERR);
load_dll(boxlib, #box_lib_init,0);
list[SKINS].current = list[WALLPAPERS].current = -1;
list[SKINS].first = list[WALLPAPERS].first = 0;
TabClick(WALLPAPERS);