mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
Fix incorred Awakened import in windows backend
This commit is contained in:
@@ -410,8 +410,7 @@ pub unsafe extern "system" fn callback(window: winapi::HWND, msg: winapi::UINT,
|
||||
},
|
||||
|
||||
x if x == *super::WAKEUP_MSG_ID => {
|
||||
use events::WindowEvent::Awakened;
|
||||
send_event(window, Awakened);
|
||||
send_event(window, ::Event::Awakened);
|
||||
0
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user