Implement get_position for win32 and fix interface
This commit is contained in:
parent
14a697b272
commit
1f0999e6a0
5 changed files with 31 additions and 7 deletions
|
|
@ -117,7 +117,7 @@ impl Window {
|
|||
}
|
||||
}
|
||||
|
||||
pub fn get_position(&self) -> (uint, uint) {
|
||||
pub fn get_position(&self) -> (int, int) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue