Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
2123e9b5
Commit
2123e9b5
authored
Nov 03, 2020
by
Vlad Zahorodnii
Browse files
Adjust input stack to relative-pointer-v1 changes in kws
parent
69eb8789
Changes
1
Hide whitespace changes
Inline
Side-by-side
input.cpp
View file @
2123e9b5
...
...
@@ -41,7 +41,7 @@
#include
<KGlobalAccel>
#include
<KWaylandServer/display.h>
#include
<KWaylandServer/fakeinput_interface.h>
#include
<KWaylandServer/relativepointer_interface.h>
#include
<KWaylandServer/relativepointer_
v1_
interface.h>
#include
<KWaylandServer/seat_interface.h>
#include
<KWaylandServer/buffer_interface.h>
#include
<KWaylandServer/surface_interface.h>
...
...
@@ -2177,7 +2177,7 @@ void InputRedirection::setupLibInput()
if
(
waylandServer
())
{
// create relative pointer manager
waylandServer
()
->
display
()
->
createRelativePointerManager
(
KWaylandServer
::
RelativePointerInterfaceVersion
::
UnstableV1
,
waylandServer
()
->
display
())
->
create
()
;
waylandServer
()
->
display
()
->
createRelativePointerManager
V1
(
waylandServer
()
->
display
());
}
conn
->
setInputConfig
(
InputConfig
::
self
()
->
inputConfig
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment