diff options
author | vaxerski <[email protected]> | 2022-11-08 12:39:52 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-11-08 12:39:52 +0000 |
commit | c545ab4993f3cb06d68a6637d0088efaf2d00a01 (patch) | |
tree | 5439f7a4543217b5684b0235b842a9f9c6a60f21 /src/layout/MasterLayout.hpp | |
parent | 1d2e4243dc8bc983369ef49eada08d2322658bc6 (diff) | |
download | Hyprland-c545ab4993f3cb06d68a6637d0088efaf2d00a01.tar.gz Hyprland-c545ab4993f3cb06d68a6637d0088efaf2d00a01.zip |
Added multiple master layoutmsgs
Diffstat (limited to 'src/layout/MasterLayout.hpp')
-rw-r--r-- | src/layout/MasterLayout.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layout/MasterLayout.hpp b/src/layout/MasterLayout.hpp index 73a2c362..b67ac8d4 100644 --- a/src/layout/MasterLayout.hpp +++ b/src/layout/MasterLayout.hpp @@ -52,6 +52,7 @@ private: SMasterNodeData* getMasterNodeOnWorkspace(const int&); void calculateWorkspace(const int&); CWindow* getNextWindow(CWindow*, bool); + int getMastersOnWorkspace(const int&); friend struct SMasterNodeData; };
\ No newline at end of file |