aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 90544220..91b44fbf 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -340,7 +340,7 @@ struct cmd_results *execute_command(char *_exec, struct sway_seat *seat) {
340 // without criteria, the command acts upon the focused 340 // without criteria, the command acts upon the focused
341 // container 341 // container
342 config->handler_context.current_container = 342 config->handler_context.current_container =
343 sway_seat_get_focus_inactive(seat, &root_container); 343 seat_get_focus_inactive(seat, &root_container);
344 if (!sway_assert(config->handler_context.current_container, 344 if (!sway_assert(config->handler_context.current_container,
345 "could not get focus-inactive for root container")) { 345 "could not get focus-inactive for root container")) {
346 return NULL; 346 return NULL;