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

WindowServer: Default to Desktop when picking a new active window

This commit is contained in:
thankyouverycool 2022-08-23 11:52:27 -04:00 committed by Andreas Kling
parent af706d081c
commit d54dc22362
2 changed files with 13 additions and 23 deletions

View file

@ -371,7 +371,7 @@ private:
void tell_wm_about_window_icon(WMConnectionFromClient& conn, Window&);
void tell_wm_about_window_rect(WMConnectionFromClient& conn, Window&);
void tell_wm_about_current_window_stack(WMConnectionFromClient&);
bool pick_new_active_window(Window*);
void pick_new_active_window(Window*);
bool sync_config_to_disk();