summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-05-17 12:01:39 -0700
committerAndroid Code Review <code-review@android.com>2011-05-17 12:01:39 -0700
commit3a38c110a970c443c09df6a529a78f5b02a870dc (patch)
tree42a59938c376926012e5bd0d838200d1879d87b6
parent3fe7791ca18012b69f4663bf69901dd302f2d87f (diff)
parent284018569025f859e0fad3d54578b2c447455d18 (diff)
Merge "Fix mac build"
-rw-r--r--tools/emulator/opengl/host/libs/Translator/include/EGL/eglplatform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emulator/opengl/host/libs/Translator/include/EGL/eglplatform.h b/tools/emulator/opengl/host/libs/Translator/include/EGL/eglplatform.h
index ec70a0d1e..26d2bd2cd 100644
--- a/tools/emulator/opengl/host/libs/Translator/include/EGL/eglplatform.h
+++ b/tools/emulator/opengl/host/libs/Translator/include/EGL/eglplatform.h
@@ -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;