Subversion Repositories tpanel

Rev

Rev 446 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 446 Rev 482
Line 73... Line 73...
73
    else
73
    else
74
        ic.name = name;
74
        ic.name = name;
75
 
75
 
76
    ic.bmType = bmType;
76
    ic.bmType = bmType;
77
    ic.bitmap = bm;
77
    ic.bitmap = bm;
78
    ic.handle = handle;
78
    ic.handle = static_cast<uint32_t>(handle);
79
 
79
 
80
    bool ret = addImage(ic);
80
    bool ret = addImage(ic);
81
    _imgCache.unlock();
81
    _imgCache.unlock();
82
    return ret;
82
    return ret;
83
}
83
}