summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 57487b01..a1b135e0 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -36,6 +36,9 @@ struct app final : floormat_app
static int run_from_argv(int argc, const char* const* argv);
static fm_settings parse_cmdline(int argc, const char* const* argv);
~app() override;
+#ifdef _WIN32
+ static void set_dpi_aware();
+#endif
private:
using key_set = enum_bitset<key, key_COUNT>;