subsurface: init existing subsurfaces on children creations
fixes #5333
This commit is contained in:
parent
dab149e4a6
commit
24734fbf1d
2 changed files with 11 additions and 25 deletions
|
|
@ -54,6 +54,6 @@ class CSubsurface {
|
|||
bool m_bInert = false;
|
||||
|
||||
void initSignals();
|
||||
void initExistingSubsurfaces();
|
||||
void initExistingSubsurfaces(wlr_surface* pSurface);
|
||||
void checkSiblingDamage();
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue