]> git.sur5r.net Git - i3/i3/blobdiff - src/table.c
Implement Xinerama (workspaces have a specific screen)
[i3/i3] / src / table.c
index 76928f9079bbf5b103beddde081dd4e60911d4ec..c3f8bea7dc15685182b7b84fe4cda83da3f2d733 100644 (file)
@@ -40,6 +40,7 @@ void init_table() {
         memset(workspaces, 0, sizeof(workspaces));
 
         for (i = 0; i < 10; i++) {
+                workspaces[i].screen = NULL;
                 expand_table_cols(&(workspaces[i]));
                 expand_table_rows(&(workspaces[i]));
         }