Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
KWin
Commits
88f1883e
Commit
88f1883e
authored
Nov 12, 2020
by
David Edmundson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to wayland-server changes for plasmashell
parent
76592619
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
wayland_server.cpp
wayland_server.cpp
+0
-1
No files found.
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
Markdown
is supported
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