]> git.sur5r.net Git - i3/i3/blobdiff - src/handlers.c
Bugfix: don’t kill parent when currently in tree_close() for a child of this parent
[i3/i3] / src / handlers.c
index 72cc68c536ce4349290446410065f4823189cc55..f5324dfe24b33df7fae7a4afd9a55abf6fb9b677 100644 (file)
@@ -436,7 +436,7 @@ int handle_unmap_notify_event(void *data, xcb_connection_t *conn, xcb_unmap_noti
         return 1;
     }
 
-    tree_close(con, false);
+    tree_close(con, false, false);
     tree_render();
     x_push_changes(croot);
     return 1;