]> git.sur5r.net Git - i3/i3/blobdiff - include/tree.h
Remove some dead code (to be re-implemented), rename nc.c to main.c
[i3/i3] / include / tree.h
index 029bbe346b931cfc8813c73ab9321250d787f2c6..fd393d8b08a0622aafb16972f0157a2f7013c56b 100644 (file)
@@ -21,7 +21,7 @@ void tree_render();
 void tree_close_con();
 void tree_next(char way, orientation_t orientation);
 void tree_move(char way, orientation_t orientation);
-void tree_close(Con *con);
+void tree_close(Con *con, bool kill_window);
 bool tree_restore();
 
 #endif