From 402103b40b054aba630b3f2789ea24d0eb492297 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 6 Nov 2009 15:15:12 +0000 Subject: [PATCH] 2 more! SVN revision: 43490 --- legacy/evas/src/modules/engines/gl_common/evas_gl_texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/modules/engines/gl_common/evas_gl_texture.c b/legacy/evas/src/modules/engines/gl_common/evas_gl_texture.c index 15caeeb46c..62a78ff4e4 100644 --- a/legacy/evas/src/modules/engines/gl_common/evas_gl_texture.c +++ b/legacy/evas/src/modules/engines/gl_common/evas_gl_texture.c @@ -168,7 +168,7 @@ _pool_tex_alloc(Evas_GL_Texture_Pool *pt, int w, int h, int *u, int *v, Eina_Lis static Evas_GL_Texture_Pool * _pool_tex_find(Evas_GL_Context *gc, int w, int h, - GLuint intformat, GLuint format, int *u, int *v, + int intformat, int format, int *u, int *v, Eina_List **l_after, int atlas_w) { Evas_GL_Texture_Pool *pt = NULL;