1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:27:35 +00:00

WindowServer: Pick a new active window when the active window is minimized.

Also use the same logic when the active window is removed.
This commit is contained in:
Andreas Kling 2019-04-06 20:50:38 +02:00
parent ddba6c1b7f
commit d89d759c36
2 changed files with 14 additions and 2 deletions

View file

@ -129,6 +129,7 @@ private:
void tick_clock();
void tell_wm_listeners_window_state_changed(WSWindow&);
void tell_wm_listener_about_window(WSWindow& listener, WSWindow&);
void pick_new_active_window();
WSScreen& m_screen;
Rect m_screen_rect;