discomfitor pushed a commit to branch master.

commit 68829b05d507fc676ae354eb7e4860693c327af0
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed May 22 14:44:03 2013 +0100

    block dynamic comp win creation for deleted border-client windows
---
 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 3952880..68597e5 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2994,6 +2994,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_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;
         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