end nocomp on nocomp end...always

This commit is contained in:
Mike Blumenkrantz 2014-09-16 10:44:55 -04:00
parent 681b1f4312
commit 35a708a397
1 changed files with 1 additions and 4 deletions

View File

@ -262,7 +262,6 @@ static void
_e_comp_cb_nocomp_end(E_Comp *c)
{
E_Client *ec;
Eina_Bool need_manual = EINA_FALSE;
if (!c->nocomp) return;
@ -272,13 +271,11 @@ _e_comp_cb_nocomp_end(E_Comp *c)
E_CLIENT_FOREACH(c, ec)
{
e_client_redirected_set(ec, 1);
need_manual |= ec->redirected;
if (ec->visible && (!ec->input_only))
e_comp_object_damage(ec->frame, 0, 0, ec->w, ec->h);
}
#ifndef HAVE_WAYLAND_ONLY
if (!need_manual)
e_comp_x_nocomp_end(c);
e_comp_x_nocomp_end(c);
#endif
e_comp_render_queue(c);
e_comp_shape_queue_block(c, 0);