From 3ad7f9a58429b02b11b18f6a70ac011f698b6f4b Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Fri, 24 Apr 2015 09:51:23 +0200 Subject: Create reorganization --- src/x11/mod.rs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/x11/mod.rs (limited to 'src/x11/mod.rs') diff --git a/src/x11/mod.rs b/src/x11/mod.rs deleted file mode 100644 index cc87b2b..0000000 --- a/src/x11/mod.rs +++ /dev/null @@ -1,20 +0,0 @@ -#[cfg(feature = "headless")] -pub use self::headless::HeadlessContext; - -#[cfg(feature = "window")] -pub use self::window::{Window, WindowProxy, MonitorID, get_available_monitors, get_primary_monitor}; -#[cfg(feature = "window")] -pub use self::window::{WaitEventsIterator, PollEventsIterator}; - -mod ffi; - -#[cfg(feature = "headless")] -mod headless; - -#[cfg(feature = "window")] -mod window; - -#[cfg(not(feature = "window"))] -pub type Window = (); // TODO: hack to make things work -#[cfg(not(feature = "window"))] -pub type MonitorID = (); // TODO: hack to make things work -- cgit v1.2.3