Evas (wayland_egl): Oops, missed one rename on the engine info
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 23:32:58 +0000 (23:32 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 11 Jan 2012 23:32:58 +0000 (23:32 +0000)
structure.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@67102 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/wayland_egl/evas_engine.c

index 7b705f6..1f9e0d0 100644 (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();