adapt Fake input to kwayland change
This commit is contained in:
parent
22ad35e876
commit
50b1bb4a2b
1 changed files with 0 additions and 1 deletions
|
@ -1987,7 +1987,6 @@ void InputRedirection::setupWorkspace()
|
|||
if (waylandServer()) {
|
||||
using namespace KWaylandServer;
|
||||
FakeInputInterface *fakeInput = waylandServer()->display()->createFakeInput(this);
|
||||
fakeInput->create();
|
||||
connect(fakeInput, &FakeInputInterface::deviceCreated, this,
|
||||
[this] (FakeInputDevice *device) {
|
||||
connect(device, &FakeInputDevice::authenticationRequested, this,
|
||||
|
|
Loading…
Reference in a new issue