parent
ab0a3268e0
commit
09bb5658b7
2 changed files with 10 additions and 0 deletions
|
|
@ -111,6 +111,11 @@ void CLayerSurface::onDestroy() {
|
|||
layerSurface.reset();
|
||||
if (surface)
|
||||
surface->unassign();
|
||||
|
||||
listeners.unmap.reset();
|
||||
listeners.destroy.reset();
|
||||
listeners.map.reset();
|
||||
listeners.commit.reset();
|
||||
}
|
||||
|
||||
void CLayerSurface::onMap() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue