deps: Update smithay

This commit is contained in:
Victoria Brekenfeld 2021-12-28 16:22:27 +01:00
parent 2cbc39e0c6
commit 748ba3bf03
3 changed files with 6 additions and 5 deletions

View file

@ -155,7 +155,7 @@ pub fn init_shell(display: &mut Display) -> ShellStates {
);
ShellStates {
popups: PopupManager::new(),
popups: PopupManager::new(None),
xdg: xdg_shell_state,
layer: layer_shell_state,
}