diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-04-24 19:27:41 +0200 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-04-24 19:27:41 +0200 |
commit | d6c50df294a7832b1d9233aaa0c5e0bee8929c8f (patch) | |
tree | 3577f29635ebd3c1340740eee19250b716400578 /src/api/x11/ffi.rs | |
parent | 4dee36631c520726179139bd543453ff0f3b78d6 (diff) | |
parent | a72e06cf1b8f0e037be8a0e3152b9b0ab9ef2c95 (diff) | |
download | glutin-d6c50df294a7832b1d9233aaa0c5e0bee8929c8f.tar.gz glutin-d6c50df294a7832b1d9233aaa0c5e0bee8929c8f.zip |
Merge pull request #395 from tomaka/x-reorg
Reorganize the Linux implementation and split OSMesa and X11
Diffstat (limited to 'src/api/x11/ffi.rs')
-rw-r--r-- | src/api/x11/ffi.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/api/x11/ffi.rs b/src/api/x11/ffi.rs index 2fcda3b..9fd9933 100644 --- a/src/api/x11/ffi.rs +++ b/src/api/x11/ffi.rs @@ -1,5 +1,3 @@ -#[cfg(feature="headless")] -pub use osmesa_sys::*; pub use x11::keysym::*; pub use x11::xcursor::*; pub use x11::xf86vmode::*; |