discomfitor pushed a commit to branch master.

commit b4990c0cd14d334ccfa7b09f8aadc5eb359d6567
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 26 10:04:26 2013 +0100

    don't try sibling stacking the comp canvas to a non-sibling window
---
 src/bin/e_comp.c | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 3bf33b0..81d7ae8 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -4096,12 +4096,8 @@ _e_comp_populate(E_Comp *c)
    evas_object_show(c->layout);
 
    EINA_LIST_FOREACH(c->man->containers, l, con)
-     {
-        e_container_shape_change_callback_add(con, _e_comp_shapes_update, c);
-        ecore_x_window_configure(c->ee_win,
-          ECORE_X_WINDOW_CONFIGURE_MASK_SIBLING | 
ECORE_X_WINDOW_CONFIGURE_MASK_STACK_MODE,
-          0, 0, 0, 0, 0, con->layers[0].win, ECORE_X_WINDOW_STACK_BELOW);
-     }
+     e_container_shape_change_callback_add(con, _e_comp_shapes_update, c);
+   ecore_evas_lower(c->ee);
    wins = ecore_x_window_children_get(c->man->root, &num);
    if (!wins) return;
    for (i = 0; i < num; i++)

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to