gl engine build

SVN revision: 24905
This commit is contained in:
Carsten Haitzler 2006-08-19 11:59:55 +00:00
parent f407013a5f
commit f631394f18
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ eng_image_load(void *data, char *file, char *key, int *error, Evas_Image_Load_Op
re = (Render_Engine *)data;
*error = 0;
eng_window_use(re->win);
return evas_gl_common_image_load(re->win->gl_context, file, key, Evas_Image_Load_Opts *lo);
return evas_gl_common_image_load(re->win->gl_context, file, key, lo);
}
static void *