diff options
-rw-r--r-- | recipes/opengldummy/files/headers/EGL/eglplatform.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/opengldummy/files/headers/EGL/eglplatform.h b/recipes/opengldummy/files/headers/EGL/eglplatform.h index bcbda98..572c7d5 100644 --- a/recipes/opengldummy/files/headers/EGL/eglplatform.h +++ b/recipes/opengldummy/files/headers/EGL/eglplatform.h | |||
@@ -105,9 +105,9 @@ typedef void* EGLNativeDisplayType; | |||
105 | #if 1 | 105 | #if 1 |
106 | 106 | ||
107 | /* QtGlesStream */ | 107 | /* QtGlesStream */ |
108 | typedef unsigned int EGLNativeDisplayType; | 108 | typedef intptr_t EGLNativeDisplayType; |
109 | typedef unsigned int EGLNativeWindowType; | 109 | typedef intptr_t EGLNativeWindowType; |
110 | typedef unsigned int EGLNativePixmapType; | 110 | typedef intptr_t EGLNativePixmapType; |
111 | 111 | ||
112 | #else | 112 | #else |
113 | 113 | ||