tree: destroy layer shell surfaces when output is disconnected
This commit is contained in:
parent
ae991b9038
commit
d67eefdaf0
2 changed files with 11 additions and 2 deletions
|
|
@ -126,8 +126,7 @@ impl ZwlrLayerSurfaceV1 {
|
|||
});
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
fn send_closed(&self) {
|
||||
pub fn send_closed(&self) {
|
||||
self.client.event(Closed { self_id: self.id });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue