diff options
author | Tony Crisci <[email protected]> | 2016-08-03 22:26:23 -0400 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2016-08-03 23:24:53 -0400 |
commit | 81eb9ea12c322b8b966779ec2e170820e06c5eb7 (patch) | |
tree | 40cf7b6ba839cf633b8629dd141fa75c7cec0ab8 /sway/border.c | |
parent | 735f3d076e7510ca20ada410037ed183f6f09fe5 (diff) |
Simplify focus setting
Merge the main rendering paths of all containers to make focus setting a bit
simpler and easier to follow.
Diffstat (limited to 'sway/border.c')
-rw-r--r-- | sway/border.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sway/border.c b/sway/border.c index 46343d61..304f8b87 100644 --- a/sway/border.c +++ b/sway/border.c @@ -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); |