allocator: Expose dumb buffer handle
This commit is contained in:
parent
46462b20b6
commit
ca6ed6b684
|
@ -9,7 +9,7 @@ use crate::backend::drm::device::{DrmDevice, DrmDeviceInternal, FdWrapper};
|
||||||
|
|
||||||
pub struct DumbBuffer<A: AsRawFd + 'static> {
|
pub struct DumbBuffer<A: AsRawFd + 'static> {
|
||||||
fd: Arc<FdWrapper<A>>,
|
fd: Arc<FdWrapper<A>>,
|
||||||
handle: Handle,
|
pub handle: Handle,
|
||||||
format: Format,
|
format: Format,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue