mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
remove useless pub
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user