macOS: fix modifiers during key repeat (#666)

* macOS: fix modifiers during key repeat

* fix compile warnings
This commit is contained in:
Joe Moon 2018-10-17 19:03:26 -07:00 committed by Francesca Plebani
parent 26b70e457b
commit ea07ec1fda
3 changed files with 21 additions and 11 deletions

View file

@ -5,7 +5,6 @@ use std::os::raw::c_void;
use std::sync::Weak;
use std::sync::atomic::{Ordering, AtomicBool};
use cocoa;
use cocoa::appkit::{
self,
CGFloat,