We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f0423 commit 76cd687Copy full SHA for 76cd687
glfw/cocoa_displaylink.m
@@ -5,7 +5,7 @@
5
* Distributed under terms of the GPL3 license.
6
*/
7
8
-// CVDisplayLink is deprecated
+// CVDisplayLink is deprecated replace with CADisplayLink via [NSScreen displayLink] once base macOS version is 14
9
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
10
11
#include "internal.h"
0 commit comments