wayland: implement wl-fixes
This commit is contained in:
parent
f36993eb6e
commit
b13dd08991
14 changed files with 183 additions and 3 deletions
|
|
@ -74,6 +74,7 @@ mod t0039_alpha_modifier;
|
|||
mod t0040_virtual_keyboard;
|
||||
mod t0041_input_method;
|
||||
mod t0042_toplevel_select;
|
||||
mod t0043_destroy_registry;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -135,5 +136,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0040_virtual_keyboard,
|
||||
t0041_input_method,
|
||||
t0042_toplevel_select,
|
||||
t0043_destroy_registry,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue