1
0
Fork 0
forked from wry/wry

icons: add icon infrastructure

This commit is contained in:
Julian Orth 2025-04-24 11:40:47 +02:00
parent 4970749924
commit 9192446602
10 changed files with 343 additions and 3 deletions

View file

@ -288,6 +288,7 @@ fn start_compositor2(
color_management_enabled: Cell::new(false),
color_manager,
float_above_fullscreen: Cell::new(false),
icons: Default::default(),
});
state.tracker.register(ClientId::from_raw(0));
create_dummy_output(&state);