diff options
-rw-r--r-- | src/cocoa/event.rs (renamed from src/osx/event.rs) | 0 | ||||
-rw-r--r-- | src/cocoa/headless.rs (renamed from src/osx/headless.rs) | 0 | ||||
-rw-r--r-- | src/cocoa/mod.rs (renamed from src/osx/mod.rs) | 0 | ||||
-rw-r--r-- | src/cocoa/monitor.rs (renamed from src/osx/monitor.rs) | 0 | ||||
-rw-r--r-- | src/lib.rs | 4 |
5 files changed, 2 insertions, 2 deletions
diff --git a/src/osx/event.rs b/src/cocoa/event.rs index 31bed10..31bed10 100644 --- a/src/osx/event.rs +++ b/src/cocoa/event.rs diff --git a/src/osx/headless.rs b/src/cocoa/headless.rs index cc19457..cc19457 100644 --- a/src/osx/headless.rs +++ b/src/cocoa/headless.rs diff --git a/src/osx/mod.rs b/src/cocoa/mod.rs index 94ac5b3..94ac5b3 100644 --- a/src/osx/mod.rs +++ b/src/cocoa/mod.rs diff --git a/src/osx/monitor.rs b/src/cocoa/monitor.rs index 912c02d..912c02d 100644 --- a/src/osx/monitor.rs +++ b/src/cocoa/monitor.rs @@ -54,7 +54,7 @@ mod winimpl; #[path="x11/mod.rs"] mod winimpl; #[cfg(target_os = "macos")] -#[path="osx/mod.rs"] +#[path="cocoa/mod.rs"] mod winimpl; #[cfg(target_os = "android")] #[path="android/mod.rs"] @@ -123,7 +123,7 @@ pub enum MouseCursor { Help, /// Progress indicator. Shows that processing is being done. But in contrast /// with "Wait" the user may still interact with the program. Often rendered - /// as a spinning beach ball, or an arrow with a watch or hourglass. + /// as a spinning beach ball, or an arrow with a watch or hourglass. Progress, /// Cursor showing that something cannot be done. |