Parent Directory
|
Revision Log
|
Patch
revision 427 by twoaday, Thu Dec 1 20:10:25 2011 UTC | revision 428 by twoaday, Sat Apr 7 11:55:16 2012 UTC | |
---|---|---|
# | Line 444 listview_set_image_list (listview_ctrl_t | Line 444 listview_set_image_list (listview_ctrl_t |
444 | if (cx <= 0 || cy <= 0) | if (cx <= 0 || cy <= 0) |
445 | cx = cy = 16; /* default size. */ | cx = cy = 16; /* default size. */ |
446 | ||
447 | hil = ImageList_Create (cx, cy, ILC_COLOR8|ILC_MASK, nicons, 1); | hil = ImageList_Create (cx, cy, ILC_COLOR16|ILC_MASK, nicons, 1); |
448 | ImageList_SetBkColor (hil, CLR_NONE); | ImageList_SetBkColor (hil, CLR_NONE); |
449 | for (DWORD i=0; i < nicons; i++) | for (DWORD i=0; i < nicons; i++) |
450 | ImageList_AddIcon (hil, ico[i]); | ImageList_AddIcon (hil, ico[i]); |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |