diff options
author | basisbit <basisbit@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2015-10-22 22:42:44 +0000 |
---|---|---|
committer | basisbit <basisbit@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2015-10-22 22:42:44 +0000 |
commit | 80e444d928bb99af4befb08cdbd983f5b992411a (patch) | |
tree | 46156c28ac632a6405897f4b9c54bd6129b0c297 | |
parent | 0b3a0b60fc4646732ca6f1728712d790292f750b (diff) | |
download | usdx-80e444d928bb99af4befb08cdbd983f5b992411a.tar.gz usdx-80e444d928bb99af4befb08cdbd983f5b992411a.tar.xz usdx-80e444d928bb99af4befb08cdbd983f5b992411a.zip |
* fixed problems with windows vista and above which were caused by auto DPI scaling.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3151 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | res/ultrastardx.exe.manifest | 5 | ||||
-rw-r--r-- | res/ultrastardx.res | bin | 23352 -> 23593 bytes |
2 files changed, 5 insertions, 0 deletions
diff --git a/res/ultrastardx.exe.manifest b/res/ultrastardx.exe.manifest index a6481875..1585b25f 100644 --- a/res/ultrastardx.exe.manifest +++ b/res/ultrastardx.exe.manifest @@ -9,4 +9,9 @@ </requestedPrivileges>
</security>
</trustInfo>
+<asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3">
+ <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
+ <dpiAware>True/PM</dpiAware>
+ </asmv3:windowsSettings>
+ </asmv3:application>
</assembly>
\ No newline at end of file diff --git a/res/ultrastardx.res b/res/ultrastardx.res Binary files differindex 813282ba..0884090c 100644 --- a/res/ultrastardx.res +++ b/res/ultrastardx.res |