There was an error while loading. Please reload this page.
1 parent ec63e5b commit 46e02fbCopy full SHA for 46e02fb
1 file changed
src/macos/window.rs
@@ -11,7 +11,7 @@ use cocoa::appkit::{
11
use cocoa::base::{id, nil, BOOL, NO, YES};
12
use cocoa::foundation::{NSAutoreleasePool, NSPoint, NSRect, NSSize, NSString};
13
use core_foundation::runloop::{
14
- CFRunLoop, CFRunLoopTimer, CFRunLoopTimerContext, __CFRunLoopTimer, kCFRunLoopDefaultMode,
+ __CFRunLoopTimer, kCFRunLoopDefaultMode, CFRunLoop, CFRunLoopTimer, CFRunLoopTimerContext,
15
};
16
use keyboard_types::KeyboardEvent;
17
use objc::class;
0 commit comments