summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-07-30 09:43:03 -0400
committerLibravatar GitHub <noreply@github.com>2016-07-30 09:43:03 -0400
commite3104a48e387a91b12952089595f447f286f3fea (patch)
tree2bb69da49ca0499b938192899b7d1e4c2f16d7c5 /include
parentFix swaybg sizing on hidpi outputs (diff)
parentrevert border hiding to more recent version (diff)
downloadsway-e3104a48e387a91b12952089595f447f286f3fea.tar.gz
sway-e3104a48e387a91b12952089595f447f286f3fea.tar.zst
sway-e3104a48e387a91b12952089595f447f286f3fea.zip
Merge pull request #804 from thejan2009/misc-border-fix
Misc border fix
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