Subversion Repositories Kolibri OS

Rev

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

Rev 4846 Rev 5403
Line 126... Line 126...
126
	int half_scroll_size;
126
	int half_scroll_size;
127
	int scroll_used=0, show_menu;
127
	int scroll_used=0, show_menu;
Line 128... Line 128...
128
	
128
	
129
	mem_Init();
129
	mem_Init();
130
	CursorPointer.Load(#CursorFile);
130
	CursorPointer.Load(#CursorFile);
131
	if (load_dll2(boxlib, #box_lib_init,0)!=0) notify("System Error: library doesn't exists /rd/1/lib/box_lib.obj");
131
	if (load_dll2(boxlib, #box_lib_init,0)!=0) notify("Error: library doesn't exists - box_lib");
132
	if (load_dll2(libio, #libio_init,1)!=0) notify("Error: library doesn't exists - libio");
132
	if (load_dll2(libio, #libio_init,1)!=0) notify("Error: library doesn't exists - libio");
133
	if (load_dll2(libimg, #libimg_init,1)!=0) notify("Error: library doesn't exists - libimg");
133
	if (load_dll2(libimg, #libimg_init,1)!=0) notify("Error: library doesn't exists - libimg");
134
	if (load_dll2(libHTTP, #http_lib_init,1)!=0) notify("Error: library doesn't exists - http");
134
	if (load_dll2(libHTTP, #http_lib_init,1)!=0) notify("Error: library doesn't exists - http");