master: make loop around optional when cycling (#8926)
This commit is contained in:
parent
e8317ae34d
commit
b0bae15499
2 changed files with 17 additions and 6 deletions
|
|
@ -87,7 +87,7 @@ class CHyprMasterLayout : public IHyprLayout {
|
|||
SMasterNodeData* getMasterNodeOnWorkspace(const WORKSPACEID&);
|
||||
SMasterWorkspaceData* getMasterWorkspaceData(const WORKSPACEID&);
|
||||
void calculateWorkspace(PHLWORKSPACE);
|
||||
PHLWINDOW getNextWindow(PHLWINDOW, bool);
|
||||
PHLWINDOW getNextWindow(PHLWINDOW, bool, bool);
|
||||
int getMastersOnWorkspace(const WORKSPACEID&);
|
||||
|
||||
friend struct SMasterNodeData;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue