Implement moving windows to other workspaces

This commit is contained in:
Michael Stapelberg
2009-03-04 08:59:03 +01:00
parent 6653c3a686
commit 3911d18982
4 changed files with 78 additions and 3 deletions

View File

@ -40,6 +40,7 @@ void init_table() {
for (int i = 0; i < 10; i++) {
workspaces[i].screen = NULL;
workspaces[i].num = i;
SLIST_INIT(&(workspaces[i].dock_clients));
expand_table_cols(&(workspaces[i]));
expand_table_rows(&(workspaces[i]));