Searched refs:next_hwnd (Results 1 – 1 of 1) sorted by relevance
670 HWND next_hwnd = ::GetNextWindow(hwnd(), GW_HWNDNEXT); in Deactivate() local671 while (next_hwnd) { in Deactivate()672 if (::IsWindowVisible(next_hwnd)) { in Deactivate()673 ::SetForegroundWindow(next_hwnd); in Deactivate()676 next_hwnd = ::GetNextWindow(next_hwnd, GW_HWNDNEXT); in Deactivate()