From 50b1bb4a2bb6221f3725ad4c6a18f091d7875aff Mon Sep 17 00:00:00 2001 From: Adrien Faveraux Date: Mon, 30 Nov 2020 22:00:15 +0100 Subject: [PATCH] adapt Fake input to kwayland change --- input.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/input.cpp b/input.cpp index 4e68df02e2..a9eb3fccd3 100644 --- a/input.cpp +++ b/input.cpp @@ -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,