mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
Implement get_position for win32 and fix interface
This commit is contained in:
@@ -117,7 +117,7 @@ impl Window {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn get_position(&self) -> (uint, uint) {
|
||||
pub fn get_position(&self) -> (int, int) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user