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