wayland: implement alpha_modifier_v1
This commit is contained in:
parent
131f0481e8
commit
ff54a8ab96
37 changed files with 655 additions and 89 deletions
|
|
@ -70,6 +70,7 @@ mod t0035_scanout_feedback;
|
|||
mod t0036_idle;
|
||||
mod t0037_toplevel_drag;
|
||||
mod t0038_subsurface_parent_state;
|
||||
mod t0039_alpha_modifier;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -127,5 +128,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0036_idle,
|
||||
t0037_toplevel_drag,
|
||||
t0038_subsurface_parent_state,
|
||||
t0039_alpha_modifier,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue