aboutsummaryrefslogtreecommitdiffstats
path: root/src/osx/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/osx/mod.rs')
-rw-r--r--src/osx/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osx/mod.rs b/src/osx/mod.rs
index deceaf8..6960cc1 100644
--- a/src/osx/mod.rs
+++ b/src/osx/mod.rs
@@ -6,6 +6,8 @@ pub struct Window;
pub struct MonitorID;
+compile_warning!("The OS/X platform is not implemented yet")
+
pub fn get_available_monitors() -> Vec<MonitorID> {
unimplemented!()
}