mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-11 21:31:29 +11:00
Temporarily remove windows window-specific awakened event. Needs to be updated to non-window-specific Event.
This commit is contained in:
parent
8f0ef514b1
commit
2b55b2e0ef
|
@ -410,7 +410,9 @@ pub unsafe extern "system" fn callback(window: winapi::HWND, msg: winapi::UINT,
|
|||
},
|
||||
|
||||
x if x == *super::WAKEUP_MSG_ID => {
|
||||
send_event(window, ::Event::Awakened);
|
||||
// TODO: `Awakened` has been moved from the `WindowEvent` enum to the `Event` enum.
|
||||
// This code needs to be updated to reflect this change.
|
||||
//send_event(window, ::Event::Awakened);
|
||||
0
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue