diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/trdx-nv-binaries/files/eglplatform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/trdx-nv-binaries/files/eglplatform.h b/recipes/trdx-nv-binaries/files/eglplatform.h index a141762..72b5f2d 100644 --- a/recipes/trdx-nv-binaries/files/eglplatform.h +++ b/recipes/trdx-nv-binaries/files/eglplatform.h @@ -110,8 +110,8 @@ typedef void *EGLNativeDisplayType; #if 1 typedef struct _XDisplay *EGLNativeDisplayType; -typedef khronos_uint32_t EGLNativePixmapType; -typedef khronos_uint32_t EGLNativeWindowType; +typedef unsigned long EGLNativePixmapType; +typedef unsigned long EGLNativeWindowType; #else |