Implement moving containers, implement moving windows to the top if top-most, change config to use Mod3

This commit is contained in:
Michael Stapelberg
2009-03-11 18:56:31 +01:00
parent 49b56166dc
commit c0aa9cac61
4 changed files with 127 additions and 20 deletions

View 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);