discomfitor pushed a commit to branch master.

commit a11443eb52c0c4718b13fc89b131296fcf0f125f
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 26 16:13:06 2013 +0100

    shouldn't be setting ignore on systray xembed base, this was needed when we 
were creating comp wins at the wrong time
---
 src/modules/systray/e_mod_xembed.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/systray/e_mod_xembed.c 
b/src/modules/systray/e_mod_xembed.c
index f52b478..d9d677f 100644
--- a/src/modules/systray/e_mod_xembed.c
+++ b/src/modules/systray/e_mod_xembed.c
@@ -412,7 +412,6 @@ _systray_xembed_base_create(Instance_Xembed *xembed)
    if (w < 1) w = 1;
    if (h < 1) h = 1;
    xembed->win.base = ecore_x_window_new(0, x, y, w, h);
-   e_comp_ignore_win_add(xembed->win.base);
    ecore_x_icccm_title_set(xembed->win.base, "noshadow_systray_base");
    ecore_x_icccm_name_class_set(xembed->win.base, "systray", "holder");
    ecore_x_netwm_name_set(xembed->win.base, "noshadow_systray_base");

-- 

------------------------------------------------------------------------------
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