aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Compositor.hpp
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-10-24 18:36:31 +0100
committervaxerski <[email protected]>2022-10-24 18:36:31 +0100
commit69f1d7b3607bb088512420052b9e0d48e529772d (patch)
treec2e272ce748f90812abf2a1b0b6e322c43924d13 /src/Compositor.hpp
parente0bc952c8382992c2e9621865b94c904e728a8c3 (diff)
downloadHyprland-69f1d7b3607bb088512420052b9e0d48e529772d.tar.gz
Hyprland-69f1d7b3607bb088512420052b9e0d48e529772d.zip
Rework workspace rules
Diffstat (limited to 'src/Compositor.hpp')
-rw-r--r--src/Compositor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Compositor.hpp b/src/Compositor.hpp
index 68178246..c447425c 100644
--- a/src/Compositor.hpp
+++ b/src/Compositor.hpp
@@ -166,6 +166,7 @@ public:
Vector2D parseWindowVectorArgsRelative(const std::string&, const Vector2D&);
void forceReportSizesToWindowsOnWorkspace(const int&);
bool cursorOnReservedArea();
+ CWorkspace* createNewWorkspace(const int&, const int&, const std::string& name = ""); // will be deleted next frame if left empty and unfocused!
std::string explicitConfigPath;