1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 10:37:45 +00:00

WindowServer: Add foremost_popup_window() helper

This commit is contained in:
thankyouverycool 2022-11-17 10:31:21 -05:00 committed by Andreas Kling
parent 3027cf7e99
commit c23adeaaf7
2 changed files with 15 additions and 0 deletions

View file

@ -98,6 +98,7 @@ public:
return m_current_window_stack->active_window();
}
Window* foremost_popup_window(WindowStack& stack = WindowManager::the().current_window_stack());
Window* active_input_window()
{
VERIFY(m_current_window_stack);