fixed some more bugs, moved layout_log into log.ch, restored focus_parent

This commit is contained in:
taiyu 2015-08-19 01:06:15 -07:00
parent e16a4015ff
commit c5a6982893
7 changed files with 70 additions and 63 deletions

View file

@ -15,6 +15,5 @@ void workspace_output_next();
void workspace_next();
void workspace_output_prev();
void workspace_prev();
void layout_log(const swayc_t *c, int depth);
#endif