mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Implement get_position for win32 and fix interface
This commit is contained in:
@@ -52,7 +52,7 @@ impl Window {
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn get_position(&self) -> (uint, uint) {
|
||||
pub fn get_position(&self) -> (int, int) {
|
||||
self.window.get_position()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user