aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/inhibit_idle.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/inhibit_idle.c')
-rw-r--r--sway/commands/inhibit_idle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/inhibit_idle.c b/sway/commands/inhibit_idle.c
index aebc2bf9..6125736a 100644
--- a/sway/commands/inhibit_idle.c
+++ b/sway/commands/inhibit_idle.c
@@ -41,7 +41,7 @@ struct cmd_results *cmd_inhibit_idle(int argc, char **argv) {
sway_idle_inhibit_v1_user_inhibitor_destroy(inhibitor);
} else {
inhibitor->mode = mode;
- sway_idle_inhibit_v1_check_active(server.idle_inhibit_manager_v1);
+ sway_idle_inhibit_v1_check_active();
}
} else if (!clear) {
sway_idle_inhibit_v1_user_inhibitor_register(con->view, mode);