wayland/dmabuf: Send initial surface feedback

This commit is contained in:
Victoria Brekenfeld 2025-12-23 16:38:26 +01:00 committed by Victoria Brekenfeld
parent dc5a9fac66
commit 7b8fca9ece
2 changed files with 65 additions and 4 deletions

View file

@ -118,7 +118,7 @@ pub struct Surface {
known_nodes: HashSet<DrmNode>,
active: Arc<AtomicBool>,
pub(super) feedback: HashMap<DrmNode, SurfaceDmabufFeedback>,
pub feedback: HashMap<DrmNode, SurfaceDmabufFeedback>,
pub(super) primary_plane_formats: FormatSet,
overlay_plane_formats: Option<FormatSet>,