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);