discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=8644c88b39879419a230c43e1ec5a8c756df3f5e

commit 8644c88b39879419a230c43e1ec5a8c756df3f5e
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Tue Jun 30 18:33:38 2015 -0400

    fix typo in iterating pending xwl clients on wl surface creation
---
 src/bin/e_comp_wl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 1487f4c..3d6e4f8 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -1498,7 +1498,7 @@ _e_comp_wl_compositor_cb_surface_create(struct wl_client 
*client, struct wl_reso
    EINA_LIST_FOREACH(e_comp->wl_comp_data->xwl_pending, l, wc)
      {
         if (!e_pixmap_is_x(wc->pixmap)) continue;
-        if (wl_resource_get_id(res) != 
((E_Comp_X_Client_Data*)ec->comp_data)->surface_id) continue;
+        if (wl_resource_get_id(res) != 
((E_Comp_X_Client_Data*)wc->comp_data)->surface_id) continue;
         e_comp_x_xwayland_client_setup(wc, ec);
         break;
      }

-- 


Reply via email to