mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-03 21:51:55 -07:00
added createworkspace destroyworkspace events
This commit is contained in:
@@ -10,7 +10,7 @@ enum eFullscreenMode : uint8_t {
|
||||
|
||||
class CWorkspace {
|
||||
public:
|
||||
CWorkspace(int monitorID, bool special = false);
|
||||
CWorkspace(int monitorID, std::string name, bool special = false);
|
||||
~CWorkspace();
|
||||
|
||||
// Workspaces ID-based have IDs > 0
|
||||
|
Reference in New Issue
Block a user