1
0
Fork 0
forked from wry/wry

gfx: identify wl_buffer by address during ctx change

This commit is contained in:
Julian Orth 2026-02-10 20:24:56 +01:00
parent 882aa7bd24
commit 86a765718d
4 changed files with 10 additions and 11 deletions

View file

@ -361,6 +361,7 @@ fn start_compositor2(
workspace_display_order: Cell::new(WorkspaceDisplayOrder::Manual),
outputs_without_hc: Default::default(),
udmabuf: Default::default(),
gfx_ctx_changed: Default::default(),
});
state.tracker.register(ClientId::from_raw(0));
create_dummy_output(&state);