Searched refs:g_hSmallIconX (Results 1 – 5 of 5) sorted by relevance
628 g_hSmallIconX = winOverrideDefaultIcon(sm_cxsm); in winInitGlobalIcons()637 g_hSmallIconX = (HICON) LoadImage(g_hInstance, in winInitGlobalIcons()655 hSmallIcon = g_hSmallIconX; in winSelectIcons()670 hIcon != g_hSmallIconX && !winIconIsOverride(hIcon)) in winDestroyIcon()
78 extern HICON g_hSmallIconX;
63 HICON g_hSmallIconX = NULL; variable
251 if (g_hSmallIconX) in ReloadPrefs()252 DestroyIcon(g_hSmallIconX); in ReloadPrefs()261 g_hSmallIconX = NULL; in ReloadPrefs()
209 if (g_hSmallIconX) in winInitDialog()210 hIconSmall = g_hSmallIconX; in winInitDialog()