devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5f8f87df3d325e93f7cb517c0b34e0802cfa7acc

commit 5f8f87df3d325e93f7cb517c0b34e0802cfa7acc
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Jul 30 14:37:58 2015 -0400

    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.mich...@samsung.com>
---
 src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c
index fb8a308..420e595 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_shm.c
@@ -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;

-- 


Reply via email to