1
0
Fork 0
forked from wry/wry

autocommit 2022-04-11 13:11:56 CEST

This commit is contained in:
Julian Orth 2022-04-11 13:11:56 +02:00
parent 6b3316e920
commit 86ca98c38a
11 changed files with 23 additions and 12 deletions

View file

@ -107,11 +107,11 @@ impl WlOutputGlobal {
binding.send_mode();
binding.send_scale();
binding.send_done();
binding.client.flush();
let xdg = binding.xdg_outputs.lock();
for xdg in xdg.values() {
xdg.send_updates();
}
binding.client.flush();
}
}
}