mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
Add missing qualified path
This commit is contained in:
@@ -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)),+
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user