mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-02-02 23:06:32 +11:00
Fix WindowProxy not being Send and Sync on win32
This commit is contained in:
parent
a448043b16
commit
9a459f94ff
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ pub struct WindowProxy {
|
|||
hwnd: winapi::HWND,
|
||||
}
|
||||
|
||||
unsafe impl Send for WindowProxy {}
|
||||
unsafe impl Sync for WindowProxy {}
|
||||
|
||||
impl WindowProxy {
|
||||
#[inline]
|
||||
pub fn wakeup_event_loop(&self) {
|
||||
|
|
Loading…
Add table
Reference in a new issue