summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2016-08-03 22:26:23 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2016-08-03 23:24:53 -0400
commit81eb9ea12c322b8b966779ec2e170820e06c5eb7 (patch)
tree40cf7b6ba839cf633b8629dd141fa75c7cec0ab8 /include
parentMerge pull request #827 from acrisci/bug/ipc-id-uint (diff)
downloadsway-81eb9ea12c322b8b966779ec2e170820e06c5eb7.tar.gz
sway-81eb9ea12c322b8b966779ec2e170820e06c5eb7.tar.zst
sway-81eb9ea12c322b8b966779ec2e170820e06c5eb7.zip
Simplify focus setting
Merge the main rendering paths of all containers to make focus setting a bit simpler and easier to follow.
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