Simplify focus setting

Merge the main rendering paths of all containers to make focus setting a bit
simpler and easier to follow.
This commit is contained in:
Tony Crisci 2016-08-03 22:26:23 -04:00
parent 735f3d076e
commit 81eb9ea12c
3 changed files with 7 additions and 23 deletions

View file

@ -22,7 +22,6 @@ void border_clear(struct border *border);
void update_container_border(swayc_t *container);
void render_view_borders(wlc_handle view);
void map_update_view_border(swayc_t *view, void *data);
int get_font_text_height(const char *font);
bool should_hide_top_border(swayc_t *con, double y);