]> git.cworth.org Git - apitrace/blobdiff - thirdparty/khronos/EGL/eglplatform.h
Allow to include EGL on MacOSX.
[apitrace] / thirdparty / khronos / EGL / eglplatform.h
index 5f30ef1c22ee7889edf4c2f9e25ca2908e3bd45b..b5995ec2387664ce272acbeb846014b882c2a96b 100644 (file)
@@ -93,6 +93,12 @@ typedef struct ANativeWindow*           EGLNativeWindowType;
 typedef struct egl_native_pixmap_t*     EGLNativePixmapType;
 typedef void*                           EGLNativeDisplayType;
 
+#elif defined(__APPLE__)
+
+typedef void *EGLNativeDisplayType;
+typedef void *EGLNativePixmapType;
+typedef void *EGLNativeWindowType;
+
 #elif defined(__unix__)
 
 /* X11 (tentative)  */