Skip to content

Commit 7246800

Browse files
committed
protocols-plasma: Fix alphabetical ordering of modules
1 parent 56dc535 commit 7246800

File tree

1 file changed

+9
-10
lines changed
  • wayland-protocols-plasma/src

1 file changed

+9
-10
lines changed

wayland-protocols-plasma/src/lib.rs

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
124114
pub 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+
145144
pub mod remote_access {
146145
wayland_protocol!(
147146
"./plasma-wayland-protocols/src/protocols/remote-access.xml",

0 commit comments

Comments
 (0)