mirror of
https://github.com/swaywm/sway.git
synced 2026-04-07 08:21:29 -04: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
|
|
@ -415,12 +415,6 @@ void update_container_border(swayc_t *container) {
|
|||
}
|
||||
}
|
||||
|
||||
void map_update_view_border(swayc_t *view, void *data) {
|
||||
if (view->type == C_VIEW) {
|
||||
update_view_border(view);
|
||||
}
|
||||
}
|
||||
|
||||
void render_view_borders(wlc_handle view) {
|
||||
swayc_t *c = swayc_by_handle(view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue