diff options
Diffstat (limited to 'src/x11')
-rw-r--r-- | src/x11/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x11/mod.rs b/src/x11/mod.rs index a592bce..1c91e2d 100644 --- a/src/x11/mod.rs +++ b/src/x11/mod.rs @@ -117,7 +117,7 @@ impl Window { } } - pub fn get_position(&self) -> (uint, uint) { + pub fn get_position(&self) -> (int, int) { unimplemented!() } |