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:
f832640
)
reject non-X clients from _e_comp_x_object_add()
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Thu, 25 Jun 2015 23:34:10 +0000
(19:34 -0400)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Fri, 26 Jun 2015 00:12:03 +0000
(20:12 -0400)
src/bin/e_comp_x.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_x.c
b/src/bin/e_comp_x.c
index 50278852bef96cf68f2fcaf732f3c25b98be3f46..077b2a803d8f2ad8244ba7f60140007e300c02f0 100644
(file)
--- a/
src/bin/e_comp_x.c
+++ b/
src/bin/e_comp_x.c
@@
-1114,6
+1114,7
@@
_e_comp_x_object_add(void *d EINA_UNUSED, int t EINA_UNUSED, E_Event_Comp_Object
ec = e_comp_object_client_get(ev->comp_object);
if ((!ec) || e_object_is_del(E_OBJECT(ec)) || ec->re_manage) return ECORE_CALLBACK_RENEW;
+ E_COMP_X_PIXMAP_CHECK ECORE_CALLBACK_RENEW;
_e_comp_x_client_evas_init(ec);
_e_comp_x_client_stack(ec);
return ECORE_CALLBACK_RENEW;