wayland: don't store direct output references
This commit is contained in:
parent
0605438d56
commit
4651f760f0
13 changed files with 123 additions and 65 deletions
|
|
@ -519,7 +519,7 @@ impl JayScreencastRequestHandler for JayScreencast {
|
|||
if let Some(new) = target {
|
||||
match new {
|
||||
PendingTarget::Output(o) => {
|
||||
let Some(o) = o.output.get() else {
|
||||
let Some(o) = o.output.node() else {
|
||||
self.do_destroy();
|
||||
return Ok(());
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue