From 284018569025f859e0fad3d54578b2c447455d18 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Tue, 17 May 2011 21:00:15 +0200 Subject: [PATCH] Fix mac build Change-Id: I1fc8c5043160dbe2508324655fb506bc31cc50ac --- .../opengl/host/libs/Translator/include/EGL/eglplatform.h | 1 + 1 file changed, 1 insertion(+) 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;