wayland: Support wl_fixes protocol using new smithay support

This commit is contained in:
Ian Douglas Scott 2024-05-13 16:28:58 -07:00 committed by Victoria Brekenfeld
parent 748ecb60a9
commit 8e9f832fad
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-only
use crate::state::State;
use smithay::delegate_fixes;
delegate_fixes!(State);

View file

@ -12,6 +12,7 @@ pub mod dmabuf;
pub mod drm;
pub mod drm_lease;
pub mod drm_syncobj;
pub mod fixes;
pub mod foreign_toplevel_list;
pub mod fractional_scale;
pub mod idle_inhibit;