Skip to content

Commit c23ed41

Browse files
PolyMeilexids1024
authored andcommitted
Update to wayland-protocols 1.39
1 parent 08179a2 commit c23ed41

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

wayland-protocols/protocols

Submodule protocols updated from 9ac1a09 to 6bcf87d

wayland-protocols/src/ext.rs

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,31 @@ pub mod image_copy_capture {
122122
);
123123
}
124124
}
125+
126+
#[cfg(feature = "staging")]
127+
pub mod data_control {
128+
//! This protocol allows a privileged client to control data devices. In
129+
//! particular, the client will be able to manage the current selection and take
130+
//! the role of a clipboard manager.
131+
132+
#[allow(missing_docs)]
133+
pub mod v1 {
134+
wayland_protocol!(
135+
"./protocols/staging/ext-data-control/ext-data-control-v1.xml",
136+
[]
137+
);
138+
}
139+
}
140+
141+
#[cfg(feature = "staging")]
142+
pub mod workspace {
143+
//! List and control workspaces
144+
145+
#[allow(missing_docs)]
146+
pub mod v1 {
147+
wayland_protocol!(
148+
"./protocols/staging/ext-workspace/ext-workspace-v1.xml",
149+
[]
150+
);
151+
}
152+
}

0 commit comments

Comments
 (0)