Reassign engine data output
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:17:19 +0000 (09:17 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:17:19 +0000 (09:17 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83253

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

index da7e21dac1a7b6b1cc5c93667e994b9c7f961105..0dcc9340c04b6e48e89d2f0f496cff575f9c8bb6 100644 (file)
@@ -205,6 +205,10 @@ eng_setup(Evas *eo_evas, void *einfo)
           }
      }
 
+   /* reassign render engine to output */
+   epd->engine.data.output = re;
+   if (!epd->engine.data.output) return 0;
+
    return 0;
 }