aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-07-31 20:32:40 -0400
committerFurkan Sahin <furkan-dev@proton.me>2016-07-31 20:32:40 -0400
commit420b3cf62e0cdd912a88b8ef9a044e36ef1a2db2 (patch)
treeaff103964eb013f246674346fcb6685d593e98bd /include
parent91225e14683877d03389bcc3fc114498f2469e71 (diff)
Refactor functions to update container borders
Replace `update_view_border()` with `update_container_border()`. The latter should handle both the case where the container is a view or if the container has children.
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 b61b0f8a..b72dc5dc 100644
--- a/include/border.h
+++ b/include/border.h
@@ -22,7 +22,6 @@ void border_clear(struct border *border);
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);