Subversion Repositories Kolibri OS

Rev

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

Rev 9553 Rev 9558
Line 48... Line 48...
48
    img_draw(image_blend, 10, 10, IMG_W*2, IMG_H , 0, 0);  // Draw blended image to window
48
	img_draw(image_blend, 10, 10, IMG_W*2, IMG_H , 0, 0);  // Draw blended image to window
49
    _ksys_end_draw();
49
    _ksys_end_draw();
50
}
50
}
Line 51... Line 51...
51
 
51
 
-
 
52
int main(){
-
 
53
    if (kolibri_libimg_init() == -1){
-
 
54
		printf("Error loading lib_img.obj\n");
-
 
55
        exit(0);
-
 
56
	}
52
int main(){
57
	
53
    _ksys_get_system_colors(&sys_color_table); // Get system colors theme
58
	_ksys_get_system_colors(&sys_color_table); // Get system colors theme
Line 54... Line 59...
54
    _ksys_set_event_mask(0xC0000027);
59
    _ksys_set_event_mask(0xC0000027);
55
    
60