mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
Fix OS X window closing bug
This commit is contained in:
@@ -75,7 +75,7 @@ impl WindowDelegate {
|
||||
let state = state as *mut DelegateState;
|
||||
(*state).is_closed = true;
|
||||
}
|
||||
NO
|
||||
YES
|
||||
}
|
||||
|
||||
extern fn window_did_resize(this: &Object, _: Sel, _: id) {
|
||||
|
||||
Reference in New Issue
Block a user