aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--river/View.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/river/View.zig b/river/View.zig
index 567a910..acc6f25 100644
--- a/river/View.zig
+++ b/river/View.zig
@@ -341,7 +341,7 @@ pub fn setFullscreen(self: Self, fullscreen: bool) void {
pub fn setResizing(self: Self, resizing: bool) void {
switch (self.impl) {
.xdg_toplevel => |xdg_toplevel| xdg_toplevel.setResizing(resizing),
- .xwayland_view => unreachable,
+ .xwayland_view => {},
}
}