mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-09 07:58:02 +02:00
eclared detail::normalize alongside detail::diff for testability.
This commit is contained in:
parent
09cedd2477
commit
c9389b27ee
1 changed files with 1 additions and 0 deletions
|
|
@ -28,5 +28,6 @@ namespace Time {
|
|||
|
||||
// Exposed for tests to verify borrow handling in timespec math. @Rtur2003
|
||||
sec_nsec diff(const sec_nsec& newer, const sec_nsec& older);
|
||||
sec_nsec normalize(const sec_nsec& raw);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue