Spam the protocols less with resizes of XDG

This commit is contained in:
vaxerski
2022-07-28 23:55:00 +02:00
parent 0f19bd99f8
commit 233bad5011
3 changed files with 12 additions and 1 deletions

View File

@@ -51,6 +51,10 @@ public:
CAnimatedVariable m_vRealPosition;
CAnimatedVariable m_vRealSize;
// for not spamming the protocols
Vector2D m_vReportedPosition;
Vector2D m_vReportedSize;
// this is used for pseudotiling
bool m_bIsPseudotiled = false;
Vector2D m_vPseudoSize = Vector2D(0,0);