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