delete render updates for xwayland clients upon triggering a client resize

fixes frame dropping during resize
This commit is contained in:
Mike Blumenkrantz 2015-07-10 16:59:47 -04:00
parent 311f524094
commit f3f29a0cf8
1 changed files with 1 additions and 2 deletions

View File

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