rename input-manager functions

This commit is contained in:
Tony Crisci 2018-04-02 08:49:38 -04:00
parent e677c5b204
commit 0828c77251
11 changed files with 31 additions and 32 deletions

View file

@ -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);