diff options
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-graphics/wayland/wayland-ivi-extension')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-graphics/wayland/wayland-ivi-extension/force-type-conversion.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-graphics/wayland/wayland-ivi-extension/force-type-conversion.patch b/meta-agl-bsp/meta-ti/recipes-graphics/wayland/wayland-ivi-extension/force-type-conversion.patch new file mode 100644 index 000000000..a72aeedf6 --- /dev/null +++ b/meta-agl-bsp/meta-ti/recipes-graphics/wayland/wayland-ivi-extension/force-type-conversion.patch @@ -0,0 +1,13 @@ +diff --git a/ivi-layermanagement-examples/EGLWLMockNavigation/src/OpenGLES2App.cpp b/ivi-layermanagement-examples/EGLWLMockNavigation/src/OpenGLES2App.cpp +index 2e65864..e14dbc0 100644 +--- a/ivi-layermanagement-examples/EGLWLMockNavigation/src/OpenGLES2App.cpp ++++ b/ivi-layermanagement-examples/EGLWLMockNavigation/src/OpenGLES2App.cpp +@@ -244,7 +247,7 @@ bool OpenGLES2App::createEGLContext() + m_eglContextStruct.eglSurface = NULL; + m_eglContextStruct.eglContext = NULL; + +- m_eglContextStruct.eglDisplay = eglGetDisplay(m_wlContextStruct.wlDisplay); ++ m_eglContextStruct.eglDisplay = eglGetDisplay((EGLNativeDisplayType)m_wlContextStruct.wlDisplay); + eglstatus = eglGetError(); + if (!m_eglContextStruct.eglDisplay) + { |