diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2023-03-14 11:41:02 +0100 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2023-03-14 11:41:02 +0100 |
| commit | 95825b0153ecbaaa58f771c1f2c2c0b8c1897e12 (patch) | |
| tree | d0eceaafbb62570af88c346e4578a093750bc220 | |
| parent | dd542b5284bd17c878be5603beb3518586584463 (diff) | |
| download | river-95825b0153ecbaaa58f771c1f2c2c0b8c1897e12.tar.gz river-95825b0153ecbaaa58f771c1f2c2c0b8c1897e12.tar.xz | |
Root: remove incorrect assertions in addOutput()
| -rw-r--r-- | river/Root.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/river/Root.zig b/river/Root.zig index fb5379c..d887273 100644 --- a/river/Root.zig +++ b/river/Root.zig @@ -326,8 +326,6 @@ pub fn addOutput(root: *Self, output: *Output) void { while (it.next()) |view| view.setPendingOutput(output); assert(root.hidden.pending.focus_stack.empty()); assert(root.hidden.pending.wm_stack.empty()); - assert(root.hidden.inflight.focus_stack.empty()); - assert(root.hidden.inflight.wm_stack.empty()); } { // Focus the new output with all seats |
