Subversion Repositories Kolibri OS

Rev

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

Rev 7995 Rev 8013
Line 297... Line 297...
297
    //load_dll(libimg, #libimg_init,1);
297
    //load_dll(libimg, #libimg_init,1);
298
    if (!i32.image) || (bg!=_bg) {
298
    if (!i32.image) || (bg!=_bg) {
299
        bg = _bg;
299
        bg = _bg;
300
        i32.load("/sys/icons32.png");
300
        i32.load("/sys/icons32.png");
301
        i32.replace_color(0x00000000, bg);
301
        i32.replace_color(0x00000000, bg);
302
        debugln("wolo");
-
 
303
    }
302
    }
304
    if (icon_n>=0) i32.draw(x, y, 32, 32, 0, icon_n*32);
303
    if (icon_n>=0) i32.draw(x, y, 32, 32, 0, icon_n*32);
305
}
304
}
Line 306... Line 305...
306
 
305