discomfitor pushed a commit to branch master.

commit 74f33f1ed2f127c06179b439f07115628fe7eac0
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed May 22 13:24:03 2013 +0100

    block dynamic creation of comp wins for root windows and their parents. my 
confusion is palpable.
---
 src/bin/e_comp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 16d6ecf..e73b8cc 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2989,6 +2989,8 @@ _e_comp_show(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *event)
         E_Manager *man;
         int x, w;
 
+        /* block root window and parents */
+        if (ev->win <= ev->event_win) return ECORE_CALLBACK_RENEW;
         man = e_manager_find_by_root(ev->event_win);
         if (!man) return ECORE_CALLBACK_RENEW;
         cw = _e_comp_win_add(man->comp, ev->win, NULL, 1);

-- 

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may

Reply via email to