Set the engine's wl_shm reference during creation.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83278
This commit is contained in:
Christopher Michael 2013-01-24 09:21:04 +00:00 committed by Christopher Michael
parent 949d008b13
commit 40dec84b3e
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ ecore_evas_wayland_shm_new_internal(const char *disp_name, unsigned int parent,
if ((einfo = (Evas_Engine_Info_Wayland_Shm *)evas_engine_info_get(ee->evas)))
{
einfo->info.wl_shm = ecore_wl_shm_get();
einfo->info.destination_alpha = ee->alpha;
einfo->info.rotation = ee->rotation;
if (!evas_engine_info_set(ee->evas, (Evas_Engine_Info *)einfo))