]> git.sur5r.net Git - i3/i3/blobdiff - include/tree.h
Merge branch 'next' into master
[i3/i3] / include / tree.h
index 62461def988bda0cf7e044b003c667098e75dad2..41a630366bfca43411f7934e696b57be975a81ab 100644 (file)
@@ -78,7 +78,7 @@ void tree_next(char way, orientation_t orientation);
  * container) and focus should be set there.
  *
  */
-bool tree_close_internal(Con *con, kill_window_t kill_window, bool dont_kill_parent, bool force_set_focus);
+bool tree_close_internal(Con *con, kill_window_t kill_window, bool dont_kill_parent);
 
 /**
  * Loads tree from ~/.i3/_restart.json (used for in-place restarts).