metal: allow changing the connector mode
This commit is contained in:
parent
558bea47b7
commit
98b6eba81c
9 changed files with 124 additions and 4 deletions
|
|
@ -83,6 +83,7 @@ pub trait Connector {
|
|||
fn drm_feedback(&self) -> Option<Rc<DrmFeedback>> {
|
||||
None
|
||||
}
|
||||
fn set_mode(&self, mode: Mode);
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue