WindowServer: Add API to change virtual desktop settings

This also adds the ability to query how many virtual desktops are
set up, and for the Taskbar to be notified when the active virtual
desktop has changed.
This commit is contained in:
Tom 2021-06-30 19:12:02 -06:00 committed by Andreas Kling
commit 7984c2836d
Notes: sideshowbarker 2024-07-18 11:04:33 +09:00
21 changed files with 383 additions and 64 deletions

View file

@ -1204,4 +1204,5 @@ String Window::computed_title() const
return String::formatted("{} (Not responding)", title);
return title;
}
}