master: fix workspace orientation not being restored after workspace rule no longer applies (#5463)
This commit is contained in:
parent
ff114cf6f9
commit
e80bccad51
2 changed files with 35 additions and 37 deletions
|
|
@ -80,6 +80,7 @@ class CHyprMasterLayout : public IHyprLayout {
|
|||
void buildOrientationCycleVectorFromVars(std::vector<eOrientation>& cycle, CVarList& vars);
|
||||
void buildOrientationCycleVectorFromEOperation(std::vector<eOrientation>& cycle);
|
||||
void runOrientationCycle(SLayoutMessageHeader& header, CVarList* vars, int next);
|
||||
eOrientation getDynamicOrientation(PHLWORKSPACE);
|
||||
int getNodesOnWorkspace(const int&);
|
||||
void applyNodeDataToWindow(SMasterNodeData*);
|
||||
SMasterNodeData* getNodeFromWindow(CWindow*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue