chore(wayland): window state handling

This commit is contained in:
Ashley Wulber 2025-09-25 15:39:14 -04:00
parent e73bbddbca
commit bc85d82426
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
4 changed files with 18 additions and 1 deletions

View file

@ -1283,6 +1283,7 @@ async fn run_instance<P>(
event,
window.state.scale_factor(),
window.state.modifiers(),
window.raw.as_ref(),
) {
events.push((Some(id), event));
}