diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-11 23:49:59 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-11 23:49:59 +0200 |
commit | a3843702b93513052e1e167d52f232b5a5301bd0 (patch) | |
tree | a1393c0491a7d83e7397120a9f5fc8ba7ec75020 /include/Utils.hpp | |
parent | fd20b4fba2d9a3b5d6be28208dc9f2b58f9cd3ff (diff) |
Fix youtube download
Diffstat (limited to 'include/Utils.hpp')
-rw-r--r-- | include/Utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp index fe0e583..370311a 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -8,7 +8,7 @@ namespace QuickMedia { void show_virtual_keyboard(); void hide_virtual_keyboard(); bool is_touch_enabled(); - bool is_running_wayland(); + bool is_running_wayland(void *dpy); 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(); |