projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a583f9a
)
block dynamic comp win creation for deleted border-client windows
author
Mike Blumenkrantz
<m.blumenkran@samsung.com>
Wed, 22 May 2013 13:44:03 +0000
(14:44 +0100)
committer
Mike Blumenkrantz
<m.blumenkran@samsung.com>
Wed, 22 May 2013 13:44:03 +0000
(14:44 +0100)
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index
3952880
..
68597e5
100644
(file)
--- 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);