Tiling2: Better block of window moving.

This commit is contained in:
Tom Hacohen 2014-01-16 14:45:51 +00:00
parent dae37e1dea
commit f5e96784be
1 changed files with 2 additions and 2 deletions

View File

@ -733,9 +733,9 @@ _resize_hook(void *data __UNUSED__, int type __UNUSED__, E_Event_Client *event)
static Eina_Bool
_move_hook(void *data __UNUSED__, int type __UNUSED__, E_Event_Client*event)
{
E_Client *ec = event->ec;
e_client_act_move_end(event->ec, NULL);
_move_or_resize(ec);
_reapply_tree();
return true;
}