wayland/dmabuf: Send initial surface feedback
This commit is contained in:
parent
dc5a9fac66
commit
7b8fca9ece
2 changed files with 65 additions and 4 deletions
|
|
@ -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>,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue