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.cpp | |
parent | 966ac722d72c8d89e621987090b19f2bde0cb58c (diff) |
wip
Diffstat (limited to 'editor/app.cpp')
-rw-r--r-- | editor/app.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/app.cpp b/editor/app.cpp index 85bbba54..75895ec2 100644 --- a/editor/app.cpp +++ b/editor/app.cpp @@ -120,6 +120,9 @@ int app::run_from_argv(const int argc, const char* const* const argv) int main(int argc, char** argv) { +#ifdef _WIN32 + floormat::app::set_dpi_aware(); +#endif return floormat::app::run_from_argv(argc, argv); } |