parent
f291677d40
commit
0d5de88c4b
22 changed files with 43 additions and 67 deletions
|
@ -395,6 +395,7 @@ impl WaylandClient {
|
|||
let qh = event_queue.handle();
|
||||
|
||||
let mut seat: Option<wl_seat::WlSeat> = None;
|
||||
#[allow(clippy::mutable_key_type)]
|
||||
let mut in_progress_outputs = HashMap::default();
|
||||
globals.contents().with_list(|list| {
|
||||
for global in list {
|
||||
|
@ -874,6 +875,7 @@ impl Dispatch<wl_surface::WlSurface, ()> for WaylandClientStatePtr {
|
|||
let Some(window) = get_window(&mut state, &surface.id()) else {
|
||||
return;
|
||||
};
|
||||
#[allow(clippy::mutable_key_type)]
|
||||
let outputs = state.outputs.clone();
|
||||
drop(state);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue