Skip to content

Commit

Permalink
Enable some protocols disabled before
Browse files Browse the repository at this point in the history
  • Loading branch information
Leyman Max committed Apr 19, 2024
1 parent 3d736ef commit 5504fb6
Showing 1 changed file with 12 additions and 16 deletions.
28 changes: 12 additions & 16 deletions wayland-protocols-plasma/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@ pub mod fake_input {
);
}

// This protocol is disabled for now as the file is not valid XML because it does not have a XML header
//
// pub mod fullscreen_shell {
// wayland_protocol!(
// "./plasma-wayland-protocols/src/protocols/fullscreen-shell.xml",
// []
// );
// }
pub mod fullscreen_shell {
wayland_protocol!(
"./plasma-wayland-protocols/src/protocols/fullscreen-shell.xml",
[]
);
}

pub mod idle {
wayland_protocol!(
Expand Down Expand Up @@ -179,14 +177,12 @@ pub mod slide {
);
}

// This protocol is disabled for now as the file is not valid XML because it does not have a XML header
//
// pub mod surface_extension {
// wayland_protocol!(
// "./plasma-wayland-protocols/src/protocols/surface-extension.xml",
// []
// );
// }
pub mod surface_extension {
wayland_protocol!(
"./plasma-wayland-protocols/src/protocols/surface-extension.xml",
[]
);
}

pub mod text_input {
pub mod v1 {
Expand Down

0 comments on commit 5504fb6

Please sign in to comment.