Unix fix attempt

This commit is contained in:
Pierre Krieger 2017-01-28 15:58:14 +01:00
parent 148f507272
commit 5025db2d59
2 changed files with 8 additions and 8 deletions

View file

@ -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>,
}