Subversion Repositories Kolibri OS

Rev

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

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