1
0
Fork 0
forked from wry/wry

state: add node_at helper

This commit is contained in:
Julian Orth 2025-07-01 08:23:16 +02:00
parent c5b7c44000
commit bae92d90d0
4 changed files with 34 additions and 41 deletions

View file

@ -334,6 +334,7 @@ fn start_compositor2(
tl_matcher_manager: TlMatcherManager::new(&crit_ids),
caps_thread,
toplevel_managers: Default::default(),
node_at_tree: Default::default(),
});
state.tracker.register(ClientId::from_raw(0));
create_dummy_output(&state);