Searched refs:default_small_icon (Results 1 – 1 of 1) sorted by relevance
2295 static HICON default_small_icon = NULL; variable2327 if (default_small_icon != NULL)2328 DestroyIcon(default_small_icon);2331 default_small_icon = NULL;2340 default_small_icon = image_to_icon(best_small, true, 0, 0);2346 if (default_small_icon != NULL)2347 DestroyIcon(default_small_icon);2350 default_small_icon = NULL;2355 default_small_icon = CopyIcon(small_icon);2367 if ((small_icon != NULL) && (small_icon != default_small_icon))[all …]