diff options
author | vaxerski <[email protected]> | 2022-11-27 22:42:22 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-11-27 22:42:22 +0000 |
commit | 0a302901d26eff02a83742aa319f20f3b3a0c372 (patch) | |
tree | 2104ba94ae9279ef0ed8a0c3edb861564099e6a1 /src/Compositor.hpp | |
parent | 49063f949df92ab60244ff9e08025172bc512a8d (diff) | |
download | Hyprland-0a302901d26eff02a83742aa319f20f3b3a0c372.tar.gz Hyprland-0a302901d26eff02a83742aa319f20f3b3a0c372.zip |
Added handling more special workspaces
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r-- | src/Compositor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Compositor.hpp b/src/Compositor.hpp index 9cf73acc..7bc47176 100644 --- a/src/Compositor.hpp +++ b/src/Compositor.hpp @@ -170,6 +170,8 @@ public: bool cursorOnReservedArea(); CWorkspace* createNewWorkspace(const int&, const int&, const std::string& name = ""); // will be deleted next frame if left empty and unfocused! void setActiveMonitor(CMonitor*); + bool isWorkspaceSpecial(const int&); + int getNewSpecialID(); std::string explicitConfigPath; |