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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;