Selaa lähdekoodia

SDL_cocoaopengl.h: ensure CVDisplayLinkRef is defined

The typedef seems to be pulled in coincidentally with newer SDKs, but
older ones need to import the header explicitly.
Joshua Root 2 vuotta sitten
vanhempi
commit
d2910904fb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/video/cocoa/SDL_cocoaopengl.h

+ 1 - 0
src/video/cocoa/SDL_cocoaopengl.h

@@ -27,6 +27,7 @@
 
 
 #include "SDL_atomic.h"
 #include "SDL_atomic.h"
 #import <Cocoa/Cocoa.h>
 #import <Cocoa/Cocoa.h>
+#import <QuartzCore/CVDisplayLink.h>
 
 
 /* We still support OpenGL as long as Apple offers it, deprecated or not, so disable deprecation warnings about it. */
 /* We still support OpenGL as long as Apple offers it, deprecated or not, so disable deprecation warnings about it. */
 #ifdef __clang__
 #ifdef __clang__