X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Ftree.h;h=41a630366bfca43411f7934e696b57be975a81ab;hp=c64c173d40c2584f4d2507fc95168ae38dd4ca60;hb=HEAD;hpb=f6021c957bfa3ba49127248aee5e61f299e0c956 diff --git a/include/tree.h b/include/tree.h index c64c173d..41a63036 100644 --- a/include/tree.h +++ b/include/tree.h @@ -9,6 +9,8 @@ */ #pragma once +#include + 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).