Add better X error handling
This commit is contained in:
parent
8236564a52
commit
82f5cd8272
5 changed files with 94 additions and 7 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, XNotSupported};
|
||||
pub use self::xdisplay::{XConnection, XNotSupported, XError};
|
||||
|
||||
pub mod ffi;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue