mirror of https://github.com/wayvr-org/wayvr.git
fix drm_exporter panic
This commit is contained in:
parent
7deb2a30db
commit
7f2d62b506
|
|
@ -646,7 +646,7 @@ impl DmaExporter for DummyDrmExporter {
|
|||
_: u32,
|
||||
_: DrmFourcc,
|
||||
) -> Option<(wlx_frame::FramePlane, DrmModifier)> {
|
||||
unreachable!()
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue