subsurfaces: damage window on subsurface size change
This commit is contained in:
parent
824ccd957b
commit
ba5bc5871f
2 changed files with 11 additions and 1 deletions
|
|
@ -26,6 +26,8 @@ struct SSurfaceTreeNode {
|
|||
void* globalOffsetData;
|
||||
CWindow* pWindowOwner = nullptr;
|
||||
|
||||
Vector2D lastSize;
|
||||
|
||||
//
|
||||
bool operator==(const SSurfaceTreeNode& rhs) const {
|
||||
return pSurface == rhs.pSurface;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue