aboutsummaryrefslogtreecommitdiffstats
path: root/src/x11/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/x11/mod.rs')
-rw-r--r--src/x11/mod.rs2
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!()
}