e-comp: Return proper post value for wayland clients during

client_update

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-11-10 10:20:49 -05:00
parent 3ef4ca19bc
commit 2e0168359e
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ _e_comp_client_update(E_Client *ec)
if (e_pixmap_is_x(ec->pixmap) && (!ec->override)) if (e_pixmap_is_x(ec->pixmap) && (!ec->override))
evas_object_resize(ec->frame, ec->w, ec->h); evas_object_resize(ec->frame, ec->w, ec->h);
} }
return post || (!e_pixmap_is_x(ec->pixmap)); return post;
} }
static void static void