input: Make sure input backends are initialised when the workspace is set up

The outputs already present upon workspace setup wouldn't signal. This
was easily triggered running a standalone kwin session on a tty, it
would manifest with the touchscreen not working complaining that it
didn't have an output assigned yet.

BUG: 466721
This commit is contained in:
Aleix Pol 2023-03-07 03:12:48 +01:00 committed by Aleix Pol i Gonzalez
parent 9a4ca5ec2b
commit 4bc8cd6c54

View file

@ -2636,6 +2636,7 @@ void InputRedirection::setupWorkspace()
setupTouchpadShortcuts();
setupInputFilters();
updateScreens();
}
}