This commit is contained in:
Kovid Goyal 2024-09-27 12:28:43 +05:30
parent c0f04231ed
commit 76cd68760a
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -5,7 +5,7 @@
* Distributed under terms of the GPL3 license.
*/
// CVDisplayLink is deprecated
// CVDisplayLink is deprecated replace with CADisplayLink via [NSScreen displayLink] once base macOS version is 14
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#include "internal.h"