backend: remove Copy from BackendConnectorState
This commit is contained in:
parent
6db1f84cb2
commit
11b3f08514
14 changed files with 45 additions and 32 deletions
|
|
@ -189,7 +189,7 @@ impl MetalDrmDeviceData {
|
|||
ConnectorConfig {
|
||||
obj: connector.clone(),
|
||||
new: dd.drm_state.clone(),
|
||||
state: *dd.persistent.state.borrow(),
|
||||
state: dd.persistent.state.borrow().clone(),
|
||||
requested: false,
|
||||
changed: Default::default(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue