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:
parent
ddba6c1b7f
commit
d89d759c36
2 changed files with 14 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue