Add missing qualified path

This commit is contained in:
Ivan Molodetskikh
2024-02-21 09:12:42 +04:00
parent 9ce19ad7de
commit 63e5cf8798
+1 -1
View File
@@ -47,7 +47,7 @@ macro_rules! niri_render_elements {
}
}
fn geometry(&self, scale: smithay::utils::Scale<f64>) -> Rectangle<i32, smithay::utils::Physical> {
fn geometry(&self, scale: smithay::utils::Scale<f64>) -> smithay::utils::Rectangle<i32, smithay::utils::Physical> {
match self {
$($name::$variant(elem) => elem.geometry(scale)),+
}