From 82234b4454299e0472344d5cf71bd8f70586133e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 15 Oct 2021 03:42:45 +0200 Subject: Remove dependency on xrdb for Xft.dpi --- include/Utils.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Utils.hpp') 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 -- cgit v1.2.3