]> git.sur5r.net Git - i3/i3/blobdiff - src/restore_layout.c
Merge branch 'master' into next
[i3/i3] / src / restore_layout.c
index 11590a33b1969a8d67656fea477d4cbb718a624f..0f6e54f9cc18e68d01d832680ab201e4b503838d 100644 (file)
@@ -219,7 +219,7 @@ static void open_placeholder_window(Con *con) {
         Match *temp_id = smalloc(sizeof(Match));
         match_init(temp_id);
         temp_id->id = placeholder;
-        TAILQ_INSERT_TAIL(&(con->swallow_head), temp_id, matches);
+        TAILQ_INSERT_HEAD(&(con->swallow_head), temp_id, matches);
     }
 
     Con *child;