mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
remove useless pub
This commit is contained in:
parent
3e2154a922
commit
7f2ee9a09a
|
@ -82,7 +82,7 @@ impl Drop for WindowWrapper {
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct WindowProxy {
|
pub struct WindowProxy {
|
||||||
pub hwnd: winapi::HWND,
|
hwnd: winapi::HWND,
|
||||||
}
|
}
|
||||||
|
|
||||||
unsafe impl Send for WindowProxy {}
|
unsafe impl Send for WindowProxy {}
|
||||||
|
|
Loading…
Reference in a new issue