devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=011600b54de9238191f4e969d2df4d24e2bd0035
commit 011600b54de9238191f4e969d2df4d24e2bd0035 Author: Chris Michael <[email protected]> Date: Mon Oct 6 15:56:48 2014 -0400 Don't resend a configure event after resize is done. This is part of a xdg_shell maximize fix Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_comp_wl.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 46e05e9..278f779 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -1110,13 +1110,6 @@ _e_comp_wl_client_idler(void *data EINA_UNUSED) // E_COMP_WL_PIXMAP_CHECK continue; - if (ec->post_resize) - { - if ((ec->comp_data) && (ec->comp_data->shell.configure_send)) - ec->comp_data->shell.configure_send(ec->comp_data->shell.surface, - ec->comp->wl_comp_data->resize.edges, - ec->client.w, ec->client.h); - } ec->post_move = 0; ec->post_resize = 0; --
