discomfitor pushed a commit to branch master.

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

commit ac8f73cabc83e9bc4d9636042866c3ec0f18a94f
Author: Mike Blumenkrantz <[email protected]>
Date:   Sun Jul 20 17:17:05 2014 -0400

    allow nocomp with "above" shelves
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index fd5ed9a..bed92ad 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -138,7 +138,7 @@ _e_comp_visible_object_is(Evas_Object *obj, Evas_Coord x, 
Evas_Coord y, Evas_Coo
                                            return 
_e_comp_visible_object_clip_is(o);
                                         }
                                       eina_list_free(children);
-                                      return EINA_TRUE;
+                                      return !!evas_object_data_get(o, 
"E_Shelf");
                                    }
                               }
                             eina_list_free(children);

-- 


Reply via email to