Skip to content
GitLab
Menu
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
00fcc3a4
Commit
00fcc3a4
authored
Mar 10, 2021
by
Vlad Zahorodnii
Browse files
wayland: Adjust kwin to SeatInterface changes
parent
0ab41802
Changes
8
Hide whitespace changes
Inline
Side-by-side
autotests/integration/globalshortcuts_test.cpp
View file @
00fcc3a4
...
...
@@ -18,6 +18,7 @@
#include "workspace.h"
#include <KWayland/Client/surface.h>
#include <KWaylandServer/keyboard_interface.h>
#include <KWaylandServer/seat_interface.h>
#include <KGlobalAccel>
...
...
autotests/integration/lockscreen.cpp
View file @
00fcc3a4
...
...
@@ -27,6 +27,7 @@
#include <KWayland/Client/shm_pool.h>
#include <KWayland/Client/surface.h>
#include <KWayland/Client/touch.h>
#include <KWaylandServer/keyboard_interface.h>
#include <KWaylandServer/seat_interface.h>
//screenlocker
...
...
src/input.cpp
View file @
00fcc3a4
...
...
@@ -46,6 +46,7 @@
#include <KWaylandServer/buffer_interface.h>
#include <KWaylandServer/surface_interface.h>
#include <KWaylandServer/tablet_v2_interface.h>
#include <KWaylandServer/keyboard_interface.h>
#include <decorations/decoratedclient.h>
//screenlocker
...
...
src/inputmethod.cpp
View file @
00fcc3a4
...
...
@@ -19,6 +19,7 @@
#include "deleted.h"
#include <KWaylandServer/display.h>
#include <KWaylandServer/keyboard_interface.h>
#include <KWaylandServer/seat_interface.h>
#include <KWaylandServer/textinput_v3_interface.h>
#include <KWaylandServer/surface_interface.h>
...
...
src/keyboard_repeat.cpp
View file @
00fcc3a4
...
...
@@ -11,6 +11,7 @@
#include "input_event.h"
#include "wayland_server.h"
#include <KWaylandServer/keyboard_interface.h>
#include <KWaylandServer/seat_interface.h>
#include <QTimer>
...
...
src/pointer_input.cpp
View file @
00fcc3a4
...
...
@@ -25,6 +25,7 @@
#include <KWaylandServer/buffer_interface.h>
#include <KWaylandServer/datadevice_interface.h>
#include <KWaylandServer/display.h>
#include <KWaylandServer/pointer_interface.h>
#include <KWaylandServer/pointerconstraints_v1_interface.h>
#include <KWaylandServer/seat_interface.h>
#include <KWaylandServer/surface_interface.h>
...
...
src/wayland_server.cpp
View file @
00fcc3a4
...
...
@@ -402,7 +402,6 @@ bool WaylandServer::init(InitializationFlags flags)
new
ViewporterInterface
(
m_display
,
m_display
);
m_display
->
createShm
();
m_seat
=
new
SeatInterface
(
m_display
,
m_display
);
m_seat
->
create
();
new
PointerGesturesV1Interface
(
m_display
,
m_display
);
new
PointerConstraintsV1Interface
(
m_display
,
m_display
);
m_dataDeviceManager
=
new
DataDeviceManagerInterface
(
m_display
,
m_display
);
...
...
src/xkb.cpp
View file @
00fcc3a4
...
...
@@ -12,6 +12,7 @@
// frameworks
#include <KConfigGroup>
// KWayland
#include <KWaylandServer/keyboard_interface.h>
#include <KWaylandServer/seat_interface.h>
// Qt
#include <QTemporaryFile>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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