kms: Change awkward new trait to InnerDevice

This commit is contained in:
Victoria Brekenfeld 2025-07-23 17:25:16 +02:00 committed by Victoria Brekenfeld
parent 87742c1e0c
commit 6492629f90
8 changed files with 274 additions and 251 deletions

View file

@ -296,6 +296,7 @@ impl Surface {
.drm_devices
.get_mut(&dev_node)
.unwrap()
.inner
.surfaces
.get_mut(&crtc)
.unwrap();