api/wayland: core context
This commit is contained in:
parent
1b25d705ce
commit
741311b619
2 changed files with 44 additions and 1 deletions
|
|
@ -6,10 +6,11 @@ pub use self::window::{PollEventsIterator, WaitEventsIterator, Window, WindowPro
|
|||
extern crate wayland_kbd;
|
||||
extern crate wayland_window;
|
||||
|
||||
mod context;
|
||||
mod monitor;
|
||||
mod window;
|
||||
|
||||
#[inline]
|
||||
pub fn is_available() -> bool {
|
||||
false
|
||||
context::WAYLAND_CONTEXT.is_some()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue