mirror of
https://github.com/swaywm/sway.git
synced 2025-11-03 09:01:43 -05:00
Simplify focus setting
Merge the main rendering paths of all containers to make focus setting a bit simpler and easier to follow.
This commit is contained in:
parent
735f3d076e
commit
81eb9ea12c
3 changed files with 7 additions and 23 deletions
|
|
@ -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 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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue