From c4071e30ed97132258c79a2e1c9602b777c8f428 Mon Sep 17 00:00:00 2001 From: Sung Park Date: Thu, 11 Oct 2012 08:18:24 +0000 Subject: [PATCH] Evas_GL.h: Updating typedef defined in the latest gl2.h. It used to be in gl2ext.h. SVN revision: 77851 --- legacy/evas/src/lib/Evas_GL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/legacy/evas/src/lib/Evas_GL.h b/legacy/evas/src/lib/Evas_GL.h index 220214ea8b..e3a4e331d6 100644 --- a/legacy/evas/src/lib/Evas_GL.h +++ b/legacy/evas/src/lib/Evas_GL.h @@ -589,6 +589,7 @@ EAPI Evas_GL_API *evas_gl_api_get (Evas_GL *evas_gl) EINA *-----------------------------------------------------------------------*/ typedef void GLvoid; +typedef char GLchar; typedef unsigned int GLenum; typedef unsigned char GLboolean; typedef unsigned int GLbitfield;