diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-08-04 07:48:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-04 07:48:00 -0400 |
commit | 5ec70458e5a840c5c85de46debdf7934d03d5904 (patch) | |
tree | 40cf7b6ba839cf633b8629dd141fa75c7cec0ab8 /include | |
parent | 735f3d076e7510ca20ada410037ed183f6f09fe5 (diff) | |
parent | 81eb9ea12c322b8b966779ec2e170820e06c5eb7 (diff) |
Merge pull request #830 from acrisci/feature/simplify-set-focus
Simplify focus setting
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); |