aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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