1
0
Fork 0
forked from wry/wry

color-representation-v1: initial implementation

This commit is contained in:
Julian Orth 2026-02-21 11:56:36 +01:00
parent f0c78c3fe6
commit 32f5a0eae3
8 changed files with 282 additions and 0 deletions

View file

@ -47,6 +47,7 @@ use {
wlr_output_manager::zwlr_output_manager_v1::ZwlrOutputManagerV1Global,
workspace_manager::ext_workspace_manager_v1::ExtWorkspaceManagerV1Global,
wp_alpha_modifier_v1::WpAlphaModifierV1Global,
wp_color_representation_manager_v1::WpColorRepresentationManagerV1Global,
wp_commit_timing_manager_v1::WpCommitTimingManagerV1Global,
wp_content_type_manager_v1::WpContentTypeManagerV1Global,
wp_cursor_shape_manager_v1::WpCursorShapeManagerV1Global,
@ -235,6 +236,7 @@ impl Globals {
add_singleton!(WpPointerWarpV1Global);
add_singleton!(JayPopupExtManagerV1Global);
add_singleton!(ZwlrGammaControlManagerV1Global);
add_singleton!(WpColorRepresentationManagerV1Global);
}
pub fn add_backend_singletons(&self, backend: &Rc<dyn Backend>) {