[libinput] Try to dispatch events directly after setup
Without we might end in a race as kwin_wayland might start the Xwayland server before we have a populated seat interface.
This commit is contained in:
parent
60783b8228
commit
93b3626a37
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ void Connection::setup()
|
|||
active ? m_input->resume() : m_input->suspend();
|
||||
}
|
||||
);
|
||||
handleEvent();
|
||||
}
|
||||
|
||||
void Connection::handleEvent()
|
||||
|
|
Loading…
Reference in a new issue