Try to create the new Render_Engine on initial engine setup.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:17:11 +0000 (09:17 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:17:11 +0000 (09:17 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83251

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

index cd27dcc..5161e55 100644 (file)
@@ -174,6 +174,14 @@ eng_setup(Evas *eo_evas, void *einfo)
              else try_swap = 1;
           }
 
+        if (!(re = 
+              _output_engine_setup(epd->output.w, epd->output.h, 
+                                   info->info.rotation, info->info.depth, 
+                                   info->info.destination_alpha, 
+                                   info->info.wl_shm, info->info.wl_surface, 
+                                   try_swap)))
+          return 0;
+
      }
 
    return 0;