Merge "Fix mac build"

This commit is contained in:
David 'Digit' Turner
2011-05-17 12:01:39 -07:00
committed by Android Code Review

View File

@@ -76,6 +76,7 @@ typedef HWND EGLNativeWindowType;
#elif defined(__APPLE__)
typedef int EGLNativePixelFormatType;
#define PIXEL_FORMAT_INITIALIZER 0
typedef struct _EGLNativeContextType* EGLNativeContextType;
typedef struct _EGLNativePbufferType* EGLNativePbufferType;