master: partially revert 0e64dd2e and fix the animation (#3327)

This commit is contained in:
Jeremy Huang
2023-09-15 14:13:23 -07:00
committed by GitHub
parent b9b38424b0
commit cc630c90b5
2 changed files with 7 additions and 1 deletions

View File

@@ -70,6 +70,8 @@ class CHyprMasterLayout : public IHyprLayout {
std::list<SMasterNodeData> m_lMasterNodesData;
std::vector<SMasterWorkspaceData> m_lMasterWorkspacesData;
bool m_bForceWarps = false;
void buildOrientationCycleVectorFromVars(std::vector<eOrientation>& cycle, CVarList& vars);
void buildOrientationCycleVectorFromEOperation(std::vector<eOrientation>& cycle);
void runOrientationCycle(SLayoutMessageHeader& header, CVarList* vars, int next);