aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-07-30 08:44:21 -0500
committerFurkan Sahin <furkan-dev@proton.me>2016-07-30 08:44:21 -0500
commit05c652575e979a8a6cedc440b12252862f882c23 (patch)
tree1867cf64da858a89a2fda1884bf25c2809770f6c /include
parente5e74bfb8875c9fd2924f13ec244ac940bb8a09e (diff)
parent3dd38840dec31b43df98922da3687fc82b7491e6 (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