discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=c06eca070deed9c6557b63640403f71759d67b1f
commit c06eca070deed9c6557b63640403f71759d67b1f Author: Mike Blumenkrantz <[email protected]> Date: Fri Jan 24 16:01:01 2014 -0500 send ICCCM move/resize for configure requests on X windows somehow this got left out of the E19 handler, which broke apps that relied upon such notifications, most notably gnome-terminal --- src/bin/e_comp_x.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c index de6ecc7..90c4baf 100644 --- a/src/bin/e_comp_x.c +++ b/src/bin/e_comp_x.c @@ -1572,6 +1572,7 @@ _e_comp_x_configure_request(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore } /* FIXME: need to send synthetic stacking event too as well as move/resize */ + _e_comp_x_client_move_resize_send(ec); return ECORE_CALLBACK_PASS_ON; } --
