do not animate mouse resizes in layouts

This commit is contained in:
vaxerski
2022-08-03 12:27:20 +02:00
parent c779a7c03b
commit f36cd350cc
4 changed files with 27 additions and 11 deletions

View File

@@ -44,6 +44,8 @@ private:
std::list<SMasterNodeData> m_lMasterNodesData;
bool m_bForceWarps = false;
int getNodesOnWorkspace(const int&);
void applyNodeDataToWindow(SMasterNodeData*);
SMasterNodeData* getNodeFromWindow(CWindow*);