deps: Use smithay fork again

This commit is contained in:
Victoria Brekenfeld 2022-03-30 23:54:00 +02:00
parent 3fcb7f0aaf
commit 91863adcf1
3 changed files with 15 additions and 10 deletions

View file

@ -146,7 +146,11 @@ where
(0, 0).into()
}
};
SurfaceTree { surface, position }
SurfaceTree {
surface,
position,
z_index: 100,
}
}
pub fn draw_dnd_icon(
@ -161,6 +165,7 @@ pub fn draw_dnd_icon(
SurfaceTree {
surface,
position: location.into(),
z_index: 100,
}
}