wayland: bases of backend and output handling
This commit is contained in:
parent
c991172a28
commit
a505eddf29
4 changed files with 200 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue