Group/Tab Rework (#1580)

This commit is contained in:
Vaxry
2023-02-19 21:07:32 +00:00
committed by GitHub
parent 2363cc2572
commit e5a4c0c986
12 changed files with 268 additions and 495 deletions

View File

@@ -143,6 +143,11 @@ interface IHyprLayout {
*/
virtual void onWindowFocusChange(CWindow*);
/*
Called for replacing any data a layout has for a new window
*/
virtual void replaceWindowDataWith(CWindow * from, CWindow * to) = 0;
private:
Vector2D m_vBeginDragXY;
Vector2D m_vLastDragXY;