Searched refs:next_hwnd (Results 1 – 1 of 1) sorted by relevance
704 HWND next_hwnd = ::GetNextWindow(hwnd(), GW_HWNDNEXT); in Deactivate() local705 while (next_hwnd) { in Deactivate()706 if (::IsWindowVisible(next_hwnd)) { in Deactivate()707 ::SetForegroundWindow(next_hwnd); in Deactivate()710 next_hwnd = ::GetNextWindow(next_hwnd, GW_HWNDNEXT); in Deactivate()