Err when a X connection cannot be created instead of panicking
This commit is contained in:
parent
27385894ac
commit
b9a4f5fbe9
4 changed files with 48 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pub use self::monitor::{MonitorID, get_available_monitors, get_primary_monitor};
|
||||
pub use self::window::{Window, XWindow, PollEventsIterator, WaitEventsIterator, Context, WindowProxy};
|
||||
pub use self::xdisplay::XConnection;
|
||||
pub use self::xdisplay::{XConnection, XNotSupported};
|
||||
|
||||
pub mod ffi;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue