mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-24 00:37:43 +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
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue