Evas (wayland_egl): Oops, missed one rename on the engine info

structure.



SVN revision: 67102
This commit is contained in:
Christopher Michael 2012-01-11 23:32:58 +00:00
parent ec7e18d8b5
commit f33a71339c
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ static Evas_GL_API gl_funcs;
static void *
eng_info(Evas *e)
{
Evas_Engine_Info_GL_Wl *info;
Evas_Engine_Info_Wayland_Egl *info;
info = calloc(1, sizeof(Evas_Engine_Info_Wayland_Egl));
info->magic.magic = rand();