diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-10-15 03:42:45 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-10-15 03:42:45 +0200 |
commit | 82234b4454299e0472344d5cf71bd8f70586133e (patch) | |
tree | 9bffba836fa86fb5c293d46fc5d94fb08196cff4 /include | |
parent | e1c8cd4430015a307dbcb32894a030d5a13aee67 (diff) |
Remove dependency on xrdb for Xft.dpi
Diffstat (limited to 'include')
-rw-r--r-- | include/Utils.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp index 5f725bf..138d47e 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -11,6 +11,7 @@ namespace QuickMedia { bool is_running_wayland(); time_t iso_utc_to_unix_time(const char *time_str); std::string unix_time_to_local_time_str(time_t unix_time); + int64_t get_boottime_milliseconds(); sf::Vector2f vec2f_floor(float x, float y); }
\ No newline at end of file |