File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
wayland-protocols-plasma/src Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -111,16 +111,6 @@ pub mod output_management {
111111 }
112112}
113113
114-
115- pub mod primary_output {
116- pub mod v1 {
117- wayland_protocol ! (
118- "./plasma-wayland-protocols/src/protocols/kde-primary-output-v1.xml" ,
119- [ ]
120- ) ;
121- }
122- }
123-
124114pub mod plasma_shell {
125115 wayland_protocol ! (
126116 "./plasma-wayland-protocols/src/protocols/plasma-shell.xml" ,
@@ -142,6 +132,15 @@ pub mod plasma_window_management {
142132 ) ;
143133}
144134
135+ pub mod primary_output {
136+ pub mod v1 {
137+ wayland_protocol ! (
138+ "./plasma-wayland-protocols/src/protocols/kde-primary-output-v1.xml" ,
139+ [ ]
140+ ) ;
141+ }
142+ }
143+
145144pub mod remote_access {
146145 wayland_protocol ! (
147146 "./plasma-wayland-protocols/src/protocols/remote-access.xml" ,
You can’t perform that action at this time.
0 commit comments