Tiling2: Unmaximize windows when starting to tile them.

This commit is contained in:
Tom Hacohen 2014-01-17 15:45:48 +00:00
parent 163c6377b3
commit 08b877fa1f
1 changed files with 1 additions and 1 deletions

View File

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