kms: Change awkward new trait to InnerDevice
This commit is contained in:
parent
87742c1e0c
commit
6492629f90
8 changed files with 274 additions and 251 deletions
|
|
@ -31,7 +31,7 @@ fn kms_surfaces(state: &mut State) -> impl Iterator<Item = &mut Surface> {
|
|||
kms_state
|
||||
.drm_devices
|
||||
.values_mut()
|
||||
.flat_map(|device| device.surfaces.values_mut()),
|
||||
.flat_map(|device| device.inner.surfaces.values_mut()),
|
||||
)
|
||||
} else {
|
||||
None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue