aboutsummaryrefslogtreecommitdiff
path: root/include/border.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/border.h')
-rw-r--r--include/border.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/border.h b/include/border.h
index b629ba46..b72dc5dc 100644
--- a/include/border.h
+++ b/include/border.h
@@ -16,8 +16,12 @@ struct border {
*/
void border_clear(struct border *border);
+/**
+ * Recursively update all of the borders within a container.
+ */
+void update_container_border(swayc_t *container);
+
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);