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
e73716d4
Commit
e73716d4
authored
Sep 20, 2022
by
Vlad Zahorodnii
Browse files
wayland: Bump plasmashell protocol version
See
libraries/plasma-wayland-protocols!48
(cherry picked from commit
169c784c
)
parent
b6bfeedb
Pipeline
#235355
passed with stage
in 12 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
e73716d4
...
...
@@ -215,7 +215,7 @@ set_package_properties(WaylandProtocols PROPERTIES
URL
"https://gitlab.freedesktop.org/wayland/wayland-protocols/"
)
find_package
(
PlasmaWaylandProtocols 1.
8
CONFIG
)
find_package
(
PlasmaWaylandProtocols 1.
9.0
CONFIG
)
set_package_properties
(
PlasmaWaylandProtocols PROPERTIES
TYPE REQUIRED
PURPOSE
"Collection of Plasma-specific Wayland protocols"
...
...
src/wayland/plasmashell_interface.cpp
View file @
e73716d4
...
...
@@ -13,7 +13,7 @@
namespace
KWaylandServer
{
static
const
quint32
s_version
=
7
;
static
const
quint32
s_version
=
8
;
static
QList
<
PlasmaShellSurfaceInterface
*>
s_shellSurfaces
;
class
PlasmaShellInterfacePrivate
:
public
QtWaylandServer
::
org_kde_plasma_shell
...
...
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