am 3a38c110: Merge "Fix mac build"

* commit '3a38c110a970c443c09df6a529a78f5b02a870dc':
  Fix mac build
This commit is contained in:
David 'Digit' Turner
2011-05-17 12:18:07 -07:00
committed by Android Git Automerger

View File

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