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
88f1883e
Commit
88f1883e
authored
Nov 12, 2020
by
David Edmundson
Browse files
Update to wayland-server changes for plasmashell
parent
76592619
Changes
1
Hide whitespace changes
Inline
Side-by-side
wayland_server.cpp
View file @
88f1883e
...
...
@@ -408,7 +408,6 @@ bool WaylandServer::init(const QByteArray &socketName, InitializationFlags flags
connect
(
this
,
&
WaylandServer
::
shellClientAdded
,
idleInhibition
,
&
IdleInhibition
::
registerClient
);
m_display
->
createIdleInhibitManagerV1
(
m_display
);
m_plasmaShell
=
m_display
->
createPlasmaShell
(
m_display
);
m_plasmaShell
->
create
();
connect
(
m_plasmaShell
,
&
PlasmaShellInterface
::
surfaceCreated
,
[
this
]
(
PlasmaShellSurfaceInterface
*
surface
)
{
if
(
XdgSurfaceClient
*
client
=
findXdgSurfaceClient
(
surface
->
surface
()))
{
...
...
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