ecore-evas-wayland: Set wl_display in the evas engine structure

Summary: This sets the wl_display field of the Evas engine info
structure so that the wl_display can later be used for dispatching
queue while we await a free buffer

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-07-30 14:37:58 -04:00
parent a1c203967e
commit 5f8f87df3d
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,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_disp = ecore_wl_display_get();
einfo->info.wl_shm = ecore_wl_shm_get();
einfo->info.destination_alpha = EINA_TRUE;
einfo->info.rotation = ee->rotation;