toplevel_info: send creation event

This commit is contained in:
Victoria Brekenfeld 2022-07-19 19:30:06 +02:00
parent f23e556199
commit 28493b95c5

View file

@ -318,6 +318,7 @@ fn send_toplevel_to_client<D>(
ToplevelHandleStateInner::from_window(window),
)
{
info.toplevel(&toplevel_handle);
state.instances.push(toplevel_handle);
state.instances.last().unwrap()
} else {