aboutsummaryrefslogtreecommitdiff
path: root/include/Utils.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-03-19 12:22:25 +0100
committerdec05eba <dec05eba@protonmail.com>2021-03-19 12:22:25 +0100
commitc207201a4a5a47e4ad286ba7371e4176c8ed5056 (patch)
tree253b84dae998a7506042ef924caf8beb498c6ba9 /include/Utils.hpp
parent5f022066684f8ed6c4b827fabf8554d8730add2f (diff)
Start on touch support, add support for ui scaling, revert back to old get_message_by_id method for matrix to support loading user display names in replies
Diffstat (limited to 'include/Utils.hpp')
-rw-r--r--include/Utils.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/Utils.hpp b/include/Utils.hpp
new file mode 100644
index 0000000..7ca409c
--- /dev/null
+++ b/include/Utils.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+namespace QuickMedia {
+ float get_ui_scale();
+} \ No newline at end of file