mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Fix incorred Awakened import in windows backend
This commit is contained in:
parent
647a1727d0
commit
8f0ef514b1
|
@ -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
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue