mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-26 03:36:32 +11:00
More OS/X fixes
This commit is contained in:
parent
1e2248a441
commit
c3b2f45ca3
1 changed files with 2 additions and 2 deletions
|
@ -316,11 +316,11 @@ impl Window {
|
|||
pub fn hide(&self) {
|
||||
}
|
||||
|
||||
pub fn get_position(&self) -> Option<(isize, isize)> {
|
||||
pub fn get_position(&self) -> Option<(i32, i32)> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
pub fn set_position(&self, _x: isize, _y: isize) {
|
||||
pub fn set_position(&self, _x: i32, _y: i32) {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue