1
0
Fork 0
forked from wry/wry

wayland: implement wl-fixes

This commit is contained in:
Julian Orth 2024-04-24 17:25:27 +02:00
parent f36993eb6e
commit b13dd08991
14 changed files with 183 additions and 3 deletions

View file

@ -21,6 +21,7 @@ use {
jay_damage_tracking::JayDamageTrackingGlobal,
org_kde_kwin_server_decoration_manager::OrgKdeKwinServerDecorationManagerGlobal,
wl_compositor::WlCompositorGlobal,
wl_fixes::WlFixesGlobal,
wl_output::WlOutputGlobal,
wl_registry::WlRegistry,
wl_seat::{
@ -211,6 +212,7 @@ impl Globals {
add_singleton!(WpFifoManagerV1Global);
add_singleton!(WpCommitTimingManagerV1Global);
add_singleton!(ExtDataControlManagerV1Global);
add_singleton!(WlFixesGlobal);
}
pub fn add_backend_singletons(&self, backend: &Rc<dyn Backend>) {