drm: Fixup missing reexport

This commit is contained in:
Victor Brekenfeld 2021-04-26 21:43:50 +02:00
parent 50b0083269
commit cb8d637d38
1 changed files with 1 additions and 1 deletions

View File

@ -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;