diff options
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/mod.rs b/src/win32/mod.rs index f29bf89..da94c70 100644 --- a/src/win32/mod.rs +++ b/src/win32/mod.rs @@ -71,7 +71,7 @@ impl Window { } /// See the docs if the crate root file. - pub fn set_position(&self, x: uint, y: uint) { + pub fn set_position(&self, x: int, y: int) { use libc; unsafe { |