1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 21:37:34 +00:00

Everywhere: Replace "virtual desktop" => "workspace"

This commit is contained in:
Andreas Kling 2021-11-13 12:11:35 +01:00
parent 8417c0fb1e
commit d21dc1f451
27 changed files with 103 additions and 103 deletions

View file

@ -33,7 +33,7 @@ int main(int argc, char** argv)
window->set_title("DesktopPicker");
window->resize(28, 16);
window->show();
window->make_window_manager(WindowServer::WMEventMask::VirtualDesktopChanges);
window->make_window_manager(WindowServer::WMEventMask::WorkspaceChanges);
return app->exec();
}