]> git.sur5r.net Git - i3/i3/blobdiff - include/tree.h
Merge branch 'release-4.16.1'
[i3/i3] / include / tree.h
index c64c173d40c2584f4d2507fc95168ae38dd4ca60..41a630366bfca43411f7934e696b57be975a81ab 100644 (file)
@@ -9,6 +9,8 @@
  */
 #pragma once
 
+#include <config.h>
+
 extern Con *croot;
 /* TODO: i am not sure yet how much access to the focused container should
  * be permitted to source files */
@@ -76,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).