[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:
Martin Gräßlin 2015-03-26 16:17:51 +01:00
parent 60783b8228
commit 93b3626a37

View file

@ -97,6 +97,7 @@ void Connection::setup()
active ? m_input->resume() : m_input->suspend();
}
);
handleEvent();
}
void Connection::handleEvent()