aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/manifest.xml
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-14 18:59:26 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-16 11:41:11 +0200
commitcb7f1ddd7eb22cb7393b2a965a790d4881535acc (patch)
tree7bd0779a4ece3a143f1a94622ec21c2ec4f290ff /manifest.xml
parentglobal: change acronyms to uppercase (diff)
downloadwireguard-windows-cb7f1ddd7eb22cb7393b2a965a790d4881535acc.tar.xz
wireguard-windows-cb7f1ddd7eb22cb7393b2a965a790d4881535acc.zip
manifest: enable per-monitor DPI
This reverts commit e3839d5d5d70ad9c1aa7296624084ff897e07fe9.
Diffstat (limited to '')
-rw-r--r--manifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifest.xml b/manifest.xml
index b3d72b79..781e327a 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -20,7 +20,8 @@
</dependency>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
<windowsSettings>
- <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True</dpiAware>
+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
</windowsSettings>
</application>
</assembly>