mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 13:20:06 -04:00
Unix fix attempt
This commit is contained in:
@@ -55,7 +55,7 @@ macro_rules! gen_api_transition {
|
||||
}
|
||||
|
||||
pub struct Window2 {
|
||||
window: ::std::sync::Arc<Window>,
|
||||
pub window: ::std::sync::Arc<Window>,
|
||||
events_loop: ::std::sync::Weak<EventsLoop>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user