wayland drm fixup

This commit is contained in:
Victoria Brekenfeld 2022-03-22 12:37:46 +01:00
parent 8e1c1af6a9
commit 2fb0fa8aef
3 changed files with 62 additions and 61 deletions

View file

@ -1,2 +1,3 @@
// SPDX-License-Identifier: GPL-3.0-only
pub mod drm;
mod drm;
pub use drm::*;