X11: use platform specific iterators instead

This commit is contained in:
Pierre Krieger 2015-02-02 10:26:11 +01:00
parent 49e3fbdd71
commit 4bfcedad3e
2 changed files with 178 additions and 141 deletions

View file

@ -3,6 +3,8 @@ pub use self::headless::HeadlessContext;
#[cfg(feature = "window")]
pub use self::window::{Window, WindowProxy, MonitorID, get_available_monitors, get_primary_monitor};
#[cfg(feature = "window")]
pub use self::window::{WaitEventsIterator, PollEventsIterator};
mod ffi;