wlr_ext_workspaces: honor activate from client + format
This commit is contained in:
parent
ad244190e0
commit
086f724951
4 changed files with 473 additions and 539 deletions
|
|
@ -144,6 +144,7 @@ class CCompositor {
|
|||
CWorkspace* getWorkspaceByID(const int&);
|
||||
CWorkspace* getWorkspaceByName(const std::string&);
|
||||
CWorkspace* getWorkspaceByString(const std::string&);
|
||||
CWorkspace* getWorkspaceByWorkspaceHandle(const wlr_ext_workspace_handle_v1*);
|
||||
void sanityCheckWorkspaces();
|
||||
void updateWorkspaceWindowDecos(const int&);
|
||||
int getWindowsOnWorkspace(const int&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue