aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-01-26 10:55:35 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-01-26 10:55:35 +0100
commit1a9cf9bc5c6e9251c8035e8412edafe4bfa8869d (patch)
tree735466f6586a7f9a686e769487b55a1991bc87dc /src/lib.rs
parent9705606a20cb68187829b6767cf880ff6b4fda0c (diff)
parent73078e0569a9cadc51d64e98f4653e66e2985b8d (diff)
downloadglutin-1a9cf9bc5c6e9251c8035e8412edafe4bfa8869d.tar.gz
glutin-1a9cf9bc5c6e9251c8035e8412edafe4bfa8869d.zip
Merge pull request #231 from bjz/osx-window
Implement some more Cocoa stuff
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index ada4185..1cf9b48 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -60,7 +60,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"]
@@ -129,7 +129,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.