diff options
author | Daggerbot <daggerbot@gmail.com> | 2015-05-07 11:20:25 +0000 |
---|---|---|
committer | Daggerbot <daggerbot@gmail.com> | 2015-05-07 11:20:25 +0000 |
commit | 68aff5ba0d09953549e005f06c5f3541f81af8e9 (patch) | |
tree | 219b1ad801832f39e6fb14fa1c3fe8659d8aa67d /src/api/x11 | |
parent | 5e2001791d70b71ee97ed88ac28067e74dafd92d (diff) | |
download | glutin-68aff5ba0d09953549e005f06c5f3541f81af8e9.tar.gz glutin-68aff5ba0d09953549e005f06c5f3541f81af8e9.zip |
Using x11_dl instead of x11.
Diffstat (limited to 'src/api/x11')
-rw-r--r-- | src/api/x11/ffi.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/api/x11/ffi.rs b/src/api/x11/ffi.rs index 8deaf20..8c9a35d 100644 --- a/src/api/x11/ffi.rs +++ b/src/api/x11/ffi.rs @@ -1,7 +1,7 @@ -pub use x11::keysym::*; -pub use x11::xcursor::*; -pub use x11::xf86vmode::*; -pub use x11::xlib::*; +pub use x11_dl::keysym::*; +pub use x11_dl::xcursor::*; +pub use x11_dl::xf86vmode::*; +pub use x11_dl::xlib::*; pub use self::glx::types::GLXContext; |