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:
parent
af706d081c
commit
d54dc22362
2 changed files with 13 additions and 23 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue