]> git.sur5r.net Git - i3/i3/blobdiff - include/tree.h
Bugfix: don’t kill parent when currently in tree_close() for a child of this parent
[i3/i3] / include / tree.h
index 449f67efc34923ab36fed4b73cc9bde6d377ecb5..f04e9e62b80c328abf6ffc137df391298c436f4f 100644 (file)
@@ -76,7 +76,7 @@ void tree_move(char way, orientation_t orientation);
  * Closes the given container including all children
  *
  */
-void tree_close(Con *con, bool kill_window);
+void tree_close(Con *con, bool kill_window, bool dont_kill_parent);
 
 /**
  * Loads tree from ~/.i3/_restart.json (used for in-place restarts).