wayland: implement zwp_linux_dmabuf v4
This commit is contained in:
parent
672ee88d76
commit
9ceec8f4a0
7 changed files with 268 additions and 16 deletions
|
|
@ -127,6 +127,8 @@ fn start_compositor2(
|
|||
default_keymap: xkb_keymap,
|
||||
eng: engine.clone(),
|
||||
render_ctx: Default::default(),
|
||||
drm_feedback: Default::default(),
|
||||
drm_feedback_consumers: Default::default(),
|
||||
render_ctx_version: NumCell::new(1),
|
||||
render_ctx_ever_initialized: Cell::new(false),
|
||||
cursors: Default::default(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue