discomfitor pushed a commit to branch master.

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

commit 9313121e79a520269c189057a596cc4229b72701
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Sep 19 09:53:35 2016 -0400

    clamp bryces to a lower canvas layer
    
    note to self: if you remember why you had these at POPUP, annotate the 
reason
    here...
---
 src/bin/e_bryce.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/bin/e_bryce.c b/src/bin/e_bryce.c
index 090fd1c..aa406a3 100644
--- a/src/bin/e_bryce.c
+++ b/src/bin/e_bryce.c
@@ -1,6 +1,6 @@
 #include "e.h"
 
-#define DEFAULT_LAYER E_LAYER_POPUP
+#define DEFAULT_LAYER E_LAYER_CLIENT_ABOVE
 #define E_BRYCE_TYPE 0xE31338
 
 typedef struct Bryce
@@ -1171,6 +1171,7 @@ e_bryce_init(void)
         EINA_LIST_FOREACH(bryces->bryces, l, b)
           {
              if (!e_comp_zone_number_get(b->zone)) continue;
+             b->layer = E_CLAMP(b->layer, E_LAYER_DESKTOP, 
E_LAYER_CLIENT_ABOVE);
              _bryce_create(b, e_comp->elm);
              evas_object_show(b->bryce);
           }

-- 


Reply via email to