]> git.sur5r.net Git - i3/i3/blobdiff - include/table.h
Implement moving containers, implement moving windows to the top if top-most, change...
[i3/i3] / include / table.h
index 0e4cdfe9b917479280c65fb9f3af243494e61998..5db1cda440465a64b14390fc01d39d47c1b5f260 100644 (file)
@@ -27,6 +27,7 @@ extern int current_row;
 
 void init_table();
 void expand_table_rows(Workspace *workspace);
+void expand_table_rows_at_head(Workspace *workspace);
 void expand_table_cols(Workspace *workspace);
 void expand_table_cols_at_head(Workspace *workspace);
 bool cell_exists(int col, int row);