parent
c63d0003a1
commit
abe29647ae
3 changed files with 15 additions and 4 deletions
|
|
@ -79,7 +79,8 @@ class CCompositor {
|
|||
auto getWorkspaces() {
|
||||
return std::views::filter(m_workspaces, [](const auto& e) { return e; });
|
||||
}
|
||||
void registerWorkspace(PHLWORKSPACE w);
|
||||
std::vector<PHLWORKSPACE> getWorkspacesCopy();
|
||||
void registerWorkspace(PHLWORKSPACE w);
|
||||
|
||||
//
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue