Subversion Repositories Kolibri OS

Rev

Rev 5548 | Rev 5626 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5548 Rev 5621
Line 165... Line 165...
165
	int id, key, mouse_clicked;
165
	int id, key, mouse_clicked;
166
	mouse mm;
166
	mouse mm;
Line 167... Line 167...
167
 
167
 
168
	mem_Init();
168
	mem_Init();
169
	SetEventMask(0x27);
169
	SetEventMask(0x27);
170
	if (load_dll2(boxlib, #box_lib_init,0)!=0) notify("'Fatal Error: library doesn't exists /rd/1/lib/box_lib.obj' -E");
170
	if (load_dll2(boxlib, #box_lib_init,0)!=0) notify(BOX_LIB_LOAD_ERR);
171
	list[SKINS].current = list[WALLPAPERS].current = -1;
171
	list[SKINS].current = list[WALLPAPERS].current = -1;
172
	list[SKINS].first = list[WALLPAPERS].first = 0;
172
	list[SKINS].first = list[WALLPAPERS].first = 0;
173
	TabClick(WALLPAPERS);
173
	TabClick(WALLPAPERS);
174
	list[WALLPAPERS].SetSizes(0, 230, 350, 400-PANEL_H, 40, 18);
174
	list[WALLPAPERS].SetSizes(0, 230, 350, 400-PANEL_H, 40, 18);