remove useless pub
This commit is contained in:
parent
3e2154a922
commit
7f2ee9a09a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue