mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 22:32:50 +00:00
4ec7daf3e9
This removes the final dependency on CoreVideo, using a display link to get the refresh rate of monitors where Core Graphics report a refresh rate of zero. Instead we now query the I/O registry directly, similarly to what the display link does at creation. Thanks to @OneSadCookie for pointers to this solution.