aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--river/Root.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/river/Root.zig b/river/Root.zig
index ef2bb65..5c3238d 100644
--- a/river/Root.zig
+++ b/river/Root.zig
@@ -379,7 +379,7 @@ pub fn activateOutput(root: *Self, output: *Output) void {
output.pending.tags = root.fallback.tags;
{
- var it = root.fallback.pending.focus_stack.safeIterator(.reverse);
+ var it = root.fallback.pending.wm_stack.safeIterator(.reverse);
while (it.next()) |view| view.setPendingOutput(output);
}
{