Skip to content

Commit 56dc535

Browse files
committed
protocols-plasma: Update to plasma-wayland-protocols 1.16.0
1 parent 7e3433b commit 56dc535

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

wayland-protocols-plasma/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## Unreleased
44

5+
- Update plasma-wayland-protocols to 1.16.0
6+
* New protocols:
7+
- `kde-external-brightness-v1`
8+
- `kde-screen-edge-v1`
9+
* `appmenu` verison 2
10+
* `fake-input` version 5
11+
* `kde-output-device-v2` version 11
12+
* `kde-output-management-v2` version 12
13+
* `keystate` version 5
14+
* `plasma-window-management` version 18
15+
* `zkde-screencast-unstable-v1` version 4
16+
517
## 0.3.0 -- 2024-05-30
618

719
### Breaking changes

wayland-protocols-plasma/src/lib.rs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,15 @@ pub mod dpms {
4242
);
4343
}
4444

45+
pub mod external_brightness {
46+
pub mod v1 {
47+
wayland_protocol!(
48+
"./plasma-wayland-protocols/src/protocols/kde-external-brightness-v1.xml",
49+
[]
50+
);
51+
}
52+
}
53+
4554
pub mod fake_input {
4655
wayland_protocol!(
4756
"./plasma-wayland-protocols/src/protocols/fake-input.xml",
@@ -121,7 +130,7 @@ pub mod plasma_shell {
121130

122131
pub mod plasma_virtual_desktop {
123132
wayland_protocol!(
124-
"./plasma-wayland-protocols/src/protocols/plasma-virtual-desktop.xml",
133+
"./plasma-wayland-protocols/src/protocols/org-kde-plasma-virtual-desktop.xml",
125134
[]
126135
);
127136
}
@@ -149,6 +158,15 @@ pub mod screencast {
149158
}
150159
}
151160

161+
pub mod screen_edge {
162+
pub mod v1 {
163+
wayland_protocol!(
164+
"./plasma-wayland-protocols/src/protocols/kde-screen-edge-v1.xml",
165+
[]
166+
);
167+
}
168+
}
169+
152170
pub mod server_decoration_palette {
153171
wayland_protocol!(
154172
"./plasma-wayland-protocols/src/protocols/server-decoration-palette.xml",

0 commit comments

Comments
 (0)