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

@ -415,12 +415,6 @@ void update_container_border(swayc_t *container) {
}
}
void map_update_view_border(swayc_t *view, void *data) {
if (view->type == C_VIEW) {
update_view_border(view);
}
}
void render_view_borders(wlc_handle view) {
swayc_t *c = swayc_by_handle(view);