mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
rename input-manager functions
This commit is contained in:
parent
e677c5b204
commit
0828c77251
11 changed files with 31 additions and 32 deletions
|
|
@ -388,7 +388,7 @@ static void ipc_get_workspaces_callback(struct sway_container *workspace,
|
|||
// override the default focused indicator because
|
||||
// it's set differently for the get_workspaces reply
|
||||
struct sway_seat *seat =
|
||||
sway_input_manager_get_default_seat(input_manager);
|
||||
input_manager_get_default_seat(input_manager);
|
||||
struct sway_container *focused_ws = seat_get_focus(seat);
|
||||
if (focused_ws != NULL && focused_ws->type != C_WORKSPACE) {
|
||||
focused_ws = container_parent(focused_ws, C_WORKSPACE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue