kwayland-server: 5.24.4-ok4.2
This commit is contained in:
parent
508171ec18
commit
0677c68859
|
@ -1,3 +1,9 @@
|
|||
kwayland-server (5.24.4-ok4.2) nile; urgency=medium
|
||||
|
||||
* Fix PlasmaShellInterface version.
|
||||
|
||||
-- zouxiaoyi <zouxiaoyi@kylinos.cn> Mon, 11 Dec 2023 13:41:00 +0800
|
||||
|
||||
kwayland-server (5.24.4-ok4.1) nile; urgency=medium
|
||||
|
||||
* Add new watermark type.
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
From: zouxiaoyi <zouxiaoyi@kylinos.cn>
|
||||
Date: Mon, 11 Dec 2023 13:41:35 +0800
|
||||
Subject: kwayland-server: 5.24.4-ok4.2
|
||||
|
||||
---
|
||||
src/server/plasmashell_interface.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/server/plasmashell_interface.cpp b/src/server/plasmashell_interface.cpp
|
||||
index b5aa3c4..5b3287d 100644
|
||||
--- a/src/server/plasmashell_interface.cpp
|
||||
+++ b/src/server/plasmashell_interface.cpp
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
namespace KWaylandServer
|
||||
{
|
||||
-static const quint32 s_version = 6;
|
||||
+static const quint32 s_version = 7;
|
||||
static QList<PlasmaShellSurfaceInterface *> s_shellSurfaces;
|
||||
|
||||
class PlasmaShellInterfacePrivate : public QtWaylandServer::org_kde_plasma_shell
|
|
@ -1,3 +1,4 @@
|
|||
0001-update-changelog.patch
|
||||
0002-update-changelog.patch
|
||||
0003-kwayland-server-5.24.4-ok4.1.patch
|
||||
0004-kwayland-server-5.24.4-ok4.2.patch
|
||||
|
|
Loading…
Reference in New Issue