Update macOS backend to removal of Send+Sync and addition of EventsLoopProxy

This commit is contained in:
mitchmindtree 2017-05-31 15:00:49 +10:00
parent 9ca2f83784
commit 339318f295
2 changed files with 33 additions and 24 deletions

View file

@ -1,6 +1,6 @@
#![cfg(target_os = "macos")]
pub use self::events_loop::EventsLoop;
pub use self::events_loop::{EventsLoop, Proxy as EventsLoopProxy};
pub use self::monitor::{MonitorId, get_available_monitors, get_primary_monitor};
pub use self::window::{Id as WindowId, PlatformSpecificWindowBuilderAttributes, Window};