deps: Update smithay

This commit is contained in:
Victoria Brekenfeld 2022-08-31 13:01:23 +02:00
parent 9e0a6e1b5f
commit 6690e13d54
31 changed files with 572 additions and 562 deletions

View file

@ -68,7 +68,7 @@ fn main() -> Result<()> {
// trigger routines
data.state.common.shell.refresh(&data.display.handle());
data.state.common.refresh_focus(&data.display.handle());
state::Common::refresh_focus(&mut data.state);
// do we need to trigger another render
if data.state.common.dirty_flag.swap(false, Ordering::SeqCst) {