From 4bfcedad3eafc87cc96cd0cbf691d0025ba15c98 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 2 Feb 2015 10:26:11 +0100 Subject: X11: use platform specific iterators instead --- src/x11/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/x11/mod.rs') diff --git a/src/x11/mod.rs b/src/x11/mod.rs index 22184a9..cc87b2b 100644 --- a/src/x11/mod.rs +++ b/src/x11/mod.rs @@ -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; -- cgit v1.2.3