devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=2e0168359ef92035dabcffcef004f7cd8adfe180
commit 2e0168359ef92035dabcffcef004f7cd8adfe180 Author: Chris Michael <[email protected]> Date: Mon Nov 10 10:20:49 2014 -0500 e-comp: Return proper post value for wayland clients during client_update Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index acd8ea8..cc841f3 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -336,7 +336,7 @@ _e_comp_client_update(E_Client *ec) if (e_pixmap_is_x(ec->pixmap) && (!ec->override)) evas_object_resize(ec->frame, ec->w, ec->h); } - return post || (!e_pixmap_is_x(ec->pixmap)); + return post; } static void --
