Skip to content

Commit 7f2d62b

Browse files
committed
fix drm_exporter panic
1 parent 7deb2a3 commit 7f2d62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wayvr/src/overlays/screen/capture.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ impl DmaExporter for DummyDrmExporter {
646646
_: u32,
647647
_: DrmFourcc,
648648
) -> Option<(wlx_frame::FramePlane, DrmModifier)> {
649-
unreachable!()
649+
None
650650
}
651651
}
652652

0 commit comments

Comments
 (0)