summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-30 08:44:21 -0500
committerLibravatar Zandr Martin <zandrmartin@gmail.com>2016-07-30 08:44:21 -0500
commite6af5f8bdbd98d1ece927b67d9ef881f3511e087 (patch)
tree1867cf64da858a89a2fda1884bf25c2809770f6c /include
parentremove outdated (when wlc commit merged) comment (diff)
parentMerge pull request #804 from thejan2009/misc-border-fix (diff)
downloadsway-e6af5f8bdbd98d1ece927b67d9ef881f3511e087.tar.gz
sway-e6af5f8bdbd98d1ece927b67d9ef881f3511e087.tar.zst
sway-e6af5f8bdbd98d1ece927b67d9ef881f3511e087.zip
Merge branch 'master' of git://github.com/SirCmpwn/sway into x11-pids
Diffstat (limited to 'include')
-rw-r--r--include/border.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/border.h b/include/border.h
index eb7fc656..b629ba46 100644
--- a/include/border.h
+++ b/include/border.h
@@ -20,5 +20,6 @@ void render_view_borders(wlc_handle view);
20void update_view_border(swayc_t *view); 20void update_view_border(swayc_t *view);
21void map_update_view_border(swayc_t *view, void *data); 21void map_update_view_border(swayc_t *view, void *data);
22int get_font_text_height(const char *font); 22int get_font_text_height(const char *font);
23bool should_hide_top_border(swayc_t *con, double y);
23 24
24#endif 25#endif