Temporary workaround for CVDisplayLink deprecation
Apple simply cannot get its APIs right on the first try, ever.
This commit is contained in:
parent
0a7812ab20
commit
271665dbaf
2 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
|||
// It is fine to use C99 in this file because it will not be built with VS
|
||||
//========================================================================
|
||||
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#include "internal.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
// It is fine to use C99 in this file because it will not be built with VS
|
||||
//========================================================================
|
||||
|
||||
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
|
||||
#include "../kitty/monotonic.h"
|
||||
#include "glfw3.h"
|
||||
#include "internal.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue