Add alpha-modifier-v1 protocol

This commit is contained in:
Ian Douglas Scott 2024-06-06 14:39:55 -07:00 committed by Victoria Brekenfeld
parent b5dcec5215
commit 036ca84829
5 changed files with 11 additions and 2 deletions

View file

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

View file

@ -1,5 +1,6 @@
// SPDX-License-Identifier: GPL-3.0-only
pub mod alpha_modifier;
pub mod buffer;
pub mod compositor;
pub mod data_control;