From 2123e9b5419dc17ae9288b7ec78a652b42ad7247 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Tue, 3 Nov 2020 18:27:22 +0200 Subject: [PATCH] Adjust input stack to relative-pointer-v1 changes in kws --- input.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input.cpp b/input.cpp index 2fae16bd4d..334b9627a3 100644 --- a/input.cpp +++ b/input.cpp @@ -41,7 +41,7 @@ #include #include #include -#include +#include #include #include #include @@ -2177,7 +2177,7 @@ void InputRedirection::setupLibInput() if (waylandServer()) { // create relative pointer manager - waylandServer()->display()->createRelativePointerManager(KWaylandServer::RelativePointerInterfaceVersion::UnstableV1, waylandServer()->display())->create(); + waylandServer()->display()->createRelativePointerManagerV1(waylandServer()->display()); } conn->setInputConfig(InputConfig::self()->inputConfig());