captainigloo pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=85682678e6d80ff1f0fb174eef3b64a8d7575136
commit 85682678e6d80ff1f0fb174eef3b64a8d7575136 Author: Nicolas Aguirre <[email protected]> Date: Sun May 22 23:38:22 2016 +0200 evas: gl_common add define for missing EGL_WAYLAND_Y_INVERTED_WL --- src/modules/evas/engines/gl_common/evas_gl_define.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/modules/evas/engines/gl_common/evas_gl_define.h b/src/modules/evas/engines/gl_common/evas_gl_define.h index c24285d..5962a88 100644 --- a/src/modules/evas/engines/gl_common/evas_gl_define.h +++ b/src/modules/evas/engines/gl_common/evas_gl_define.h @@ -222,7 +222,9 @@ #ifndef EGL_OPENGL_ES3_BIT # define EGL_OPENGL_ES3_BIT 0x00000040 #endif - +#ifndef EGL_WAYLAND_Y_INVERTED_WL +# define EGL_WAYLAND_Y_INVERTED_WL 0x31DB +#endif // Evas_3d require GL_BGR, but that's an extention and will not be necessary once we move to Evas_GL_Image #ifndef GL_BGR #define GL_BGR 0x80E0 --
