Implement automatic cleaning of the table

This commit is contained in:
Michael Stapelberg
2009-02-24 20:29:30 +01:00
parent aa18ca0889
commit dadace2fa3
3 changed files with 77 additions and 2 deletions

View File

@ -175,7 +175,8 @@ static void move_current_window(xcb_connection_t *connection, direction_t direct
container->currently_focused = to_focus;
new->currently_focused = current_client;
/* TODO: delete all empty columns/rows */
/* delete all empty columns/rows */
cleanup_table(container->workspace);
render_layout(connection);
set_focus(connection, current_client);