| 44 #else |
44 #else |
| 45 #define ICONTHEME_GET_DEFAULT() gtk_icon_theme_get_default() |
45 #define ICONTHEME_GET_DEFAULT() gtk_icon_theme_get_default() |
| 46 #endif |
46 #endif |
| 47 |
47 |
| 48 void ui_image_init(void) { |
48 void ui_image_init(void) { |
| 49 image_map = cxHashMapCreateSimple(CX_STORE_POINTERS); |
49 image_map = cxHashMapCreate(NULL, CX_STORE_POINTERS, 16); |
| 50 |
50 |
| 51 icon_theme = ICONTHEME_GET_DEFAULT(); |
51 icon_theme = ICONTHEME_GET_DEFAULT(); |
| 52 } |
52 } |
| 53 |
53 |
| 54 // **** deprecated functions **** |
54 // **** deprecated functions **** |