Skip to content

Commit a1cc048

Browse files
committed
protocols-plasma: Add missing protocol bindings
1 parent 7246800 commit a1cc048

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

wayland-protocols-plasma/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* `keystate` version 5
1414
* `plasma-window-management` version 18
1515
* `zkde-screencast-unstable-v1` version 4
16+
- Add bindings that were missing
17+
* `kde-lockscreen-overlay-v1`
18+
* `kde-output-order-v1`
1619

1720
## 0.3.0 -- 2024-05-30
1821

wayland-protocols-plasma/src/lib.rs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,15 @@ pub mod keystate {
7979
);
8080
}
8181

82+
pub mod lockscreen_overlay {
83+
pub mod v1 {
84+
wayland_protocol!(
85+
"./plasma-wayland-protocols/src/protocols/kde-lockscreen-overlay-v1.xml",
86+
[]
87+
);
88+
}
89+
}
90+
8291
pub mod output_device {
8392
pub mod v1 {
8493
wayland_protocol!(
@@ -111,6 +120,15 @@ pub mod output_management {
111120
}
112121
}
113122

123+
pub mod output_order {
124+
pub mod v1 {
125+
wayland_protocol!(
126+
"./plasma-wayland-protocols/src/protocols/kde-output-order-v1.xml",
127+
[]
128+
);
129+
}
130+
}
131+
114132
pub mod plasma_shell {
115133
wayland_protocol!(
116134
"./plasma-wayland-protocols/src/protocols/plasma-shell.xml",

0 commit comments

Comments
 (0)