mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
Temporarily remove windows window-specific awakened event. Needs to be updated to non-window-specific Event.
This commit is contained in:
@@ -410,7 +410,9 @@ pub unsafe extern "system" fn callback(window: winapi::HWND, msg: winapi::UINT,
|
|||||||
},
|
},
|
||||||
|
|
||||||
x if x == *super::WAKEUP_MSG_ID => {
|
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
|
0
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user