discomfitor pushed a commit to branch master.

commit 74732f56033f531d3f73aedb56fd40b1386cc8e6
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu May 23 08:59:08 2013 +0100

    block creation of comp wins for border parent 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 0b5ac3e..9cc5ceb 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2964,6 +2964,7 @@ _e_comp_create(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *event)
    if (c->man->root == ev->win) return ECORE_CALLBACK_PASS_ON;
    if (_e_comp_ignore_find(ev->win)) return ECORE_CALLBACK_PASS_ON;
    if (_e_comp_win_find(ev->win)) return ECORE_CALLBACK_PASS_ON;
+   if (e_border_find_by_window(ev->win)) return ECORE_CALLBACK_PASS_ON;
    if (!ev->override) return ECORE_CALLBACK_PASS_ON;
    cw = _e_comp_win_add(c, ev->win, NULL, 0);
    if (!cw) return ECORE_CALLBACK_RENEW;

-- 

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