discomfitor pushed a commit to branch master.

commit 4e7c4ac944e5982ad25b5f5687eecbabf7915533
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jul 26 16:11:00 2013 +0100

    continue to ignore ignored comp wins in show event
---
 src/bin/e_comp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index f9c1cb3..8a956bf 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3002,6 +3002,7 @@ _e_comp_show(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *event)
 
         /* block root window and parents */
         if (ev->win <= ev->event_win) return ECORE_CALLBACK_RENEW;
+        if (_e_comp_ignore_find(ev->win)) return ECORE_CALLBACK_RENEW;
         if (e_border_find_all_by_client_window(ev->win)) return 
ECORE_CALLBACK_RENEW;
         man = e_manager_find_by_root(ev->event_win);
         if (!man) return ECORE_CALLBACK_RENEW;

-- 

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