Lines Matching refs:s_hwnd
137 extern HWND s_hwnd;
139 static HWND s_hwnd = 0; // console window handle, set by GetConsoleHwnd() variable
953 if (s_hwnd != 0) in GetConsoleHwnd()
960 s_hwnd = g_hWnd; in GetConsoleHwnd()
965 s_hwnd = GetConsoleWindow(); in GetConsoleHwnd()
977 GetWindowRect(s_hwnd, &rect); in mch_get_winpos()
990 SetWindowPos(s_hwnd, NULL, x, y, 0, 0, in mch_set_winpos()
1108 BringWindowToTop(s_hwnd); in PrintDlgProc()
1341 prt_dlg.hwndOwner = s_hwnd; in mch_print_init()
1569 SetFocus(s_hwnd); in mch_print_begin()
1891 if (s_hwnd != 0) in win32_set_foreground()
1892 SetForegroundWindow(s_hwnd); in win32_set_foreground()
2030 if (s_hwnd != 0) in Messaging_WndProc()
2031 PostMessage(s_hwnd, WM_NULL, 0, 0); in Messaging_WndProc()
2103 if (s_hwnd != 0) in Messaging_WndProc()
2105 SetForegroundWindow(s_hwnd); in Messaging_WndProc()
2878 cf.hwndOwner = s_hwnd; in get_logfont()