config: add DrmDevice::make_render_device
This commit is contained in:
parent
c6c87bdaa1
commit
049b86f4e2
9 changed files with 91 additions and 32 deletions
|
|
@ -221,4 +221,5 @@ pub trait BackendDrmDevice {
|
|||
fn event(&self) -> Option<DrmEvent>;
|
||||
fn on_change(&self, cb: Rc<dyn Fn()>);
|
||||
fn dev_t(&self) -> c::dev_t;
|
||||
fn make_render_device(self: Rc<Self>);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue