config: add DrmDevice::make_render_device
This commit is contained in:
parent
c6c87bdaa1
commit
049b86f4e2
9 changed files with 91 additions and 32 deletions
|
|
@ -960,6 +960,11 @@ impl BackendDrmDevice for XDrmDevice {
|
|||
fn dev_t(&self) -> dev_t {
|
||||
self.dev
|
||||
}
|
||||
|
||||
fn make_render_device(self: Rc<Self>) {
|
||||
log::warn!("make_render_device is not supported by the X backend");
|
||||
// nothing
|
||||
}
|
||||
}
|
||||
|
||||
struct XOutput {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue