Fix incorred Awakened import in windows backend
This commit is contained in:
parent
647a1727d0
commit
8f0ef514b1
1 changed files with 1 additions and 2 deletions
|
|
@ -410,8 +410,7 @@ 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 => {
|
||||||
use events::WindowEvent::Awakened;
|
send_event(window, ::Event::Awakened);
|
||||||
send_event(window, Awakened);
|
|
||||||
0
|
0
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue