diff options
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 4a93109..206ee38 100644 --- a/include/Utils.hpp +++ b/include/Utils.hpp @@ -7,5 +7,6 @@ namespace QuickMedia { void show_virtual_keyboard(); void hide_virtual_keyboard(); bool is_touch_enabled(); + bool is_running_wayland(); time_t iso_utc_to_unix_time(const char *time_str); }
\ No newline at end of file |