summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authorRealDolos <dolos@cock.li>2018-11-17 21:56:56 +0100
committerJames Ross-Gowan <rossy@jrg.systems>2020-05-08 21:46:45 +1000
commit8bce6d0b8905fae81792ec547a10c40f4bc84de5 (patch)
tree312f33d6b4c67f59bc0e1b344799206c4a6b3b91 /osdep
parent326c55a5713b9aa54317873554c1d11e4dfffe9f (diff)
downloadmpv-8bce6d0b8905fae81792ec547a10c40f4bc84de5.tar.bz2
mpv-8bce6d0b8905fae81792ec547a10c40f4bc84de5.tar.xz
w32_common: Support HiDPI on Windows
Diffstat (limited to 'osdep')
-rw-r--r--osdep/mpv.exe.manifest5
1 files changed, 3 insertions, 2 deletions
diff --git a/osdep/mpv.exe.manifest b/osdep/mpv.exe.manifest
index 31386e8ab1..accc2eddc8 100644
--- a/osdep/mpv.exe.manifest
+++ b/osdep/mpv.exe.manifest
@@ -8,8 +8,9 @@
/>
<description>mpv - The Movie Player</description>
<application xmlns="urn:schemas-microsoft-com:asm.v3">
- <windowsSettings xmlns:ws="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
- <ws:dpiAware>True/PM</ws:dpiAware>
+ <windowsSettings>
+ <dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
+ <dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness>
</windowsSettings>
</application>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">