Searched refs:g_hWnd (Results 1 – 2 of 2) sorted by relevance
941 extern HWND g_hWnd; // This is in os_win32.c.958 if (g_hWnd != 0) in GetConsoleHwnd()960 s_hwnd = g_hWnd; in GetConsoleHwnd()
2688 HWND g_hWnd = NULL; // also used in os_mswin.c variable2777 g_hWnd = GetConsoleWindow(); in SaveConsoleTitleAndIcon()2778 if (g_hWnd == NULL) in SaveConsoleTitleAndIcon()2782 GetConsoleIcon(g_hWnd, &g_hOrigIconSmall, &g_hOrigIcon); in SaveConsoleTitleAndIcon()2861 SetConsoleIcon(g_hWnd, g_hVimIcon, g_hVimIcon); in mch_init_c()2920 SetConsoleIcon(g_hWnd, g_hOrigIconSmall, g_hOrigIcon); in mch_exit_c()