diff options
Diffstat (limited to 'src/input')
| -rw-r--r-- | src/input/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/mod.rs b/src/input/mod.rs index 864bfe7f..976f51db 100644 --- a/src/input/mod.rs +++ b/src/input/mod.rs @@ -87,7 +87,7 @@ impl State { // doesn't always trigger due to damage, etc. So run it here right before it might prove // important. Besides, animations affect the input, so it's best to have up-to-date values // here. - self.niri.layout.advance_animations(get_monotonic_time()); + self.niri.advance_animations(get_monotonic_time()); if self.niri.monitors_active { // Notify the idle-notifier of activity. |
