From 85682678e6d80ff1f0fb174eef3b64a8d7575136 Mon Sep 17 00:00:00 2001 From: Nicolas Aguirre Date: Sun, 22 May 2016 23:38:22 +0200 Subject: [PATCH] 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 c24285dca6..5962a88f3b 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