allocator: Expose dumb buffer handle

This commit is contained in:
Victor Brekenfeld 2021-04-28 22:10:03 +02:00
parent 46462b20b6
commit ca6ed6b684
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ use crate::backend::drm::device::{DrmDevice, DrmDeviceInternal, FdWrapper};
pub struct DumbBuffer<A: AsRawFd + 'static> {
fd: Arc<FdWrapper<A>>,
handle: Handle,
pub handle: Handle,
format: Format,
}