aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11/ffi.rs
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-04-24 19:27:41 +0200
committertomaka <pierre.krieger1708@gmail.com>2015-04-24 19:27:41 +0200
commitd6c50df294a7832b1d9233aaa0c5e0bee8929c8f (patch)
tree3577f29635ebd3c1340740eee19250b716400578 /src/api/x11/ffi.rs
parent4dee36631c520726179139bd543453ff0f3b78d6 (diff)
parenta72e06cf1b8f0e037be8a0e3152b9b0ab9ef2c95 (diff)
downloadglutin-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.rs2
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::*;