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
50b1bb4a
Commit
50b1bb4a
authored
Nov 30, 2020
by
adrien faveraux
Committed by
Vlad Zahorodnii
Dec 07, 2020
Browse files
adapt Fake input to kwayland change
parent
22ad35e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
input.cpp
View file @
50b1bb4a
...
...
@@ -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
,
...
...
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