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:
c9a839a
)
setup evas callbacks for wl clients during commit
author
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 11 Feb 2015 00:17:11 +0000
(19:17 -0500)
committer
Mike Blumenkrantz
<zmike@osg.samsung.com>
Wed, 11 Feb 2015 00:17:11 +0000
(19:17 -0500)
this was happening way too late and breaking some clients
src/bin/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_wl.c
b/src/bin/e_comp_wl.c
index 4e5eaa89651e7d088f3d026137d23d3f0f5b68bf..0404800675695905447b522ac77faaa4c2388180 100644
(file)
--- a/
src/bin/e_comp_wl.c
+++ b/
src/bin/e_comp_wl.c
@@
-2545,6
+2545,7
@@
e_comp_wl_surface_commit(E_Client *ec)
Eina_Tiler *src, *tmp;
if (!(ep = ec->pixmap)) return EINA_FALSE;
+ _e_comp_wl_client_evas_init(ec);
/* mark the pixmap as usable or not */
e_pixmap_usable_set(ep, (ec->comp_data->pending.buffer != NULL));