mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
winit-core: move event
This commit is contained in:
@@ -399,7 +399,7 @@ impl Event {
|
||||
} => Event::BufferedScaleFactorChanged(
|
||||
window_id.into_raw() as HWND,
|
||||
scale_factor,
|
||||
*surface_size_writer.new_surface_size.upgrade().unwrap().lock().unwrap(),
|
||||
surface_size_writer.surface_size().unwrap(),
|
||||
),
|
||||
event => event,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user