X11: use platform specific iterators instead
This commit is contained in:
parent
49e3fbdd71
commit
4bfcedad3e
2 changed files with 178 additions and 141 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue