Return our allocated engine info structure.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:15:49 +0000 (09:15 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:15:49 +0000 (09:15 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83232

src/modules/evas/engines/wayland_shm/evas_engine.c

index 54aacb9..510c66b 100644 (file)
@@ -68,7 +68,8 @@ eng_info(Evas *eo_evas EINA_UNUSED)
    info->magic.magic = rand();
    info->render_mode = EVAS_RENDER_MODE_BLOCKING;
 
-   return NULL;
+   /* return allocated engine info */
+   return info;
 }
 
 static void