aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11/ffi.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-04-24 14:22:57 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-04-24 15:40:17 +0200
commita72e06cf1b8f0e037be8a0e3152b9b0ab9ef2c95 (patch)
tree3577f29635ebd3c1340740eee19250b716400578 /src/api/x11/ffi.rs
parent4dee36631c520726179139bd543453ff0f3b78d6 (diff)
downloadglutin-a72e06cf1b8f0e037be8a0e3152b9b0ab9ef2c95.tar.gz
glutin-a72e06cf1b8f0e037be8a0e3152b9b0ab9ef2c95.zip
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::*;