From 7f2d62b506e851d9ffa0e23858dde8f05d2a6f50 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sat, 10 Jan 2026 22:26:52 +0900 Subject: [PATCH] fix drm_exporter panic --- wayvr/src/overlays/screen/capture.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wayvr/src/overlays/screen/capture.rs b/wayvr/src/overlays/screen/capture.rs index d3d0af5..191986e 100644 --- a/wayvr/src/overlays/screen/capture.rs +++ b/wayvr/src/overlays/screen/capture.rs @@ -646,7 +646,7 @@ impl DmaExporter for DummyDrmExporter { _: u32, _: DrmFourcc, ) -> Option<(wlx_frame::FramePlane, DrmModifier)> { - unreachable!() + None } }