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; |
Nico
2016/10/10 16:58:03
why is this intptr_t instead of void*? The typedef
|
typedef intptr_t EGLNativeWindowType; |
typedef intptr_t EGLNativePixmapType; |