summaryrefslogtreecommitdiffstats
path: root/include/border.h
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-08-04 07:48:00 -0400
committerLibravatar GitHub <noreply@github.com>2016-08-04 07:48:00 -0400
commit5ec70458e5a840c5c85de46debdf7934d03d5904 (patch)
tree40cf7b6ba839cf633b8629dd141fa75c7cec0ab8 /include/border.h
parentMerge pull request #827 from acrisci/bug/ipc-id-uint (diff)
parentSimplify focus setting (diff)
downloadsway-5ec70458e5a840c5c85de46debdf7934d03d5904.tar.gz
sway-5ec70458e5a840c5c85de46debdf7934d03d5904.tar.zst
sway-5ec70458e5a840c5c85de46debdf7934d03d5904.zip
Merge pull request #830 from acrisci/feature/simplify-set-focus
Simplify focus setting
Diffstat (limited to 'include/border.h')
-rw-r--r--include/border.h1
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);
22void update_container_border(swayc_t *container); 22void update_container_border(swayc_t *container);
23 23
24void render_view_borders(wlc_handle view); 24void render_view_borders(wlc_handle view);
25void map_update_view_border(swayc_t *view, void *data);
26int get_font_text_height(const char *font); 25int get_font_text_height(const char *font);
27bool should_hide_top_border(swayc_t *con, double y); 26bool should_hide_top_border(swayc_t *con, double y);
28 27