Warning--

This commit is contained in:
Daniel Zaoui 2014-09-11 08:35:15 +03:00
parent 17f75c9627
commit cabdbb2f3c
1 changed files with 4 additions and 0 deletions

View File

@ -109,6 +109,8 @@ static const struct {
#define MATCH(_r, _v) ((_r == MATCH_ANY) || (_v == MATCH_ANY) || (_r == _v))
#ifdef GL_TEXTURE_INTERNAL_FORMAT
# ifndef GL_GLES
static Eina_Bool
_evas_gl_texture_match(GLenum intfmt, GLenum intfmtret)
{
@ -129,6 +131,8 @@ _evas_gl_texture_match(GLenum intfmt, GLenum intfmtret)
return EINA_FALSE;
}
# endif
#endif
static int
_evas_gl_texture_search_format(Eina_Bool alpha, Eina_Bool bgra, Evas_Colorspace cspace)