Fix OS X window closing bug

This commit is contained in:
Bo Bakker 2015-04-04 01:00:10 +02:00
parent dc5b0110c9
commit 1a33192187

View file

@ -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) {