aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZandr Martin <zandrmartin@gmail.com>2016-07-30 08:44:21 -0500
committerZandr Martin <zandrmartin@gmail.com>2016-07-30 08:44:21 -0500
commite6af5f8bdbd98d1ece927b67d9ef881f3511e087 (patch)
tree1867cf64da858a89a2fda1884bf25c2809770f6c /include
parentc0683a0444e852fb812686f7028450edc77eb170 (diff)
parente3104a48e387a91b12952089595f447f286f3fea (diff)
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);
void update_view_border(swayc_t *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);
#endif