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
This commit is contained in:
Mike Blumenkrantz 2014-01-24 16:01:01 -05:00
parent a4c5629e7a
commit c06eca070d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}