summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-01-16 14:45:51 +0000
committerTom Hacohen <tom@stosb.com>2014-01-30 15:22:01 +0000
commit52d08336cf8fb6912e9248b966d9b5d4c5f22e72 (patch)
tree326e00293873f71430b06d2451227936824be34a
parentb66eb2b446aed9546090686fbcde9744991e29b9 (diff)
downloadenlightenment-52d08336cf8fb6912e9248b966d9b5d4c5f22e72.tar.gz
Tiling2: Better block of window moving.
-rw-r--r--src/modules/tiling2/e_mod_tiling.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/tiling2/e_mod_tiling.c b/src/modules/tiling2/e_mod_tiling.c
index 6578d41466..aa3dd969f8 100644
--- a/src/modules/tiling2/e_mod_tiling.c
+++ b/src/modules/tiling2/e_mod_tiling.c
@@ -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;
}