subsurface: init existing subsurfaces on children creations

fixes #5333
This commit is contained in:
Vaxry 2024-04-06 03:09:20 +01:00
parent dab149e4a6
commit 24734fbf1d
2 changed files with 11 additions and 25 deletions

View file

@ -54,6 +54,6 @@ class CSubsurface {
bool m_bInert = false;
void initSignals();
void initExistingSubsurfaces();
void initExistingSubsurfaces(wlr_surface* pSurface);
void checkSiblingDamage();
};