1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:17:44 +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

@ -30,7 +30,7 @@ public:
virtual void set_applet_area_position(Gfx::IntPoint const&) override;
virtual void set_event_mask(u32) override;
virtual void set_manager_window(i32) override;
virtual void set_virtual_desktop(u32, u32) override;
virtual void set_workspace(u32, u32) override;
unsigned event_mask() const { return m_event_mask; }
int window_id() const { return m_window_id; }