diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-22 03:19:29 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-22 03:19:29 +0100 |
commit | 0fa4a8542bf9eda8bd9c28da199b3e90e04279b9 (patch) | |
tree | 8a91894a3b9eebdb8a7ef3c4b3e94d169efcf8ea /editor/app.hpp | |
parent | 966ac722d72c8d89e621987090b19f2bde0cb58c (diff) |
wip
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 3 |
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>; |