Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to wayland-protocols 1.39 #774

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
[]
);
}
}
Loading