summaryrefslogtreecommitdiffstats
path: root/video/out/mac/window.swift
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/mac/window.swift')
-rw-r--r--video/out/mac/window.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/mac/window.swift b/video/out/mac/window.swift
index 8b6c5f0518..8ae3a6549e 100644
--- a/video/out/mac/window.swift
+++ b/video/out/mac/window.swift
@@ -554,7 +554,7 @@ class Window: NSWindow, NSWindowDelegate {
}
func windowDidResignKey(_ notification: Notification) {
- common.setCursorVisiblility(true)
+ common.setCursorVisibility(true)
}
func windowDidBecomeKey(_ notification: Notification) {