Subversion Repositories Kolibri OS

Rev

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

Rev 5424 Rev 5425
Line 67... Line 67...
67
	mem_Init();
67
	mem_Init();
68
	if (load_dll2(libio,  #libio_init,1)!=0) notify("Error: library doesn't exists - libio");
68
	if (load_dll2(libio,  #libio_init,1)!=0) notify("Error: library doesn't exists - libio");
69
	if (load_dll2(libimg, #libimg_init,1)!=0) notify("Error: library doesn't exists - libimg");
69
	if (load_dll2(libimg, #libimg_init,1)!=0) notify("Error: library doesn't exists - libimg");
70
	if (load_dll2(libini, #lib_init,1)!=0) notify("Error: library doesn't exists - libini");
70
	if (load_dll2(libini, #lib_init,1)!=0) notify("Error: library doesn't exists - libini");
Line 71... Line 71...
71
 
71
 
72
	Libimg_LoadImage(#skin, "/sys/iconstrp.png");
72
	Libimg_LoadImage(#skin, "/sys/icons32.png");
Line 73... Line 73...
73
	Libimg_FillTransparent(skin.image, skin.w, skin.h, LIST_BACKGROUND_COLOR);
73
	Libimg_FillTransparent(skin.image, skin.w, skin.h, LIST_BACKGROUND_COLOR);
74
 
74
 
75
	if (param)
75
	if (param)