subsurfaces: damage window on subsurface size change

This commit is contained in:
Vaxry
2023-11-12 23:06:31 +00:00
parent 824ccd957b
commit ba5bc5871f
2 changed files with 11 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ struct SSurfaceTreeNode {
void* globalOffsetData;
CWindow* pWindowOwner = nullptr;
Vector2D lastSize;
//
bool operator==(const SSurfaceTreeNode& rhs) const {
return pSurface == rhs.pSurface;