1
0
Fork 0
forked from wry/wry

wayland: implement wp_single_pixel_buffer_manager_v1

This commit is contained in:
Julian Orth 2024-02-06 14:39:55 +01:00
parent d814a8150a
commit e21a95fb76
7 changed files with 183 additions and 2 deletions

View file

@ -22,6 +22,7 @@ use {
wl_surface::xwayland_shell_v1::XwaylandShellV1Global,
wp_fractional_scale_manager_v1::WpFractionalScaleManagerV1Global,
wp_presentation::WpPresentationGlobal,
wp_single_pixel_buffer_manager_v1::WpSinglePixelBufferManagerV1Global,
wp_tearing_control_manager_v1::WpTearingControlManagerV1Global,
wp_viewporter::WpViewporterGlobal,
xdg_wm_base::XdgWmBaseGlobal,
@ -156,6 +157,7 @@ impl Globals {
add_singleton!(ZwpPointerConstraintsV1Global);
add_singleton!(XwaylandShellV1Global);
add_singleton!(WpTearingControlManagerV1Global);
add_singleton!(WpSinglePixelBufferManagerV1Global);
}
pub fn add_backend_singletons(&self, backend: &Rc<dyn Backend>) {