mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-28 07:33:14 -04:00
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user