discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=7e8d442ac30ed3025fc52775237f5bd7d3e20eb2

commit 7e8d442ac30ed3025fc52775237f5bd7d3e20eb2
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Mar 5 11:59:29 2015 -0500

    force non-internal wl clients to hide when gl is not available
---
 src/bin/e_comp_wl.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index c558952..6ec02a5 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -1355,6 +1355,8 @@ _e_comp_wl_surface_destroy(struct wl_resource *resource)
    if (!(ec = e_pixmap_client_get(ep)))
      return;
 
+   if ((!ec->internal) && (!e_comp_gl_get()))
+     ec->hidden = 1;
    evas_object_hide(ec->frame);
    e_object_del(E_OBJECT(ec));
 }

-- 


Reply via email to