File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Submodule
protocols updated from 9ac1a09 to 6bcf87d
Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments