added swapnext and swapprev for master

This commit is contained in:
vaxerski
2022-08-24 21:50:48 +02:00
parent 9c3aeda9f9
commit 00ef40dda1
3 changed files with 100 additions and 67 deletions

View File

@@ -51,6 +51,7 @@ private:
SMasterNodeData* getNodeFromWindow(CWindow*);
SMasterNodeData* getMasterNodeOnWorkspace(const int&);
void calculateWorkspace(const int&);
CWindow* getNextWindow(CWindow*, bool);
friend struct SMasterNodeData;
};