Revert "delete render updates for xwayland clients upon triggering a client resize"

This reverts commit f3f29a0cf8.

upon further review, this was not at all helpful and breaks resizing eventually
This commit is contained in:
Mike Blumenkrantz 2015-07-14 13:12:06 -04:00
parent 51f18b8642
commit 161b67a53d
1 changed files with 2 additions and 1 deletions

View File

@ -931,7 +931,8 @@ _e_comp_x_evas_resize_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_i
}
ec->post_resize = 1;
e_comp_object_render_update_del(ec->frame);
if (e_pixmap_is_x(ec->pixmap))
e_comp_object_render_update_del(ec->frame);
_e_comp_x_post_client_idler_add(ec);
}