drm: add unique identifiers to dmabufs
This commit is contained in:
parent
3635ae0104
commit
fed2ceb8b5
17 changed files with 72 additions and 25 deletions
|
|
@ -201,6 +201,7 @@ fn start_compositor2(
|
|||
default_gfx_api: Cell::new(GfxApi::OpenGl),
|
||||
activation_tokens: Default::default(),
|
||||
toplevel_lists: Default::default(),
|
||||
dma_buf_ids: Default::default(),
|
||||
});
|
||||
state.tracker.register(ClientId::from_raw(0));
|
||||
create_dummy_output(&state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue