drm: Fixup missing reexport
This commit is contained in:
parent
50b0083269
commit
cb8d637d38
|
@ -4,7 +4,7 @@ pub(self) mod error;
|
||||||
pub(self) mod session;
|
pub(self) mod session;
|
||||||
mod render;
|
mod render;
|
||||||
|
|
||||||
pub use device::{DrmDevice, DrmSource, DeviceHandler, device_bind, Planes};
|
pub use device::{DrmDevice, DrmSource, DeviceHandler, device_bind, Planes, DevPath};
|
||||||
pub use surface::DrmSurface;
|
pub use surface::DrmSurface;
|
||||||
pub use error::Error as DrmError;
|
pub use error::Error as DrmError;
|
||||||
pub use session::DrmDeviceObserver;
|
pub use session::DrmDeviceObserver;
|
||||||
|
|
Loading…
Reference in New Issue