Spam the protocols less with resizes of XDG
This commit is contained in:
parent
0f19bd99f8
commit
233bad5011
3 changed files with 12 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue