wayland: bases of backend and output handling

This commit is contained in:
Victor Berger 2016-10-07 21:10:21 +02:00
parent c991172a28
commit a505eddf29
4 changed files with 200 additions and 17 deletions

View file

@ -1,7 +1,8 @@
#![cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
pub use self::window::{PollEventsIterator, WaitEventsIterator, Window, WindowProxy};
pub use self::context::{WaylandContext,MonitorId};
pub use self::context::{WaylandContext, MonitorId, get_available_monitors,
get_primary_monitor};
extern crate wayland_kbd;
extern crate wayland_window;