1
0
Fork 0
forked from wry/wry

surface: process offset request without a buffer change

This commit is contained in:
Julian Orth 2024-04-02 13:22:21 +02:00
parent adf6d2ae2b
commit 9cddeb964d
9 changed files with 98 additions and 11 deletions

View file

@ -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,