autocommit 2022-04-01 01:44:10 CEST
This commit is contained in:
parent
ab4ac883ee
commit
2dd433aa04
32 changed files with 626 additions and 139 deletions
|
|
@ -70,8 +70,9 @@ impl ZwlrLayerShellV1 {
|
|||
self.client.lookup(req.output)?.global.node.get().unwrap()
|
||||
} else {
|
||||
for seat in self.client.state.seat_queue.rev_iter() {
|
||||
if let Some(output) = seat.get_output() {
|
||||
break 'get_output output.node.get().unwrap();
|
||||
let output = seat.get_output();
|
||||
if !output.is_dummy {
|
||||
break 'get_output output;
|
||||
}
|
||||
}
|
||||
let outputs = self.client.state.outputs.lock();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue