Home
last modified time | relevance | path

Searched refs:g_hWnd (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dos_mswin.c941 extern HWND g_hWnd; // This is in os_win32.c.
958 if (g_hWnd != 0) in GetConsoleHwnd()
960 s_hwnd = g_hWnd; in GetConsoleHwnd()
H A Dos_win32.c2688 HWND g_hWnd = NULL; // also used in os_mswin.c variable
2777 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()