chore: update libcosmic

This commit is contained in:
Ashley Wulber 2025-10-22 13:25:37 -04:00
parent 90d705dd52
commit d9b35a4612
2 changed files with 20 additions and 51 deletions

View file

@ -5895,7 +5895,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,