macOS: Fix v-sync to monitor refresh rate no longer working under Mojave.

Mojave broke the technique GLFW used to use for v-sync. Changed to use
CVDisplayLink, fix comes from: https://github.com/glfw/glfw/pull/1417
This commit is contained in:
Kovid Goyal
2019-02-17 11:39:49 +05:30
parent fe3a432845
commit 104e213934
3 changed files with 59 additions and 4 deletions

View File

@@ -56,6 +56,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- macOS: When closing a top-level window only switch focus to the previous kitty
window if it is on the same workspace (:iss:`1379`)
- macOS: Fix v-sync to monitor refresh rate no longer working under Mojave. See
:opt:`sync_to_monitor`
0.13.3 [2019-01-19]
------------------------------