Searched refs:g_hVimIcon (Results 1 – 1 of 1) sorted by relevance
2691 static HICON g_hVimIcon = NULL; variable2787 if (mch_icon_load((HANDLE *)&g_hVimIcon) == FAIL || g_hVimIcon == NULL) in SaveConsoleTitleAndIcon()2788 g_hVimIcon = ExtractIcon(NULL, (LPCSTR)exe_name, 0); in SaveConsoleTitleAndIcon()2789 if (g_hVimIcon != NULL) in SaveConsoleTitleAndIcon()2861 SetConsoleIcon(g_hWnd, g_hVimIcon, g_hVimIcon); in mch_init_c()