Merge branch 'pop-os:master' into rustc-hash

This commit is contained in:
Cheong Lau 2025-10-28 03:12:10 +00:00 committed by GitHub
commit c0736400e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 387 additions and 407 deletions

View file

@ -5897,7 +5897,7 @@ impl Application for App {
Some(Message::OutputEvent(output_event, output))
}
#[cfg(feature = "desktop")]
WaylandEvent::OverlapNotify(event, _, _) => {
WaylandEvent::OverlapNotify(event, ..) => {
Some(Message::Overlap(window_id, event))
}
_ => None,