mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 14:20:05 -04:00
Rename osx->cocoa
This commit is contained in:
@@ -54,7 +54,7 @@ mod winimpl;
|
|||||||
#[path="x11/mod.rs"]
|
#[path="x11/mod.rs"]
|
||||||
mod winimpl;
|
mod winimpl;
|
||||||
#[cfg(target_os = "macos")]
|
#[cfg(target_os = "macos")]
|
||||||
#[path="osx/mod.rs"]
|
#[path="cocoa/mod.rs"]
|
||||||
mod winimpl;
|
mod winimpl;
|
||||||
#[cfg(target_os = "android")]
|
#[cfg(target_os = "android")]
|
||||||
#[path="android/mod.rs"]
|
#[path="android/mod.rs"]
|
||||||
@@ -123,7 +123,7 @@ pub enum MouseCursor {
|
|||||||
Help,
|
Help,
|
||||||
/// Progress indicator. Shows that processing is being done. But in contrast
|
/// Progress indicator. Shows that processing is being done. But in contrast
|
||||||
/// with "Wait" the user may still interact with the program. Often rendered
|
/// 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,
|
Progress,
|
||||||
|
|
||||||
/// Cursor showing that something cannot be done.
|
/// Cursor showing that something cannot be done.
|
||||||
|
|||||||
Reference in New Issue
Block a user