surface: process offset request without a buffer change
This commit is contained in:
parent
adf6d2ae2b
commit
9cddeb964d
9 changed files with 98 additions and 11 deletions
|
|
@ -113,7 +113,9 @@ impl TestRun {
|
|||
.set_input_device_seat(self.backend.default_kb.common.id, seat.id())?;
|
||||
self.cfg
|
||||
.set_input_device_seat(self.backend.default_mouse.common.id, seat.id())?;
|
||||
self.backend.default_mouse.click(1);
|
||||
self.state.eng.yield_now().await;
|
||||
self.cfg.show_workspace(seat.id(), "")?;
|
||||
Ok(DefaultSetup {
|
||||
connector: self.backend.default_connector.clone(),
|
||||
output,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue