From 61e8ee7dac5c6ac7369e83c840d587bffdb222b5 Mon Sep 17 00:00:00 2001 From: raster Date: Fri, 6 Nov 2009 15:15:12 +0000 Subject: [PATCH] 2 more! git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@43490 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/modules/engines/gl_common/evas_gl_texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/engines/gl_common/evas_gl_texture.c b/src/modules/engines/gl_common/evas_gl_texture.c index 15caeeb..62a78ff 100644 --- a/src/modules/engines/gl_common/evas_gl_texture.c +++ b/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; -- 2.7.4