Fix for window activation
This commit is contained in:
parent
61726ad3cc
commit
65f7052d8b
2 changed files with 3 additions and 1 deletions
|
|
@ -402,6 +402,7 @@ fn start() -> mpsc::Receiver<Event> {
|
|||
};
|
||||
|
||||
app_data.send_event(Event::Connection(conn));
|
||||
app_data.send_event(Event::Seats(app_data.seat_state.seats().collect()));
|
||||
app_data.send_event(Event::ToplevelManager(
|
||||
app_data.toplevel_manager_state.manager.clone(),
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue