wayland: add some comments

This commit is contained in:
Victor Berger 2017-03-10 23:56:31 +01:00
parent 3ff9eb08e8
commit d3356763dc
4 changed files with 32 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#![cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
pub use self::window::{Window as Window2, WindowId};
pub use self::window::{Window, WindowId};
pub use self::event_loop::EventsLoop;
pub use self::context::{WaylandContext, MonitorId, get_available_monitors,
get_primary_monitor};