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:
bf12a34
)
block comp win creation on window create for all border windows
author
Mike Blumenkrantz
<m.blumenkran@samsung.com>
Wed, 12 Jun 2013 12:55:30 +0000
(13:55 +0100)
committer
Mike Blumenkrantz
<m.blumenkran@samsung.com>
Wed, 12 Jun 2013 12:55:30 +0000
(13:55 +0100)
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index
2277ddc
..
46fe4c9
100644
(file)
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-2962,6
+2962,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_border_find_by_client_window(ev->win)) return ECORE_CALLBACK_RENEW;
+ if (e_border_find_by_window(ev->win)) return ECORE_CALLBACK_RENEW;
cw = _e_comp_win_add(c, ev->win, NULL);
if (!cw) return ECORE_CALLBACK_RENEW;
if (cw->free_shape) _e_comp_win_shape_create(cw, ev->x, ev->y, ev->w, ev->h);