wayland: implement fifo-v1
This commit is contained in:
parent
d8e0375c48
commit
fe7175fab2
19 changed files with 416 additions and 23 deletions
|
|
@ -39,6 +39,7 @@ use {
|
|||
wp_alpha_modifier_v1::WpAlphaModifierV1Global,
|
||||
wp_content_type_manager_v1::WpContentTypeManagerV1Global,
|
||||
wp_cursor_shape_manager_v1::WpCursorShapeManagerV1Global,
|
||||
wp_fifo_manager_v1::WpFifoManagerV1Global,
|
||||
wp_fractional_scale_manager_v1::WpFractionalScaleManagerV1Global,
|
||||
wp_presentation::WpPresentationGlobal,
|
||||
wp_security_context_manager_v1::WpSecurityContextManagerV1Global,
|
||||
|
|
@ -203,6 +204,7 @@ impl Globals {
|
|||
add_singleton!(ExtOutputImageCaptureSourceManagerV1Global);
|
||||
add_singleton!(ExtForeignToplevelImageCaptureSourceManagerV1Global);
|
||||
add_singleton!(ExtImageCopyCaptureManagerV1Global);
|
||||
add_singleton!(WpFifoManagerV1Global);
|
||||
}
|
||||
|
||||
pub fn add_backend_singletons(&self, backend: &Rc<dyn Backend>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue