subsurface: unlock surface on destroy
This commit is contained in:
parent
5dfaf5ea9c
commit
5f645598d8
|
@ -683,6 +683,11 @@ static void subsurface_destroy(struct wlr_subsurface *subsurface) {
|
|||
return;
|
||||
}
|
||||
|
||||
if (subsurface->has_cache) {
|
||||
wlr_surface_unlock_cached(subsurface->surface,
|
||||
subsurface->cached_seq);
|
||||
}
|
||||
|
||||
subsurface_unmap(subsurface);
|
||||
|
||||
wlr_signal_emit_safe(&subsurface->events.destroy, subsurface);
|
||||
|
|
Loading…
Reference in New Issue