Index: third_party/khronos/EGL/eglplatform.h |
diff --git a/third_party/khronos/EGL/eglplatform.h b/third_party/khronos/EGL/eglplatform.h |
index c7d3d7bba2c75f965acfa969fb08f9d3365f72c5..ed5aab2a30cd1bf176da33b6bf89f1037833fe48 100644 |
--- a/third_party/khronos/EGL/eglplatform.h |
+++ b/third_party/khronos/EGL/eglplatform.h |
@@ -96,7 +96,7 @@ typedef void* EGLNativeDisplayType; |
#elif defined(USE_OZONE) |
-typedef int EGLNativeDisplayType; |
+typedef intptr_t EGLNativeDisplayType; |
vignatti (out of this project)
2013/08/29 18:09:34
changes in khronos EGL are not causing any effect
|
typedef intptr_t EGLNativeWindowType; |
typedef intptr_t EGLNativePixmapType; |