From e567d7f4fdaaba9f19b7ca32f37445f09ce701df Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Thu, 7 Aug 2014 18:07:48 +0200 Subject: set_position now takes ints Fix #12 --- src/osx/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/osx') diff --git a/src/osx/mod.rs b/src/osx/mod.rs index f846cf4..deceaf8 100644 --- a/src/osx/mod.rs +++ b/src/osx/mod.rs @@ -41,7 +41,7 @@ impl Window { unimplemented!() } - pub fn set_position(&self, _x: uint, _y: uint) { + pub fn set_position(&self, _x: int, _y: int) { unimplemented!() } -- cgit v1.2.3