devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=6906c9b4d95253be0a371760c2adc4173a50bd30

commit 6906c9b4d95253be0a371760c2adc4173a50bd30
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Oct 22 11:54:59 2015 -0400

    remove unused event loop and add external Ecore_Wl2_Display variable
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index 7142f4d..a061c5a 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -102,7 +102,7 @@ struct _E_Comp_Wl_Data
      {
         struct wl_display *disp;
         struct wl_registry *registry; // only used for nested wl compositors
-        struct wl_event_loop *loop;
+        /* struct wl_event_loop *loop; */
         Eina_Inlist *globals;  // only used for nested wl compositors
         struct wl_shm *shm;  // only used for nested wl compositors
         Evas_GL *gl;
@@ -340,6 +340,8 @@ E_API Eina_Bool e_comp_wl_evas_handle_mouse_button(E_Client 
*ec, uint32_t timest
 
 E_API extern int E_EVENT_WAYLAND_GLOBAL_ADD;
 
+E_API extern Ecore_Wl2_Display *ewd;
+
 # ifndef HAVE_WAYLAND_ONLY
 EINTERN void e_comp_wl_xwayland_client_queue(E_Client *ec);
 static inline E_Comp_X_Client_Data *

-- 


Reply via email to