wayland: add some comments
This commit is contained in:
parent
3ff9eb08e8
commit
d3356763dc
4 changed files with 32 additions and 7 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue