aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/x11
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-10-03 10:33:37 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-10-03 10:33:37 +0200
commit7a625ef3d8b7fec62222ad6e45f9e1560732ae7a (patch)
treed3d37fe03b9a2d49567f797f97925206ed3a172e /src/api/x11
parentc8fd077e17f7a7147d6877f2343c82790b187bd2 (diff)
downloadglutin-7a625ef3d8b7fec62222ad6e45f9e1560732ae7a.tar.gz
glutin-7a625ef3d8b7fec62222ad6e45f9e1560732ae7a.zip
Remove the window feature entirely
Diffstat (limited to 'src/api/x11')
-rw-r--r--src/api/x11/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/x11/mod.rs b/src/api/x11/mod.rs
index d6a8772..7a649ab 100644
--- a/src/api/x11/mod.rs
+++ b/src/api/x11/mod.rs
@@ -1,4 +1,4 @@
-#![cfg(all(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"), feature = "window"))]
+#![cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))]
pub use self::monitor::{MonitorId, get_available_monitors, get_primary_monitor};
pub use self::window::{Window, XWindow, PollEventsIterator, WaitEventsIterator, Context, WindowProxy};