From abceca11210ec8cdd869d4b134dc1a58dbce0075 Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Sat, 2 Aug 2014 11:17:49 +0200 Subject: Add get_dimensions() to MonitorID --- src/x11/mod.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/x11') diff --git a/src/x11/mod.rs b/src/x11/mod.rs index 6e50903..f157237 100644 --- a/src/x11/mod.rs +++ b/src/x11/mod.rs @@ -30,6 +30,10 @@ impl MonitorID { pub fn get_name(&self) -> Option { Some("".to_string()) } + + pub fn get_dimensions(&self) -> (uint, uint) { + unimplemented!() + } } impl Window { -- cgit v1.2.3