]> git.sur5r.net Git - i3/i3/blobdiff - include/tree.h
docs: link workspace_auto_back_and_forth from workspace command
[i3/i3] / include / tree.h
index 4a6404463deac4313592f2953eacbc6155eaae4e..62461def988bda0cf7e044b003c667098e75dad2 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 */
@@ -56,12 +58,6 @@ bool level_down(void);
  */
 void tree_render(void);
 
-/**
- * Closes the current container using tree_close_internal().
- *
- */
-void tree_close_con(kill_window_t kill_window);
-
 /**
  * Changes focus in the given way (next/previous) and given orientation
  * (horizontal/vertical).