mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
first try to allow child window on windows
This commit is contained in:
@@ -361,7 +361,7 @@ impl Window {
|
||||
/// threads.
|
||||
#[derive(Clone)]
|
||||
pub struct WindowProxy {
|
||||
proxy: platform::WindowProxy,
|
||||
pub proxy: platform::WindowProxy,
|
||||
}
|
||||
|
||||
impl WindowProxy {
|
||||
|
||||
Reference in New Issue
Block a user