surface: commit subsurface state during parent commit
This commit is contained in:
parent
a2c907c8c4
commit
c5fd2cd989
10 changed files with 125 additions and 69 deletions
|
|
@ -69,6 +69,7 @@ mod t0034_workspace_restoration;
|
|||
mod t0035_scanout_feedback;
|
||||
mod t0036_idle;
|
||||
mod t0037_toplevel_drag;
|
||||
mod t0038_subsurface_parent_state;
|
||||
|
||||
pub trait TestCase: Sync {
|
||||
fn name(&self) -> &'static str;
|
||||
|
|
@ -125,5 +126,6 @@ pub fn tests() -> Vec<&'static dyn TestCase> {
|
|||
t0035_scanout_feedback,
|
||||
t0036_idle,
|
||||
t0037_toplevel_drag,
|
||||
t0038_subsurface_parent_state,
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue