swapchain: export Error type

This commit is contained in:
Victor Brekenfeld 2021-04-25 23:30:37 +02:00
parent 1bba21bf4f
commit c05a7aafdf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pub mod dumb;
pub mod dmabuf; pub mod dmabuf;
mod swapchain; mod swapchain;
pub use swapchain::{Slot, Swapchain}; pub use swapchain::{Slot, Swapchain, SwapchainError};
pub use drm_fourcc::{DrmFormat as Format, DrmFourcc as Fourcc, DrmModifier as Modifier, DrmVendor as Vendor, UnrecognizedFourcc, UnrecognizedVendor}; pub use drm_fourcc::{DrmFormat as Format, DrmFourcc as Fourcc, DrmModifier as Modifier, DrmVendor as Vendor, UnrecognizedFourcc, UnrecognizedVendor};