Report the error from x11-rs when failing to open shared libraries
This commit is contained in:
parent
b9a4f5fbe9
commit
82bb047fda
2 changed files with 31 additions and 8 deletions
|
|
@ -5,6 +5,8 @@ pub use x11_dl::xlib::*;
|
|||
pub use x11_dl::xinput::*;
|
||||
pub use x11_dl::xinput2::*;
|
||||
|
||||
pub use x11_dl::error::OpenError;
|
||||
|
||||
pub use self::glx::types::GLXContext;
|
||||
|
||||
/// GLX bindings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue