mirror of
https://github.com/swaywm/sway.git
synced 2025-11-17 06:59:48 -05:00
rename seat functions
This commit is contained in:
parent
122b96abed
commit
e677c5b204
17 changed files with 85 additions and 85 deletions
|
|
@ -228,7 +228,7 @@ static void render_output(struct sway_output *output, struct timespec *when,
|
|||
|
||||
struct sway_seat *seat = input_manager_current_seat(input_manager);
|
||||
struct sway_container *focus =
|
||||
sway_seat_get_focus_inactive(seat, output->swayc);
|
||||
seat_get_focus_inactive(seat, output->swayc);
|
||||
struct sway_container *workspace = (focus->type == C_WORKSPACE ?
|
||||
focus :
|
||||
container_parent(focus, C_WORKSPACE));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue