File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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+
8291pub 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+
114132pub mod plasma_shell {
115133 wayland_protocol ! (
116134 "./plasma-wayland-protocols/src/protocols/plasma-shell.xml" ,
You can’t perform that action at this time.
0 commit comments