fix drm_exporter panic

This commit is contained in:
galister
2026-01-10 22:26:52 +09:00
parent 7deb2a30db
commit 7f2d62b506

View File

@@ -646,7 +646,7 @@ impl DmaExporter for DummyDrmExporter {
_: u32, _: u32,
_: DrmFourcc, _: DrmFourcc,
) -> Option<(wlx_frame::FramePlane, DrmModifier)> { ) -> Option<(wlx_frame::FramePlane, DrmModifier)> {
unreachable!() None
} }
} }