summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-01-17 15:45:48 +0000
committerTom Hacohen <tom@stosb.com>2014-01-30 15:22:01 +0000
commitbd0255c634788e3c7898e3aaa4ec827e753dc23d (patch)
tree5bef9b2643d879d714fd515bc204e557807e66a0
parenta9a84a2750ac52d9bd28cd296d2c55593b4e3924 (diff)
downloadenlightenment-bd0255c634788e3c7898e3aaa4ec827e753dc23d.tar.gz
Tiling2: Unmaximize windows when starting to tile them.
-rw-r--r--src/modules/tiling2/e_mod_tiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/tiling2/e_mod_tiling.c b/src/modules/tiling2/e_mod_tiling.c
index f65947b48f..7888c73072 100644
--- a/src/modules/tiling2/e_mod_tiling.c
+++ b/src/modules/tiling2/e_mod_tiling.c
@@ -239,7 +239,7 @@ _e_client_unmaximize(E_Client *ec, E_Maximize max)
(max & E_MAXIMIZE_DIRECTION) == E_MAXIMIZE_VERTICAL ? "VERTICAL" :
(max & E_MAXIMIZE_DIRECTION) == E_MAXIMIZE_HORIZONTAL ? "HORIZONTAL" :
"BOTH");
-// e_client_unmaximize(ec, max);
+ e_client_unmaximize(ec, max);
}
static void