block creation of comp wins for border parent windows

This commit is contained in:
Mike Blumenkrantz 2013-05-23 08:59:08 +01:00
parent ce21e7fe98
commit 74732f5603
1 changed files with 1 additions and 0 deletions

View File

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