This parameter is no longer needed.

The algorithm is now always the same, doesn't matter if we're
adding or removing a container to/from its parent.
This commit is contained in:
Fernando Tarlá Cardoso Lemos
2011-01-25 22:12:43 -02:00
committed by Michael Stapelberg
parent 45227fba54
commit bc82fc7e9f
4 changed files with 6 additions and 7 deletions

View File

@ -112,8 +112,7 @@ void con_detach(Con *con);
* container.
*
*/
void con_fix_percent(Con *con, int action);
enum { WINDOW_ADD = 0, WINDOW_REMOVE = 1 };
void con_fix_percent(Con *con);
/**
* Toggles fullscreen mode for the given container. Fullscreen mode will not be