Skip to content

Commit

Permalink
Update to wayland-protocols 1.39
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyMeilex committed Dec 22, 2024
1 parent 6049eab commit f67ebbd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion wayland-protocols/protocols
Submodule protocols updated from 9ac1a0 to 6bcf87
28 changes: 28 additions & 0 deletions wayland-protocols/src/ext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,31 @@ pub mod image_copy_capture {
);
}
}

#[cfg(feature = "staging")]
pub mod data_control {
//! This protocol allows a privileged client to control data devices. In
//! particular, the client will be able to manage the current selection and take
//! the role of a clipboard manager.
#[allow(missing_docs)]
pub mod v1 {
wayland_protocol!(
"./protocols/staging/ext-data-control/ext-data-control-v1.xml",
[]
);
}
}

#[cfg(feature = "staging")]
pub mod workspace {
//! List and control workspaces
#[allow(missing_docs)]
pub mod v1 {
wayland_protocol!(
"./protocols/staging/ext-workspace/ext-workspace-v1.xml",
[]
);
}
}

0 comments on commit f67ebbd

Please sign in to comment.