continue to ignore ignored comp wins in show event

This commit is contained in:
Mike Blumenkrantz 2013-07-26 16:11:00 +01:00
parent f6d653ea49
commit 4e7c4ac944
1 changed files with 1 additions and 0 deletions

View File

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