diff options
author | Tony Crisci <tony@dubstepdish.com> | 2016-08-03 22:26:23 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2016-08-03 23:24:53 -0400 |
commit | 81eb9ea12c322b8b966779ec2e170820e06c5eb7 (patch) | |
tree | 40cf7b6ba839cf633b8629dd141fa75c7cec0ab8 /include | |
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 'include')
-rw-r--r-- | include/border.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/border.h b/include/border.h index b72dc5dc..c30c9da3 100644 --- a/include/border.h +++ b/include/border.h @@ -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); |