parent
3f69cbb189
commit
e567d7f4fd
4 changed files with 4 additions and 4 deletions
|
|
@ -200,7 +200,7 @@ impl Window {
|
|||
///
|
||||
/// This is a no-op if the window has already been closed.
|
||||
#[inline]
|
||||
pub fn set_position(&self, x: uint, y: uint) {
|
||||
pub fn set_position(&self, x: int, y: int) {
|
||||
self.window.set_position(x, y)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue