move con_focus to con.c
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#define _CON_H
|
||||
|
||||
Con *con_new(Con *parent);
|
||||
void con_focus(Con *con);
|
||||
bool con_is_leaf(Con *con);
|
||||
bool con_accepts_window(Con *con);
|
||||
Con *con_get_output(Con *con);
|
||||
|
@ -15,7 +15,6 @@ extern struct all_cons_head all_cons;
|
||||
void tree_init();
|
||||
Con *tree_open_con(Con *con);
|
||||
void tree_split(Con *con, orientation_t orientation);
|
||||
void con_focus(Con *con);
|
||||
void level_up();
|
||||
void level_down();
|
||||
void tree_render();
|
||||
|
Reference in New Issue
Block a user